Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/playframework/playframework

The Community Maintained High Velocity Web Framework For Java and Scala.
https://github.com/playframework/playframework

Fix asJava play.api.Application conversion (#8533)

## Fixes

`play.api.application.asJava` was not considering the environment. Notice that while...

6a52e367581fb3050ae3e272a9bf81fd1ea622e7 authored over 6 years ago by Marcos Pereira <[email protected]>
Nicer syntax for router.withPrefix (#8067)

c48f2f53f4974d4f55108cceb5cd5c008736f2d2 authored over 6 years ago by Greg Methvin <[email protected]>
Refactoring CoordinatedShutdownProvider object (#8532)

## Purpose

Two main changes here:

1. Users should interact directly with Akka's Coordinate...

baf2be3a546b28580c12774917b1e009337c4281 authored over 6 years ago by Marcos Pereira <[email protected]>
Remove `play.akka.run-cs-from-phase` configuration (#8531)

## Purpose

The default now is to run all the phases. Users can create an instance of Coordina...

835b2ab720f923b36ae8cd04e48c189d2772b57a authored over 6 years ago by Marcos Pereira <[email protected]>
Setting version to 2.7.0-SNAPSHOT

2ebe3d4e0cdd5e079379aa69d3d5d23bd8a63b57 authored over 6 years ago by Play Team <[email protected]>
Setting version to 2.7.0-M2

d6537a140625232d311d9411d8b921ba75c06ed2 authored over 6 years ago by Play Team <[email protected]>
Refactor invocation of Akka coordinated shutdown (#8525)

This refactors part of the coordinated shutdown code introduced in #8406, providing a shared imp...

61c6f90d7b0c20040d58fbf3e746b7373fdac8fa authored over 6 years ago by Tim Moore <[email protected]>
Handle database not available in Prod/Dev/Test modes (#8522)

## Purpose

In #8497 we did not handle other modes besides test. In Prod and Dev modes, there ...

6608eb3f10580a1a1f237c3d3952e9fc3aac3d9d authored over 6 years ago by Marcos Pereira <[email protected]>
Fix Windows compatibility issue in assets controller (#8517) (#8518)

426d0b23af3b45b97b3c13aaa8432817e62b9d56 authored over 6 years ago by Marcos Pereira <[email protected]>
Manage lifecycle with Akka's Coordinated Shutdown (#8406)

* CoordinatedShutdown handles Play shutdown completely.

* Application registers ApplicationL...

38ef3ebb8bc7ba115bc91eafbc8da3f2233a1511 authored over 6 years ago by Ignasi Marimon-Clos <[email protected]>
DBApi improvements after supporting app initialization when database is unavailable (#8514)

* DBApi improvements after supporting app initialization when database is unavailable

* Corre...

53f973cda1c1428ee8c945ef6225b32c17a5eaca authored over 6 years ago by Marcos Pereira <[email protected]>
Duplicate code identified and factored out. (#8515)

aaf166be62b3ab27b88eafc0b18e8dab0acbe367 authored over 6 years ago by Koen De Groote <[email protected]>
[2.6.x] Added asScala API to EssentialFilter (#8510) (#8513)

* Added asScala API to EssentialFilter

* Addressed all the feedbacks

* Minor change

9e24bece04583fc640237399f7434c0684e107fb authored over 6 years ago by Matthias Kurz <[email protected]>
Fix issues when building on Windows (#8495)

* Fix issues when building on Windows

* Remove unused code

df5cbc3ded35c1f8509e922866a4e321d86e93e0 authored over 6 years ago by Marcos Pereira <[email protected]>
Use configured HttpErrorHandler for exceptions before action is created (#8506)

e16135ca6906d9e6863f646ed708188e29fa758a authored over 6 years ago by Greg Methvin <[email protected]>
fix Results class name (#8119)

The link to `play.mvc.Results` class methods is correct, but its name in the text is `play.mvc.R...

557f3434f8d00cd833795242b6b720f7d009c9d2 authored over 6 years ago by Sergey Chupov <[email protected]>
Update made to the reports path (#8463)

2fe4cb0522821882497255e71e9e6792cfd7ec75 authored over 6 years ago by Kavit <[email protected]>
Fix wording of documentation for readability (#8074)

4b37b66feee9fd42d96eeceb90b96e141b5ab756 authored over 6 years ago by nwalsh1995 <[email protected]>
Start the application when database is not available (#8497)

* Start the application when database is not available

* Some changes to the test

* Differ...

f112eba4aca99cc5de074a6776bfc35bc87a4a23 authored over 6 years ago by Marcos Pereira <[email protected]>
Fix wrong comments (#8499)

e3ab35900380b2b4b21d7bfd9dbd3d3b7cb542a8 authored over 6 years ago by katainaka <[email protected]>
Handle exceptions thrown from stop hooks (#8498)

321f67f25a1519f1a23d36d0d7bcf6314c5f9533 authored over 6 years ago by Tim Moore <[email protected]>
Java cache api should return Optional (like the scala api) (#7897)

* Java cache api returns Optional

* Fixes

3749bffd385457ff604fc02e0aadf88cc3286671 authored over 6 years ago by Matthias Kurz <[email protected]>
Add PlayFOP to "Play modules" page (#8489)

Add new library, PlayFOP, to "Play modules" page.

5249d347db69b257d8c19457224c30929b977523 authored over 6 years ago by Daniel Manchester <[email protected]>
Small improvements in Application Java API (#8488)

* Small improvements in Application Java API

1. Deprecated getWrappedApplication in favor of ...

683dc2c65d5daa463a3ffe2fb56157228cb8db8b authored over 6 years ago by Marcos Pereira <[email protected]>
Remove PlayConfig (#8486)

b2a4dbc2ff0979c0f5270624e040d7def16a610c authored over 6 years ago by Greg Methvin <[email protected]>
akka 2.5.13 (#8480)

https://akka.io/blog/news/2018/06/08/akka-2.5.13-released

There is a config change in the rel...

a1196d5c7ad739ffc13290aa010f39de15ed06cc authored over 6 years ago by Matthias Kurz <[email protected]>
Update jetty-alpn-agent version (#8485)

it *seems* this version is better at picking the right alpn-boot resource based on JDK version (...

903bf1a3f8cbb63c4c7126ce9e0e0e865776b24c authored over 6 years ago by Arnout Engelen <[email protected]>
Setting version to 2.7.0-SNAPSHOT

084a7ab635934a4ef7ac07e212d044a36a516d85 authored over 6 years ago by Play Team <[email protected]>
Setting version to 2.7.0-M1

13873f5b961ca4afe9bfaadb2db8b141a330733f authored over 6 years ago by Play Team <[email protected]>
Fix routes compiler cross scala versions (#8482)

* Setting version to 2.7.0-af4371c8ab54e4f3fbd6a2da42cb6094db66eb54

* Correct crossScalaVersi...

c9464704b037e8a6e0afffd783ca96150a727403 authored over 6 years ago by Marcos Pereira <[email protected]>
Fix crossScalaVersions value for root project (#8481)

af4371c8ab54e4f3fbd6a2da42cb6094db66eb54 authored over 6 years ago by Marcos Pereira <[email protected]>
Update dependencies (#8473)

* Update documentation dependencies

To be consistent with what we have in Play main project.
...

388b937798d838621a413b2a3d91e48fb162b2cd authored over 6 years ago by Marcos Pereira <[email protected]>
Update play-ws to version 2.0.0-M2 (#8476)

* Update play-ws to version 2.0.0-M2

This has some breaking changes that were documente in ou...

b9985bbff5319bdee2c8bace6be27bbb26065dd7 authored over 6 years ago by Marcos Pereira <[email protected]>
Minor string building improvements

05d3c9cd3e867ba938c404ec8b5696c5f1c85b0b authored over 6 years ago by Koen De Groote <[email protected]>
Jackson 2.9.6 (#8479)

427fdbf7e95fd5e1fc0beae43bf8be2d2c1268ec authored over 6 years ago by sullis <[email protected]>
Update Twirl to version 1.4.0-M2 (#8477)

Some of the APIs were changed to avoid using text/javascript
on `type` attributes. Instead, the...

84f9f1f44ab2b2b6e607439ba82b5c5d2a689157 authored over 6 years ago by Marcos Pereira <[email protected]>
rollback 8213 causing chrome favicon.ico request to recompile (#8452)

* rollback 8213 causing chrome favicon.ico request to recompile

* rollback 8213 causing chrom...

79bfd3d09753d161147a50646a13b99eaaec59db authored over 6 years ago by Adam Lane <[email protected]>
Google Guava 24.1 -> 25.1 (#8475)

b2a9def28e1bf194cfd2770ab3e97eff5f122b57 authored over 6 years ago by sullis <[email protected]>
logback graceful shutdown (#8407)

* add shutdown hook to logback-play-default.xml #8277

* update SettingsLogger.md documentatio...

4a2aa854c31d7da723b929e5f194b2f9e3b72233 authored over 6 years ago by YuitoSato <[email protected]>
Remove set current app when allow global false (#8462)

* Remove imports to current app

* Add missing deprecation notes

* Remove invalid scaladoc ...

a39b208659fbb79f179a795331805fab9cc132a1 authored over 6 years ago by Marcos Pereira <[email protected]>
remove apache commons libs (#8455)

* remove apache commons libs

currently play added a lot of "helper" libraries in the past,
h...

05e5460431a718dec67bcbed362f7e31ca427c70 authored over 6 years ago by Schmitt Christian <[email protected]>
added jaxb-api so that jdk 9+ classpath works without configuration (#8382)

* added jaxb-api so that jdk 9+ classpath works without configuration

* upgrade mima so that ...

8ef9e47e1d0d877730a57d6b7d4312fe925bff92 authored over 6 years ago by Schmitt Christian <[email protected]>
Set play.allowGlobalApplication=false by default (#8183)

fd402ccdfd9e74a0a4af0a6020247e0fbeacbc60 authored over 6 years ago by Greg Methvin <[email protected]>
removes commons-io (#8443)

actually this only removes commons-io inside the routes generator and
inside our specs, there i...

f65cf559c91b6fa2602d5f835006514cba5d8a35 authored over 6 years ago by Schmitt Christian <[email protected]>
places the generated keystore into the root folder (#8422)

* places the generated keystore into the root folder

currently the generated keystore was alw...

5f576efda61d9a1bd4cd27215e1fe221ddbaa3a9 authored over 6 years ago by Schmitt Christian <[email protected]>
corrected methods for akka 2.5.12 (#8437)

706c1cb8d5895b16afd911253b01f33d7def202d authored over 6 years ago by Schmitt Christian <[email protected]>
Call ExecutionContext.prepare in Action.apply (#8430)

Fixes #8224.

Small change without tests which should be OK.
Writing a unit test for this is ...

fe0b1ff10fc4f937a86600e6bb16ee3a7a7c07ef authored over 6 years ago by Rich Dougherty <[email protected]>
Correct implementation of ConfigLoader[Seq[Long]] to load all longs (#8426)

d47dc4e49c17ec5b27cc8e2488a0efb637b51809 authored over 6 years ago by Greg Methvin <[email protected]>
Netty upgrade (#8415)

http://netty.io/news/2018/05/14/4-1-25-Final.html

3b451a1ddc64c825a6c320f94d3234c712f4fbd8 authored over 6 years ago by Matthias Kurz <[email protected]>
Only apply logback-test.xml in Test mode (#8377) (#8413)

cabff2bbb6876dac16b14c061678312999d0d6d1 authored over 6 years ago by Rich Dougherty <[email protected]>
TemplateImports cleanup (#8403)

ee30d34432cc26cd1ccfbe03911d7062104ba553 authored over 6 years ago by Ben McCann <[email protected]>
Link to Markdown plugin directs to 404 page (#8409)

Markdown Support plugin now links to IntelliJ IDEA Markdown help page

3c8c16c81066571103922410914b5ff555b981ca authored over 6 years ago by Kamil Duda <[email protected]>
Use Guice to initialize database connection pools (#8410)

Fixes #8402.

We now pass the Injector value to the initialization code so that
it can use Gu...

dae5d4385c8e72824ead99573c47fbc4ade6dc4a authored over 6 years ago by Rich Dougherty <[email protected]>
Remove references to `Model` (#8408)

8de4a240ce66b90ebd81693fd82ccf76d81344b0 authored over 6 years ago by Kamil Duda <[email protected]>
Fixed a number of binding issues (#8398)

This fixes a number of issues with bindings that don't manifest when
using Guice, but do when u...

da68fc546da305b8fc215d0b8ad53b644b9b843c authored over 6 years ago by James Roper <[email protected]>
Allow users to directly configure Akka HTTP settings (#8392)

* Allow users to directly configure Akka HTTP settings

Fixes #8368.

Refactor the AkkaHttpS...

ba0ce3eee69f41a4cd431f105d82caa20ea205e1 authored over 6 years ago by Rich Dougherty <[email protected]>
Fix headers (#8399)

6768cb95c2d082665b836a7b8e61888d2f760677 authored over 6 years ago by Matthias Kurz <[email protected]>
Add improved Content Security Policy Filter (#8242)

Add a new CSP filter that follows best practice from Google. The
inclusion of a nonce now allow...

195eb5d3d07d6669b98d2ccc83f9d011a780cc87 authored over 6 years ago by Will Sargent <[email protected]>
Upgrade netty (#8389)

f13b4f95de643002885000bb0bbef2c2191dc100 authored over 6 years ago by Matthias Kurz <[email protected]>
Update documentation about SBT usage (#8395)

20fa79f09cb01509b06560bcf7be31af72236f0d authored over 6 years ago by Cédric Chantepie <[email protected]>
Update header plugin and change year to 2018 (#8380)

* Update header plugin and change year to 2018

* Fix some readme style issues

* Add/update...

c038bc147b03285a1de7acc50037e1e7f438bedf authored over 6 years ago by Arnout Engelen <[email protected]>
use foldLeft instead of /: (#8394)

https://github.com/scala/scala/blob/312ddb5d1e3436d7e07acad978cb116e9d023164/src/library/scala/c...

35e984fe15cda913c520c7a8dca64d61fede7043 authored over 6 years ago by kenji yoshida <[email protected]>
Add play-rconf on module directory (#8388)

Signed-off-by: Thibault Meyer <[email protected]>

0791d48100b49a1b7c552d1982256b62cea28773 authored over 6 years ago by Thibault Meyer <[email protected]>
Scala 2.12.6 (#8390)

5832561bf25ba4ab93a2382ce4cddcad65cd1def authored over 6 years ago by Matthias Kurz <[email protected]>
Fix behavior of LogbackLoggerConfigurator#init (#8378)

bba57346299581ce7759e91975c16adc0fe15087 authored over 6 years ago by Greg Methvin <[email protected]>
Add copyright header

eb7483d73a5fa9a5ce51adb452663bf3a7999dbb authored over 6 years ago by Rich Dougherty <[email protected]>
Avoid recalculating AsciiBitSet fields in ServerResultUtils (#8374)

Prevents O(headers.length * 2) overhead of bitset construction in ServerResultUtils
by caching ...

9ec58e3d1d35e8ff008909b93dfaf5b9be5cb7bd authored over 6 years ago by James Petty <[email protected]>
Introduce an akka-http specific Handler (#8357)

* Introduce an akka-http specific Handler

Exposing the akka-http types. Just experimenting
f...

ab93e5a6b1849a543aa9ca6bc180761bcb3df900 authored over 6 years ago by Arnout Engelen <[email protected]>
Make ConfigLoader for durations use Duration.fromNanos (#8371)

Solves #8370

faa3ff4db2cee71cf27657e60876e6de90ea2df9 authored over 6 years ago by Jakub Kozłowski <[email protected]>
Redunant conf in logger.resource path (#8373)

Removing conf from -Dlogger.resource path as it resolves to conf/conf otherwise.

0dd8f4b33c9a7fda71623c993d1d18ddc5283423 authored over 6 years ago by Ivar Abrahamsen <[email protected]>
Avoid unnecessary byte array defensive copies in Writeable of JsValue since Json.toBytes already makes a defensive copy from the backing shared buffer (#8375)

f7a096aa80e790ebbe3022eb1b87ad6cd4edcb97 authored over 6 years ago by James Petty <[email protected]>
[master]: Stop Netty server reloading configuration on each request (#8335)

* Stop Netty server reloading configuration on each request

Fixes #7812.

The caching of th...

a6b59700afc8b39892b11657071c4d752124d833 authored over 6 years ago by Rich Dougherty <[email protected]>
Remove deprecated CacheApi usages (#7805) (#8337)

acdd7a9d188b67899e8f8b6a750d87bf824c60f2 authored over 6 years ago by Jean-Philippe Melanson <[email protected]>
Removes Illegal reflective access of DelegatingClassLoader (#8355)

under JDK 9+ DelegatingClassLoader raised an Illegal reflective access
error.
By changing Appl...

e6ed774086368eb7e70fba2b7019494b28dc74b8 authored over 6 years ago by Schmitt Christian <[email protected]>
Documentation test task depending on publishLocal for play-docs (#8353)

We cannot have `apiURL` scoped since later sbt reads the setting
without a scope. So the change...

6b17ee06a14631f57cf723825bdb762f31abe061 authored over 6 years ago by Marcos Pereira <[email protected]>
Upgrade HikariCP once more (#8359)

34d4dcda77b78d3e58f4bfe29b394e9a41a4f6f4 authored over 6 years ago by Matthias Kurz <[email protected]>
Convert UTF arrows to normal ones (#8366)

5ede915f5e63699c9fd21a5f7f22c5f66704acc6 authored over 6 years ago by Arnout Engelen <[email protected]>
New major release of HikariCP (#8339)

* New major release of HikariCP

https://github.com/brettwooldridge/HikariCP/blob/HikariCP-3.0...

dc0b930065ca62b876370c9b2cd51d0a6495c980 authored over 6 years ago by Matthias Kurz <[email protected]>
Rename form methods back to original names (#8346)

fb6c22af57941748104b8877d43135e404b076e0 authored over 6 years ago by Matthias Kurz <[email protected]>
Upgrade sbt-native-packager (#8351)

04f095774bbdc10270e9364567c67944f0cbbef8 authored over 6 years ago by Matthias Kurz <[email protected]>
Configure apiURL to enable cross-linking (#8317)

It makes possible to projects that have Play artifacts as
dependencies to just enable autoAPIMa...

d26bc66cbd1a4338cd41248f21d731fd4a69eac7 authored over 6 years ago by Marcos Pereira <[email protected]>
Use Max-Age=0 to discard a cookie (#8340)

Fixes #8332. Use 0 as the max-age for discarded cookies for maximum
compatibility. Since non-po...

386b52aec425a85234ad3c3c5429c2002642bc66 authored over 6 years ago by Greg Methvin <[email protected]>
Update Guava version to 24.1 (#8285)

Includes a note in the migration guide.

d6be659ad546d8ad1f32b48516bbed0c1fc27482 authored over 6 years ago by Shenker93 <[email protected]>
Add documentation about Java Config (#8328)

acee250045cc467604e05921cb7beabcfdb744ed authored over 6 years ago by Marcos Pereira <[email protected]>
Update issue template to point to discuss.lightbend.com (#8298)

* Update issue template to point to discuss.lightbend.com

* Use the same info that playframew...

5a010b4cf9410806d1ff4751dc4d1f774048a36b authored over 6 years ago by Will Sargent <[email protected]>
Upgrade netty (#8338)

ad7d2fcf9232a6fc29c652f1fd838155bc4bad2b authored over 6 years ago by Matthias Kurz <[email protected]>
Adds cross-linking to Akka and Java SE javadocs (#8331)

* Adds cross-linking to Akka and Java SE javadocs

* Fixes User-Agent name

376a3a314c1db3af3a7880fae44adce73501e6f5 authored over 6 years ago by Ignasi Marimon-Clos <[email protected]>
avoid procedure syntax (#8333)

d77772c4d7a1cd2bb5013d14d8aa71b5859a247a authored over 6 years ago by kenji yoshida <[email protected]>
Minor docs corrections (#8329)

* Fix markdown links

* Update documentation links

0f18b8debd5d4c12948db735567491b199eb1bb2 authored over 6 years ago by Marcos Pereira <[email protected]>
Change Akka HTTP backend to use raw headers (#8314) (#8319)

* Change Akka HTTP backend to use raw headers

Fixes #7733, #7735, #7719, #7997, #8205.

May...

20add4ca4000ead7791c23e98fdc1f09b6465892 authored over 6 years ago by Marcos Pereira <[email protected]>
used typed keys to pass the current context lang to scala (#8288) (#8291)

* used typed keys to pass the current context lang to scala (#8288)

* applied some suggestion...

069c06552357d5623b216aa9ed53d2fa9f3c4623 authored over 6 years ago by Schmitt Christian <[email protected]>
Upgrade jackson (#8315)

430ba88edc298f748b33188f8df7dbfa84051549 authored over 6 years ago by Matthias Kurz <[email protected]>
Add contribution and download links to doc README (#8300)

* Add contribution and download links to doc README

* Update README.md

31a26df190be7ccfbf006c5ebe1ae0fbc39a7601 authored over 6 years ago by Will Sargent <[email protected]>
remove duplicate execution of action async block (#8230)

61b14f6fed1d6bc2a07638eac0177fda688a7f7d authored over 6 years ago by John Duffell <[email protected]>
update the yourkit image and url (#8309)

3014a532379434cc9a090a0ebe675412b384bf67 authored almost 7 years ago by Schmitt Christian <[email protected]>
Add Scala 2.13.0-M3 support (#8293)

* Update dependencies

The specs2 dependency required both that we manage to have
distinct ve...

683e8c01b5c231adec91d9d0da72658fdd516836 authored almost 7 years ago by Marcos Pereira <[email protected]>
currently this should cancel the remoteIn (#8292)

in a previous version I changed that from completionStage() to
complete and cancel, because com...

0b60c2b787e8c3f5d081328d5e4d82308bc0bb26 authored almost 7 years ago by Schmitt Christian <[email protected]>
Benji module (#8290)

Object storage DSL

21ba2d606931610806f43a6454e46967f477ebf4 authored almost 7 years ago by Cédric Chantepie <[email protected]>
Remove callLegacyValidateMethod (#8289)

5ff331147341e0a87a6f3b9fcff310c580e0bd99 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade Guice (#8259)

* Upgrade Guice

* Make Guice work

* Make Guice tests work

* Make Guice docs work

* S...

b1b98e6c95193a821661d080b7f472cfc397811e authored almost 7 years ago by Matthias Kurz <[email protected]>