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

added line break

3bffc61d5a67bc28b6b9136def2955c51025ae47 authored over 5 years ago
Fix minor details

f6fc2515b2a69c9b342477e74da78297945a6544 authored over 5 years ago
change packages and artifacts names

3089d155a2fb3ac65507a16bce0da81a73aaeddb authored over 5 years ago
Fix PlayImport

60ec396ee9e100bfa7c7fbcc9f9b42bc2d52f7b5 authored over 5 years ago
extract sbt snippet to own file

c8db7533d3b15e3f59a12c2a5c1a0106e5f9798f authored over 5 years ago
Merge documentation for Scala & Java into common

0f55d93623eaaf7875bd74006c0ef2388fda2845 authored over 5 years ago
Added play-cluster-sharding (Akka Typed)

200ee907660db36f4a6b1115b6c55bf448ee2a77 authored over 5 years ago
link to akka docs

01909103d3ebf746b7f9f51c0bb581c5bc7fbe59 authored over 5 years ago
removed 'internal' package

uses Akka's @InternalApi annotation instead

5d423d46e7f4bb4bf24ea6caae30409e0a83b92e authored over 5 years ago
added @ApiMayChange to non-internal classes

35f5e55075288b99d287f15c0523b561b7f566c9 authored over 5 years ago
added documentation about new Cluster Sharding module for Akka Typed

f7e13321d1827770ed535d86e6f779eeb52f6a30 authored over 5 years ago
added highlight for Akka Cluster Sharding Typed

9367c493d506e780a77d0ba3e938e9087d3e62fc authored over 5 years ago
Merge pull request #9685 from dwijnand/update-to-interplay-2.1.1

Update to interplay 2.1.1

3868c0d97bf047c67935d5513cf5265dfabfd233 authored over 5 years ago
Update to interplay 2.1.1

fbc59c0a3b4257d2fd3e5fb810eb7a382eb91cb2 authored over 5 years ago
Add "File" and "TemporaryFile" Java Body Parser

19d46b352ba080427feef618863e255fa092516b authored over 5 years ago
Add threshold to GzipFilter

b4700f35f3197750b09c3d4e0913e4323abad33f authored over 5 years ago
Merge pull request #9679 from scala-steward/update/scalacheck-1.14.2

Update scalacheck to 1.14.2

678014185eee5d98e1700af8f8debdf3abac213e authored over 5 years ago
Update scalacheck to 1.14.2

0284c125883e51f20357969a8cadc2acfe89d245 authored over 5 years ago
Merge pull request #9671 from dwijnand/cleanup-Configuration

Cleanup Configuration

0e693a6234293811e18beb2b154cc8550c615b2c authored over 5 years ago
Merge pull request #9649 from mkurz/parsers-max-content-length

BodyParsers check Content-Length header if it exceeds maxLength

dbf1f7346c0c865adb43ce8cfbbc2f91716b0313 authored over 5 years ago
Merge pull request #9659 from mkurz/RedirectHttpsFilterFix

Send HSTS header when X-Forwarded-Proto header is 'https'

93bf6357ecbdfdd096cb20e62ad8f745e08dd8bb authored over 5 years ago
Merge pull request #9676 from dwijnand/cleanup-project/Docs

Cleanup apiDocs setup

17b6a7470f6a3ab9a058bfd671cc69180910f16a authored over 5 years ago
Avoid using _1, _2 and _3 from Tuple3

03e7b2e270292ed6d5243654b0f5581aa27a1c7a authored over 5 years ago
Migration notes

36da1ab118d1de01d4de2aaa72dec2115978a363 authored over 5 years ago
Merge pull request #9677 from scala-steward/update/netty-transport-native-epoll-4.1.42.Final

Update netty-transport-native-epoll to 4.1.42.Final

0f1a599dc48a08c9d8c178f0878455432988e8cc authored over 5 years ago
Update netty-transport-native-epoll to 4.1.42.Final

ee8b05c268f41d4d81f5338af229a859170ec816 authored over 5 years ago
Cleanup Configuration & ConfigurationSpec

