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

Removed request tags (#8281)

Removed request tags which have been superseded by
request attributes.

84d434d8dadff8aa321076013dc35b9dfdb5e105 authored almost 7 years ago by Matthias Kurz <[email protected]>
Fixes issue 5275 with java helper method for parsing json (#7921)

New Java method to parse JSON and map it to a class

0c8c9fae8417de534e9055bf470c499b9ee12a71 authored almost 7 years ago by Lousanna <[email protected]>
Remove Java deprecations (#7611)

* Remove WS deprecated class

This was deprecated in favor of injecting a WSClient. All the
d...

7f6c398bfe98f477b8cfa10559126a50a66defd2 authored almost 7 years ago by Marcos Pereira <[email protected]>
Remove duplicated copyright headers (#8287)

605d223c4b96b540a4b446fb00196f92e53cbf5e authored almost 7 years ago by Marcos Pereira <[email protected]>
Remove BoneCP (#8211) (#8226)

* Remove BoneCP from source #8211

* Remove BoneCP from documentation #8211

* Reflect the f...

f3166f568149dd7a14e3417ab060cd6c3f4b567d authored almost 7 years ago by Shunsuke Tadokoro <[email protected]>
Upgrade + rename Hibernate ORM (#8279)

a9c7e7024490afd4d940198b8a061964fa6b848c authored almost 7 years ago by Matthias Kurz <[email protected]>
Remove method which isn't needed anymore (#8274)

191cdf004ccc3fa4fa5d255d08662b43d7ccec20 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade akka-http to 10.1.0 (#8280)

* Upgrade akka-http to 10.1.0

* corrected test

518a7986b752e89dcdd46a0f9f5290c13f06dc5c authored almost 7 years ago by Schmitt Christian <[email protected]>
Load standard logback files in LogbackLoggerConfigurator (#8275)

39199eda7a6e10145d1485d8b77a9654d03d4fd7 authored almost 7 years ago by Greg Methvin <[email protected]>
Add guideline for use of gender-neutral language (#8261)

1188b02b4d3eb96a6724f6f1398bbfe372ccd19d authored almost 7 years ago by Christian Treppo <[email protected]>
Update Reactive Streams to 1.0.2 (#8272)

http://www.reactive-streams.org/announce-1.0.2

No changes to the interfaces, this is just to ...

6575fb7c0ea8d6e5f0e8293235432d20ea1bbc57 authored almost 7 years ago by Tim Moore <[email protected]>
Update Copyright year to 2018 (#8269)

dadd89676cbe2801a7c857baf78b0ae7458322e4 authored almost 7 years ago by Dominik Dorn <[email protected]>
Update play-json to 2.6.9 (#8271)

eab36c71a217e2d13b6e821e46b00a4a01fca768 authored almost 7 years ago by Rich Dougherty <[email protected]>
Update play-ws to version 1.1.6 (#8263)

7bf56fef7711f9c40ec6995bc1885f6bd8647248 authored almost 7 years ago by Marcos Pereira <[email protected]>
Added Caffeine Cache module and made it the default Cache (#8025)

* Created Play-Caffeine-Cache module

* Reading cache properties from conf file

* put inste...

536378b88d520a1b036cc6fe96930bdbc2571dea authored almost 7 years ago by dusanstanojeviccs <[email protected]>
Move setAutoCommit call into try block (#8198)

The setAutoCommit call can potentially throw an exception, causing DB connections to leak. This ...

e6d64f1a6310bed503b9594d71db9a830c1b7547 authored almost 7 years ago by Stephen Marsh <[email protected]>
Update play-ws to version 1.1.5

f3bc0e257c93384c7a75e3ee2b6d8410284c0f08 authored almost 7 years ago by Marcos Pereira <[email protected]>
Upgrade akka (#8260)

https://akka.io/blog/news/2018/02/28/akka-2.5.11-released

29dc44cac65f35dcd87b09f5f5c3fbbe93c7ce44 authored almost 7 years ago by Matthias Kurz <[email protected]>
Remove references to g8Scaffold (#8235)

The giter8 sbt plugin for scaffold does not have a final
release for sbt 1.0 which is used in o...

ee3d049abe170ae655f6b2047447626e50e1afae authored almost 7 years ago by Marcos Pereira <[email protected]>
Upgrade twirl (#8258)

a5ac48c699393483ee193fb6e2d05f48ed33bdef authored almost 7 years ago by Matthias Kurz <[email protected]>
Update Akka to version 2.5.10 (#8253)

a4d9414e13ba46852e11d1cbf046703921d175bf authored almost 7 years ago by Marcos Pereira <[email protected]>
add a way to read X-Forwarded-Proto in RedirectHttpsFilter (#8209)

* add a way to read X-Forwarded-Proto in RedirectHttpsFilter

currently the RedirectHttpsFilte...

a825cb3cfae3af42fec8bdf501aa159fd34affbf authored almost 7 years ago by Schmitt Christian <[email protected]>
Once more fix environment evolutions reader (#8160)

f8e91cfbbee93f3966d3e0fecb4b78c9966e0f56 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade HikariCP (#8252)

Needs backport.

5ab76d46802fa52923b6284d7b72b8b2a5446039 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade netty

3c1e9048b0c0f5e8e9122cae56232fda9405f794 authored almost 7 years ago by Matthias Kurz <[email protected]>
Prevent none/none to leak into Play (master) (#8236)

* Prevent none/none to leak into Play

* Adds tests

* Adds IT

* Remove unused import

e5e778df6816b5524a48ba906e98b6cce1ea845c authored almost 7 years ago by Ignasi Marimon-Clos <[email protected]>
Remove newlines in twirl templates (#8249)

81ddf743ee82d36832d5303a5dc5a73ea83a492f authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrades ALPN agent to 2.0.7 (#8243)

e9b52d3967274c1c4aa4e4adbb851dc3e9940260 authored almost 7 years ago by Will Sargent <[email protected]>
Make request types covariant (#8244)

fc1cd03d2195b47c4a18d20d79bda4593716c165 authored almost 7 years ago by Will Sargent <[email protected]>
Changed import of "block-request" example in docs (#8161)

* Changed import of "block-request" example

Example called "block-request" uses Forbidden in ...

152844c56eed25ba562c4c6c5f5e137e18414734 authored almost 7 years ago by Bora Kaplan <[email protected]>
Added troubleshooting section for Heroku deployment (#8208)

eacc15378c608c2fe3484ae1f61e09fe320734dc authored almost 7 years ago by Joe Kutner <[email protected]>
sbt 0.13.17 (#8232)

5ead905c1037f648d16bc273dc0b84cccc93c6b7 authored almost 7 years ago by sullis <[email protected]>
Don't assume developers are male (#8217)

* Don't assume developers are male

One simple technique to normalize the thought of women bei...

028d989154635e967a3e1d64c4e510cc9d741093 authored almost 7 years ago by Christian Treppo <[email protected]>
Fix fileNamePattern example in docs (#8147)

It must contain the application.home path, otherwise the archived logs will be written to the wr...

3d887dfb282130ffb40f5584c134c85f8920938e authored almost 7 years ago by Onilton Maciel <[email protected]>
Add getExistingFile(...) to Java Environment (#8159)

eae1a39c9fa7e4c3a9de84738a982d403be99116 authored almost 7 years ago by Matthias Kurz <[email protected]>
gh-7105: Remove Play icons from default pages (#8213)

71ae6c54a7f7764637d52fcb098eb8550590d154 authored almost 7 years ago by Tomek Kopczynski <[email protected]>
Upgrade netty and sbt-native-packager (#8215)

f7f4727add26a689e0667eda278c9f20bda70f02 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade jackson (#8216)

145314cbab94d9ffb8abe14c9e4b65a10839b62f authored almost 7 years ago by Matthias Kurz <[email protected]>
Fix #8128 - Invalid query string in NettyHttpServer (#8197)

* Fix #8128 - Invalid query string in NettyHttpServer

Returns empty map instead of an Interna...

d809fc7b0a9ad16796ea9ed7e90341a7ff79149c authored almost 7 years ago by ozencem <[email protected]>
Add missing javadoc to radiobutton template helper (#8199)

Add missing javadoc param to radiobutton template helper

568a0e47d621702b75dc6afd9c800427ae22d673 authored almost 7 years ago by Pedro Rijo <[email protected]>
Update interplay to version 1.3.15

862852bbcac4b27672bacff9e6a076d1e44373ed authored almost 7 years ago by Marcos Pereira <[email protected]>
Don't hardcode line endings in tests

76247a98405618fb84e93fbd1f3160a0633b7a3b authored almost 7 years ago by Rich Dougherty <[email protected]>
Fix integration test on Windows by setting UTF-8 for forked JVM

6837a774f94acf98a9248977f4699a9a81869823 authored almost 7 years ago by Rich Dougherty <[email protected]>
Windows compatibility fixes

With these changes the Play core project tests pass on Windows. There
are still plenty of tests ...

d8155bd7e33f08e3e799e999d5a4077608efc1c0 authored almost 7 years ago by Rich Dougherty <[email protected]>
Use specs2 matcher within Options to get better error messages

4bb8bcd12e64b95b42ebf5b9c8647657571d457d authored almost 7 years ago by Rich Dougherty <[email protected]>
Mark test assets as binary so they're consistent across platforms

66e80342e4198cd0baff167c19f64098823232a9 authored almost 7 years ago by Rich Dougherty <[email protected]>
Update interplay to version 1.3.14 (#8191)

* Update interplay to version 1.3.14

* Add sleep to dev-mode test

634381271353cfef9123a535c7b9df80ffeb766a authored almost 7 years ago by Marcos Pereira <[email protected]>
Fix scripted test for dev mode (#8187)

e5a0cd44ff4b2f24375edc9791426ee2adba3f4a authored almost 7 years ago by Marcos Pereira <[email protected]>
Preserve all devSettings including Akka's (#8173)

* Honors all the devSettings configurations

Including the ones that are overriding reference ...

680b166ca8d43b8ac4c102c3cfc9728723124476 authored almost 7 years ago by Marcos Pereira <[email protected]>
Fixed bug where error messages with parameters are not correctly formatted (#8170)

* Fixed bug where error messages with parameter are not correctly formatted

Fixed https://git...

ee030ec686fe0b756a278cac63e0e74952e0bc27 authored almost 7 years ago by Toshiyuki Takahashi <[email protected]>
Java 9 compatibility improvements (#8171)

* Using non-deprecated valueOf

Constructors for boxing types were mostly deprecated. For exam...

1309521e66361b9ebdbd49ba00e013dc5ced3321 authored almost 7 years ago by Marcos Pereira <[email protected]>
Avoid multiple calls to ApplicationProvider#get for a single request (#8166)

6ede001417b11b785a292cfab2f45cd0a39ac563 authored almost 7 years ago by Greg Methvin <[email protected]>
Add missing import block in documentation abt Forms (#8155)

c2fab5f9af77220b5496fcfdaea89e94d798757a authored almost 7 years ago by Marcos Pereira <[email protected]>
Upgrade HikariCP once more (#8154)

Because of https://github.com/brettwooldridge/HikariCP/issues/1064

d73ddb4cba33b4df11e8435939e3bed4a6cbf5b1 authored almost 7 years ago by Matthias Kurz <[email protected]>
Fix environment evolutions reader (#8153)

* Fix environment evolutions reader

We need to use env.getExistingFile and fallback to
env.r...

a74f67651859ac747ba6c34a35db10acf2b574e4 authored almost 7 years ago by Marcos Pereira <[email protected]>
Upgrade akka (#8151)

b7f3251263be9a233b65a69eeafd513413f2d4d7 authored almost 7 years ago by Matthias Kurz <[email protected]>
Upgrade HikariCP (#8146)

Needs backport

a0228d077f6b318a691f5d3b505f8e8d6214d558 authored almost 7 years ago by Matthias Kurz <[email protected]>
Allow @Repeatable Java action annotations (#8117)

* Allow @Repeatable Java action annotations

* Smaller and more focused tests

51eaa13cc4b43c7c2363c7a3ac1e75ad30a2251c authored almost 7 years ago by Matthias Kurz <[email protected]>
Support evolutions scripts prefixed with zeros (01.sql, 001.sql, etc.) (#7978)

* Support evolutions scripts prefixed with zeros (01.sql, 001.sql, etc.)

* No need for getExi...

d913616a866d44a912242a70ea3eefc436ab57d5 authored almost 7 years ago by Matthias Kurz <[email protected]>
Fix akka-http server configuration for request timeout (#8137)

* Fix akka-http server configuration for request timeout

* Use "infinite" as the default valu...

cd3a76c6a79429515609e3efaaef7a34e3f4a454 authored almost 7 years ago by Marcos Pereira <[email protected]>
add `play.api.Configuration#load` to the public API (#8138)

* add `play.api.Configuration#load` to the public API

Allows for clients which don't require ...

9cd76d414460bf0f4dda4cfe274b121e4c5bf55a authored almost 7 years ago by Elijah Rippeth <[email protected]>
make Routers composable (#8012)

4c70b05ca98227474b612bff6fccd6ae94b73b42 authored almost 7 years ago by Matthias Berndt <[email protected]>
Move logback-test.xml to src/test/resources (#8135)

387489afd49b69bb94d8c8da3af42f0ce4dc1296 authored almost 7 years ago by Greg Methvin <[email protected]>
Fixes #8108 - allow AbstractCORSPolicy to serve valid but forbidden origins (#8134)

1221a9d10ec0f51c54166f19aba94c88dbbcfcc2 authored almost 7 years ago by Eliot Chan <[email protected]>
Log assets configuration at debug instead of warn (#8118)

5192391186671f5c4788659bc1d38f7ad607ced0 authored almost 7 years ago by Greg Methvin <[email protected]>
Correcte play-doc link (#8132)

Hi,
The link `(https://github.com/playframework/play-doc]` redirect to `https://github.com/play...

be69e3421e0fca005b55e122fead9309fe92b4fd authored almost 7 years ago by Aidara Moussa <[email protected]>
Add GzipConfig.compressionLevel (#8059)

* Add GzipConfig.compressionLevel

Allow user to specify the compression level to use for the ...

a74bf430560c9c478021b0df8246bb5103e5e27a authored almost 7 years ago by jxtps <[email protected]>
Upgrade netty (#8112)

56ef46ddf1dbbeb89a6e25408cbf53c1802e488f authored almost 7 years ago by Matthias Kurz <[email protected]>
Fix documentation server run (#8102)

Using regular routes instead of WebCommands.

97a39dc26be13c5ee4306740c0c789e95762952c authored about 7 years ago by Marcos Pereira <[email protected]>
Add a way to pass additional ActorSystem setup (#8111)

This can be used by Lagom to remove the need to copy and paste all of
the ActorSystemProvider.s...

37f9415e5d62ce616b8b149b091b3cc350f7d88c authored about 7 years ago by Rich Dougherty <[email protected]>
Make constraint annotations @Repeatable (#8063)

* Make constraint annotations @Repeatable

* formField.constraints() should also return @Repea...

09bef63a363fac4f0a7656bc0c03c67198638d1e authored about 7 years ago by Matthias Kurz <[email protected]>
Document merge strategy for sbt-assembly-plugin

2187a9ee45d7f79c11af916b015bea911dee2c0c authored about 7 years ago by Marcos Pereira <[email protected]>
makes it possible to have implicit QueryStringBindable's for AnyVal (#8093)

* makes it possible to have implicit QueryStringBindable's for AnyVal

* applied suggestions

29b730899fd707e01514bc5b22b632213db0500b authored about 7 years ago by Schmitt Christian <[email protected]>
Stop overriding run-coordinated-shutdown-when-down (#8105)

Ensure that Akka, Play and Lagom all default to enabling coordinated
shutdown when downing.

6674fed0ca1cfd001a8f59c4bc59e300cc246810 authored about 7 years ago by Tim Moore <[email protected]>
Use Akka's Reason when shutting down and disable Akka JVM hooks globally (#8087) (#8106)

* Use Akka's Reason when shutting down and disable Artery

* Organize imports of Akka.scala

...

0e9add413e61617632e079bfad8dd5466a0b08df authored about 7 years ago by Greg Methvin <[email protected]>
Disable Akka-CS's JVM shutdown hook (#8103)

* Disabled Akka-CS JVM shutdown hook

* Review settings assuming cluster users handle shutdown...

f94cbaeba24864a0766a6983c9e2f6a0d5e8b6b9 authored about 7 years ago by Greg Methvin <[email protected]>
Send errors from filters to the application HttpErrorHandler (#8091)

033cf45ff4ccb29aa2b5c47ad2c92f8b2767b933 authored about 7 years ago by Greg Methvin <[email protected]>
Exclude InlineCache.cache from MiMa

This variable should have been private in the first place. The class is
private[play] so it shou...

b5e5c64da2c1678644395960c0f734c292792d80 authored about 7 years ago by Tim Moore <[email protected]>
Make InlineCache use a soft (not weak) reference

Objects that are referenced only by a weak reference will be eagerly
collected on the next GC ru...

9e221e6d743d07054386ee1ba7a604cba44897e9 authored about 7 years ago by Tim Moore <[email protected]>
makes it possible to have implicit PathBindable's for AnyVal (#8076)

currently it is very repetitive to generate PathBindable's for every AnyVal
so I created a smal...

dff1c2fc004e9e75969ca34360c8809ca4e83ec6 authored about 7 years ago by Schmitt Christian <[email protected]>
Remove httpConfiguration from ServerResultUtils (#8085)

This field was unused. On top of that, it was reloading the
HttpConfiguration more often than r...

c6d639d709b85c2802b135156ea9aed425494815 authored about 7 years ago by Tim Moore <[email protected]>
Remove StaticRoutesGenerator (#8049)

b9e5fc631e8cc53cbb53ab6e6c2ec1c91ff34535 authored about 7 years ago by Greg Methvin <[email protected]>
Fix #8023 - Don't ignore exceptions thrown during JPA rollback (#8065)

* Fix #8023 - Don't ignore exceptions thrown during JPA rollback

* Catch Exception instead of...

1bdb9255110cd07d1f9829fb7a225f9104daa7e9 authored about 7 years ago by Alain Defrance <[email protected]>
Enables Header creation on all projects (#8068)

* Enables Header creation on all projects

* Enable HeaderPlugin via Project templates (not pe...

7cb9596c37ef3990114aad23e30e045d1bb900df authored about 7 years ago by Ignasi Marimon-Clos <[email protected]>
Fixed-issue-5957-Mention scala-guice helpers in docs (#7867)

* Fixes-issue-5957-Mention scala-guice helpers in docs

* Addition as a note

a3ce10e1357edfabd4ce2df0b136291bcdf9d668 authored about 7 years ago by Shruti Singh <[email protected]>
[master]: Use a Java BodyParser in RoutingDsl (#8073)

* Use a Java BodyParser in RoutingDsl

Scala's BodyParser resulting bodies are not handled by
...

01f3696178571a9b1c63b0eec3d920e777be3da4 authored about 7 years ago by Marcos Pereira <[email protected]>
Update play-json to 2.6.8 (#8080)

7d9e2dc2bd754d244f3dd869a4c6af0f7388c3d1 authored about 7 years ago by Greg Methvin <[email protected]>
Upgrade netty (#8083)

b7495636b385dfe7b51bb6201ecf9312d837e501 authored about 7 years ago by Matthias Kurz <[email protected]>
Update Akka to 2.5.8 (#8078)

7d2836292d9532a5d8f2eaa7dc5d9b80b25241f8 authored about 7 years ago by Greg Methvin <[email protected]>
Easy way to set server-header when using Netty (#8028)

* Easy way to set server-header when using Netty

* Satisfy MiMa

* Fix Microbenchmarks

*...

6c04cd98bc1e7ad8ecef5f0c05791a7260c4a7dd authored about 7 years ago by Matthias Kurz <[email protected]>
Using an java8 optional as parameter can enhance readability in contr… (#8056)

* Using an java8 optional as parameter can enhance readability in controllers and code quality
...

dfe10a7fae459db737e32ceca80e9edb65bc9ba4 authored about 7 years ago by Quentin PROUST <[email protected]>
Updated scalariform plugin; some code reformatted (#8071)

Updated the sbt-scalariform plugin to the latest version. This will
allow us to upgrade the Pla...

b5a88b3af2b806d519cf4d7afad704f847f4899d authored about 7 years ago by Rich Dougherty <[email protected]>
ScalaActionsComposition doc fix (#8069)

99561bcbc1a66a28fc0a850a94ac4e39e5542e27 authored about 7 years ago by Tomek Kopczynski <[email protected]>
Bumps AkkaHttp version (#8070)

930a2d04f8cd64d742603eec7980db771ad4d5a1 authored about 7 years ago by Ignasi Marimon-Clos <[email protected]>
Update play-file-watch to 1.1.7 (#8055)

538a73412b8d70a82f4f88f059b13facd3a6bd49 authored about 7 years ago by Greg Methvin <[email protected]>
Fix play.api.Configuration.getOptional (#8064)

f0e9790c932c3c19db6bfa397c48858c76b6f873 authored about 7 years ago by Matthias Kurz <[email protected]>
Forward-port PlayService info in 2.6 highlights (#8060)

3c11f12205fbf05fd72bc4e950ae5ddaa7f3a283 authored about 7 years ago by Greg Methvin <[email protected]>
Remove superfluous "under the hood" (#8054)

2044ce56468099c6ff05c6f54b19abf0a2fb06aa authored about 7 years ago by Greg Methvin <[email protected]>
Fix Router#withPrefix to always prepend the prefix (#8048)

badd3ff5c37f21f0e6418e4f80589bbbe0353156 authored about 7 years ago by Greg Methvin <[email protected]>
Include examples of implicit request in Action documentation (#7871)

Fixes #6573

01f8f03da103e1935a3ea9aea75697cbb8991459 authored about 7 years ago by Shruti Singh <[email protected]>