541b08a081408d8df03baceb087e84dc22935447 authored over 5 years ago
Configuration: replace "++" with "withFallback" (#9674)

Configuration: replace "++" with "withFallback"

9e82072cbff9d07e6d81212c179970e5e317bd25 authored over 5 years ago
Cleanup apiDocs setup

c6a8beca7a9e7ac09d75876697c627e28190fecf authored over 5 years ago
Merge pull request #9645 from marcospereira/updates/mima-0.6.0

Updates mima to version 0.6.0

3e2ef8aa4159aa101477ee55e60e97c5e9e0904a authored over 5 years ago
Merge pull request #9670 from dwijnand/adopt-new-java-hocon

Adopt ConfigFactory.defaultReferenceUnresolved

6fd7dedac703376e2907c6ef64264aca0515de0e authored over 5 years ago
Document how to use reverse router to test controllers in Java

4dea40a18b3fb629f2460f6553ff600f507b4aa0 authored over 5 years ago
Merge branch 'master' into updates/mima-0.6.0

2a1dab38156d009b0f9a0f9d1a4cab2964a1365a authored over 5 years ago
Configuration: replace "++" with "withFallback"

7232c460d2d57b41597c1236cc7711cf83171f36 authored over 5 years ago
Use ConfigFactory.load!

Use one of the standard loading methods instead of having to use the
internal com.typesafe.confi...

fc5182fa6456dd96d2bda5ac2829824203341904 authored over 5 years ago
Simplify loading application.conf

We still allow application.conf to be missing.

We're not forcing anything to be resolved early....

1b69712bb4df23f7dd6b194e06dbc3c96c2617ed authored over 5 years ago
Give sys props priority in config loading

9e6c5e09a3ab3d2671a75e8f899f3486f5a77e9b authored over 5 years ago
Adopt ConfigFactory.defaultReferenceUnresolved

This method is in the new 1.3.5-RC1 version of the config library
(should be released as 1.4.0)....

a2cd890f24c4669dc673d799fb2f7e8c6a6e791c authored over 5 years ago
Merge pull request #9660 from dwijnand/fix-javadoc-11

apiDocs: Drop "-subpackages play"

91714382aadd59387140ccbe63e9df8702d2362c authored over 5 years ago
Merge pull request #9672 from dwijnand/avoid-deprecated-ScalaInstance-libraryJar

Avoid deprecated ScalaInstance#libraryJar

6f15e52b2a0c78d56f10cace22f958c149b38578 authored over 5 years ago
Merge pull request #9651 from ignasi35/use-sbt-sonatype-publish-bundle

Prefer sonatypeBundleRelease

5627786d3d503a6f18d11decd05614fc374a29a0 authored over 5 years ago
Avoid deprecated ScalaInstance#libraryJar

Switch to mapping all library jars.

3a8260ed19d5e95b2251f1a2f47260ef29fb29b2 authored over 5 years ago
Fix scripts, now that 2.13 is the default

5c1629abcec84cf07c7d3a8cc0ace3fcd95663a6 authored over 5 years ago
Use scalaVersion := scala213, from Interplay

f859eed475b848604d160bdedb081dd83e0a316c authored over 5 years ago
Merge pull request #9664 from scala-steward/update/jackson-databind-2.9.10

Update jackson-databind to 2.9.10

84c47a17a6adaf94e0c4d11e90b02187c4d19ce1 authored over 5 years ago
Merge branch 'master' into update/jackson-databind-2.9.10

b8f968d11e5558d2be9dea57b2962e2ce73c1300 authored over 5 years ago
Prefer sonatypeBundleRelease

fa9cd7c18a868d4fd6bc78cc4c21768a0a5d7bfd authored over 5 years ago
apiDocs: Drop "-subpackages play"

From my testing (running Play-Docs/apiDocs and inspecting the content in
dev-mode/play-docs/targ...

7421e280775ce4d62cc5b72fe482f53654a7b909 authored over 5 years ago
Merge pull request #9665 from scala-steward/update/jackson-datatype-jdk8-2.9.10

Update jackson-datatype-jdk8, ... to 2.9.10

e8b661a7919c95a29ae099202b0f5c478b9429a2 authored over 5 years ago
Merge pull request #9663 from scala-steward/update/jackson-core-2.9.10

Update jackson-annotations, jackson-core to 2.9.10

bbb4af61bd02108c64d798b1b34f806cdd080f93 authored over 5 years ago
Update jackson-datatype-jdk8, ... to 2.9.10

1f77eda7c4e2203e141eeeb759fcc0fb574074e2 authored over 5 years ago
Update jackson-databind to 2.9.10

8108e21fefcc27bae2f80c10ebc304a0c97ef2d4 authored over 5 years ago
Update jackson-annotations, jackson-core to 2.9.10

4c40468b3cc1dc8ab8d99b5a7e16183f402b8010 authored over 5 years ago
Merge pull request #9662 from scala-steward/update/joda-time-2.10.4

Update joda-time to 2.10.4

b270671ba073b8b0af5158a1e955bedf36361c5b authored over 5 years ago
Merge pull request #9661 from scala-steward/update/akka-http-core-10.1.10

Update akka-http-core, akka-http2-support to 10.1.10

04abc9a9c6847c9e3b2d2c9b36a647a04a1fe4e5 authored over 5 years ago
Update joda-time to 2.10.4

c0bf65c021317ea157e5902e7ca5ef5c64bf39d6 authored over 5 years ago
Update akka-http-core, akka-http2-support to 10.1.10

2078afac5a823e8ebffe65d00eafa2004490a969 authored over 5 years ago
Send HSTS header when X-Forwarded-Proto header is 'https'

Even when request itself is not marked as secure

8d4d72816caa7f2e0d4025d122e24db063c73e02 authored over 5 years ago
Removes Akka snaphost resolver (#9656)

Removes Akka snaphost resolver

b06ab05134d2e2b78fe3b81e475bd30f8152f830 authored over 5 years ago
Removes leftover from adopting scala 2.13

fb9cea8b5ceb6c96e752ee346f60d2538e3ff242 authored over 5 years ago
Add back "-subpackages play" on pre-Java 11 (#9655)

Add back "-subpackages play" on pre-Java 11

f424b6b613497ab6f45f01ea0bf5a991c2fbcf20 authored over 5 years ago
Add back "-subpackages play" on pre-Java 11

8cfff7d6d23216d72fb972da96e3416948cd79d5 authored over 5 years ago
Merge pull request #9654 from scala-steward/update/scalacheck-1.14.1

Update scalacheck to 1.14.1

0217d2d36f354a083228e602e85fb7c694d27703 authored over 5 years ago
Java API: BodyParsers check Content-Length header

4b84014e58ce44a21bf05a8d319952f28da23412 authored over 5 years ago
Scala API: BodyParsers check Content-Length header

7a43238c39d2be08d96ac64f229b7f9902aca6b9 authored over 5 years ago
Add helper method

c5a684a2e20c82c7435f1e36b9ca122b0ca338da authored over 5 years ago
Merge pull request #9647 from mkurz/enforceMaxLength

Make Scala's file/temporaryFile parser respect max length

84910848f5662c36d02ad71c35af81a7ff933958 authored over 5 years ago
Update scalacheck to 1.14.1

8b742bf440678007243641320d8ff5cb70e93699 authored over 5 years ago
javafmt changes

a6c868b0aab413e6de0aab3d7366828dc712edf6 authored over 5 years ago
delegated the getAll methods and removed the methods/fields that became unused

92d0351c231781e5e6e39c721227dcb6f50f9052 authored over 5 years ago
fixed combineFutureEntries method

implemented tests for getAll method

3ce9c3027d622e2636345c6e1369e9db885f6f21 authored over 5 years ago
Merge pull request #9653 from scala-steward/update/HikariCP-3.4.1

Update HikariCP to 3.4.1

f2aefc5127af533141c397195002bf665167dcb1 authored over 5 years ago
Update HikariCP to 3.4.1

a30e4d1afd1ad5936c242da0d6b029228e94ca3f authored over 5 years ago
Merge pull request #9521 from eed3si9n/wip/sbt1.3.0-RC3

Update to sbt 1.3.0

a9efb75033630fcd4ccbdadfcd53771518ab5323 authored over 5 years ago
Drop "-subpackages play" from javadoc so it doesn't bomb

7057b193e53bbafecd1dffb01e0bc7df2f922a40 authored over 5 years ago
Instruct javadoc the sources are Java 8 compliant

Adapting the advice in https://github.com/joel-costigliola/assertj-core/issues/1403#issuecomment...

5766afee9feb5b3180e4b7e92e88012dfd886907 authored over 5 years ago
Drop table attributes that aren't HTML 5 compliant

Required by Javadoc 11.

c218024147bec2e5156f5e5796adc80f016d77d1 authored over 5 years ago
Use "{@code text}" over "<tt>text</tt>" in Javadoc

The latter isn't HTML 5 compliant, which Javadoc 11 requires.

3f9ab7a56ecd81ef1c79127c115f9ae6a5733e58 authored over 5 years ago
implemented missing getAll methods

c9051ccc4725e4876ade6d5a2a82cdde1734e525 authored over 5 years ago
Merge pull request #9650 from scala-steward/update/hibernate-core-5.4.5.Final

Update hibernate-core to 5.4.5.Final

36c2606b7bdf7ddba7e609c0112cf276a063aa32 authored over 5 years ago
Update hibernate-core to 5.4.5.Final

2002e9fc5cdd2ed75efb4db7a6ec6935bf7edcd4 authored over 5 years ago
Make Scala's file/temporaryFile parser respect maxLength

2aeaa651ea800076023530b12665536269daded2 authored over 5 years ago
Merge pull request #9641 from mkurz/max-header-size

Move max-header-size config to play.server

3843d256c8b5635da3eb386152b17218e5fe01b9 authored over 5 years ago
Flat configuration for sbt plugin versions

04c1377baa8cce819a2b3ece5d1593da399e9758 authored over 5 years ago
Update mima to version 0.6.0

bdabab1c3a364ad1445b0b44118e88708c0efe2b authored over 5 years ago
Move max-header-size config to play.server

248bbb8dd065aa4021a71f9ae8e126a45c655a34 authored over 5 years ago
Merge pull request #9625 from mkurz/max-content-length_413

413 instead of 500 when max-content-length exceeds + Netty config

6ba8fe4d1ef523c9ac0a0706d508329dd8e3f56a authored over 5 years ago
Merge pull request #9644 from mkurz/fix-DelegatingMultipartFormDataBodyParser

Fix "memory leak" in DelegatingMultipartFormDataBodyParser

b392e9b6519f81f80511e5be4066b53806b9753c authored over 5 years ago
MiMa is happy now

bb20a2409ed2ba78f1304083c72a6093564f36e3 authored over 5 years ago
Fix Javadoc

According to https://stackoverflow.com/a/9541824/3827, parameterized types are not part of metho...

0ed529ff714001933cb4d02ccb88ea277ab0b45a authored over 5 years ago
Merge pull request #9643 from scala-steward/update/specs2-core-4.7.1

Update specs2-core, specs2-junit, ... to 4.7.1

4c9a8170b6f70ed96f1fbd9c3348b08e9466f1b1 authored over 5 years ago
Merge pull request #9642 from scala-steward/update/HikariCP-3.4.0

Update HikariCP to 3.4.0

978e376a41d4a02bd868a50933d428ee1027732c authored over 5 years ago
Apply suggestions from code review

Co-Authored-By: Marcos Pereira <[email protected]>

87ce3a6e7822b9b3151a63289184fa5758c38231 authored over 5 years ago
Update specs2-core, specs2-junit, ... to 4.7.1

30c3769e2c0a2a6add6df163699bec21957ecfa1 authored over 5 years ago
Fix "memory leak" in DelegatingMultipartFormDataBodyParser

b36710a0c01438ffb80fa9bd5ff51db03eaac663 authored over 5 years ago
Update HikariCP to 3.4.0

3b5e3956b170205996b75b923a05bf46ffd0bac3 authored over 5 years ago
Update to sbt 1.3.0

bf4541aeb61fc19f059c0782a9ecae28e3fcf4d4 authored over 5 years ago
One config to rule them all: play.server.max-content-length

659512697588e38fd62f6453a9352f004b046b25 authored over 5 years ago
Setting version to 2.8.0-SNAPSHOT

f71d9e1da0a441952c451e27848a35edaebf05d6 authored over 5 years ago
Setting version to 2.8.0-M5

cb95327ecb50e4aa9349fc5c7f41bdba5f403a56 authored over 5 years ago