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

Renamed class AssetsBuilder.java to Assets.java (#9667)

7bd691f5c2c574cd7f398a9dfff3b6de8cf0ae41 authored over 5 years ago
fixes #8605

updated CaffeineCacheApi to make getOrElseUpdate methods atomic

dc3915d1ad0cf3d7f54fab0a854fade9bcd9faa4 authored over 5 years ago
added tests to ensure lazy evaluation of orElse

9ba02f9e4eed0ae35f234bcde5a51f6f967f5db2 authored over 5 years ago
Tweak the Akka Actor Typed docs (#9715)

Tweak the Akka Actor Typed docs

2c247afa433e549cd8832ef55e716cdaf1b41fef authored over 5 years ago
Eliminated inconsistency between class name and constructor (#9667)

19a305b7258ceb8bc7ad7228438c283a4934bea1 authored over 5 years ago
Merge pull request #9727 from scala-steward/update/typesafe-1.4.0

Update typesafe:config to 1.4.0

7972f6c2f487ff49036fa095467c96a73ffc33f6 authored over 5 years ago
Update typesafe:config to 1.4.0

1cec05b6049544382ba622084102d6e67cdddd40 authored over 5 years ago
Merge pull request #9687 from mkurz/RequestBuilder-RequestBuilder-immutable

Make Java's Headers immutable + RequestBuilder copy constructor

de1d72adc5b1e9046a793229a6fddae08349a5bf authored over 5 years ago
Merge pull request #9726 from playframework/mergify/bp/master/pr-9722

Check all scalafmt for all scala versions (bp #9722)

20c974baa958d27a682fdea904c8653f66d69849 authored over 5 years ago
Fix formatting of imports

4c9afc66a108912d488a683097c892d9417b5445 authored over 5 years ago
Migration notes

0ee200241be70b19ef48afdefe431c17786f9ec7 authored over 5 years ago
Rename toUnmodifiableMap to asMap

f4b90bd320672f516edc3a8578b0f4e2b7c42753 authored over 5 years ago
Merge pull request #9693 from mkurz/DynamicForm.indexes_fix

Java's field.indexes() wasn't working for DynamicForm

e045b4c46e367f8d81e22d34d3e3f8e38e3bbb2a authored over 5 years ago
Format for all cross scala/sbt versions

cb5bb1ef3b732c6f092292974a3aed16808def68 authored over 5 years ago
Merge pull request #9716 from a1kemist/playframework-7788

#7788 - Document usage of List in routes

82ae690c13e2595721dd16d86495fb69d41bc672 authored over 5 years ago
Merge pull request #9718 from jaferkhan/PLAY-8940

Eliminated the type parameter associated with WebSocket in docs (fixe…

45e0b1bcd5c06499749e2bd4af890b2fddbe7f19 authored over 5 years ago
Merge pull request #9717 from ignasi35/propagate-akka-snapshot-settings-to-scripted-tests

Scripted tests use snapshot repositories on cron jobs

a4541277c41fb9e218d682ab6e2b1e954e08742b authored over 5 years ago
Eliminated the type parameter associated with WebSocket in docs (fixes #8940)

113c4507e630a4335b60d553884b6a6f39e6808d authored over 5 years ago
Scripted tests use snapshot repositories on cron jobs

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

90fa9c1e19d5c5b5eafc7a123494c89563a93f5a authored over 5 years ago
fixing files that failed scalafmt

cb20b668d357348613d2776cf09bad8874bf6755 authored over 5 years ago
Adding tests and doc snippets for List based query string parameters

3e0c134faa21069b6c1e42be06d077e9c7f66dc9 authored over 5 years ago
Merge pull request #9547 from domdorn/improve_doc_request_attrs_handlerDef

clarify correct usage of Router.Attrs.HandlerDef

ea6b902f64208fc5e5292a574667ccdfcd7170e2 authored over 5 years ago
Add Akka Typed DI Java/FP-style examples

5f8f6b48ad925333575f0cc80530d5e33a8cd69b authored over 5 years ago
Scope Akka Typed DI Java/OO examples for FP style

Move the Java "object oriented"-style examples into their own package in
preparation for Java FP...

c307d929d6309dae2507d19a1b0fba6e6c5a03f3 authored over 5 years ago
Un-nest AkkaTypedDocSpec, now that support code is moved

2a0b6671bb75f4c33f3141a251af4e1784a86f2d authored over 5 years ago
Keep AkkaTypedDocSpec/Test clear of set up code

1e6b5b2065a555a84650dbd0d7e8d467606c9cf1 authored over 5 years ago
Change wording as suggested by gmethvin

1f64216d940f25364112e31be6b9633be91fc7e8 authored over 5 years ago
clarify correct usage of Router.Attrs.HandlerDef

Clarifies the possibility that request.attrs.get(Router.Attrs.HandlerDef) can be None/null
which...

133f84915fa771fef6d60dadc9f660c2b5932168 authored over 5 years ago
removed unused import

8533554789dc319218145cfe5d4c4fb1534d8ffc authored over 5 years ago
Caution users about using non-singleton Behavior's

409dbce9a3450ac99a8243446dca262388fc0ed0 authored over 5 years ago
updated migration guide

53d99ba98b7c2b6eaf81759dd4e2c3c928437c7b authored over 5 years ago
removed the part of the comment that became misleading

7d6d0f69b843f90584dfd8d0cee9f462bac6b8b8 authored over 5 years ago
reverted EhCacheApi changes back to non-atomic state

c97a997bbd4a2bd8837b82103c614d3580f25153 authored over 5 years ago
Wrap Akka Typed DI examples for doc rendering

Wrap some doc example code to 67 columns, so when it renders it doesn't
cause a horizontal bar t...

858cbc9768a53a75533367e67c72984887e05846 authored over 5 years ago
Promote better practices in Akka Typed DI examples

In the examples for dependency injection for Akka Actor Typed use
nominal classes with construct...

1319d07e013bed4ee279b1537cafd633009569fe authored over 5 years ago
Merge pull request #9712 from dwijnand/di-for-new-AbstractBehavior

Akka 2.6.0-M8 & dropping runtime DI for AbstractBehavior

6031da0c3d11a2f81d9e04c6d7ff8317f125273b authored over 5 years ago
fixes #8605

updated Cache APIs to make getOrElseUpdate methods atomic

0bab60a3cdc23d414560bf3d85595b821f207c11 authored over 5 years ago
Adopt Akka's "create" factory method naming convention

9edcf26c0bf80cf27ea3d88996cc0d2b79936314 authored over 5 years ago
Akka 2.6.0-M8, drop runtime DI support for class-based behaviors

afb7fabc600a6effd1a264bcc8322f9d233c4362 authored over 5 years ago
Fix AkkaTypedDocSpec so it actually runs..

07984ab0aefab363bf9ac19caf4f3ca563fb890b authored over 5 years ago
Sync scalafmt versions. Fix formatting

37ad144749a71f4a2f0f07d2faf0105520c944f6 authored over 5 years ago
added explanations to the migration guide

b9d547e045b9100d9163b2e2b6945504779e326d authored over 5 years ago
Merge pull request #9711 from scala-steward/update/okhttp-4.2.2

Update okhttp to 4.2.2

3c852a565022fb398e3279b1e513772c47563565 authored over 5 years ago
Update okhttp to 4.2.2

b4a74e50dec8d0a7054d6b154a6940ecf9fb85be authored over 5 years ago
- made CaffeineDefaultExpiry.java depricated instead of removing it

- made ExpirableCacheValue.scala and DefaultCaffeineExpiry.scala package private

62daad18a66c5cb817221df8bfac3067eb2d97ea authored over 5 years ago
removed duplicated header

d1f551843076fd26c09c6573e5055f5858ad794d authored over 5 years ago
Merge pull request #9695 from mkurz/move-example-logback-conf-to-docs

Move example logback conf to docs

e5bce46713edd53683bcde721b1bc5ca21e12a62 authored over 5 years ago
Add Copyright header

391b1d7adc5741fef089467cacc1157bc7afec9c authored over 5 years ago
Move example logback conf to docs

7e79d3f5597f145fa1316cc40c96049fc2cc1cc5 authored over 5 years ago
extracted setting expiration logic to a method to be able to use in the getOrElseUpdate method

d831512414ffea41ccf5f4d73e52adf42c8599eb authored over 5 years ago
Merge pull request #9705 from marcospereira/build/sbt-header-xml-conf

Add headers for .conf and .xml files

6ddda9986d45c61c05a058bfebd24a8bf9450dd7 authored over 5 years ago
Merge pull request #9704 from scala-steward/update/okhttp-4.2.1

Update okhttp to 4.2.1

3d73adc219c37ffda50c98bf78589299b9a1178b authored over 5 years ago
Fix code format

c4965227a6815f4fd5fec356d82197ce1d1ebfab authored over 5 years ago
Add headers to .conf files

7b0a606553424b23391ada4d58e72f6821437dbe authored over 5 years ago
Manage header for xml files

a4dc5a15fb19e57f57cd1cd3812e2dd0e77329d6 authored over 5 years ago
Update okhttp to 4.2.1

739677c0ad72f17b5393f6be14315dc8d18908af authored over 5 years ago
Fix path in .gitattributes (#9701)

Fix path in .gitattributes

3c180d9ff868a557c2ccce8d1897f3b1a813737d authored over 5 years ago
Scala 2.13.1 and 2.12.10 (#9700)

Scala 2.13.1 and 2.12.10

db841125119781a87df6f3e05a3fc415440798ee authored over 5 years ago
Merge pull request #9699 from scala-steward/update/mockito-core-3.1.0

Update mockito-core to 3.1.0

5ff2cd464b71974615022cefbead27ad85764609 authored over 5 years ago
Merge pull request #9694 from scala-steward/update/hibernate-core-5.4.6.Final

Update hibernate-core to 5.4.6.Final

53a66b0dd3a9eb6fdaf5f7326b96ba7f9369ee89 authored over 5 years ago
Merge pull request #9681 from ignasi35/prefer-incubating-over-experimental

Prefer incubating over experimental

f363d307c8c8cec343267ff442417b55fd08758f authored over 5 years ago
Fix path in .gitattributes

029068f0b9d073dc8a398b948144b8189d07baaf authored over 5 years ago
Merge pull request #9698 from mkurz/coursier-cache-travis

Add .coursier/cache to Travis cache directories

9cc83e8895109a82415921113d2c2660f3621f59 authored over 5 years ago
Scala 2.13.1 and 2.12.10

ef872afd5e7db83185380b9f227d9f5b89f6d1bd authored over 5 years ago
Update mockito-core to 3.1.0

a12ded2e094c3fbed901c18687693f3fde686242 authored over 5 years ago
fixes #8605

updated cache apis to make getOrElseUpdate methods atomic

f91d79b4046435e889a3753616e59f57b1cd394d authored over 5 years ago
removed class causes binary compatibility issue, re-created CaffeineDefaultExpiry.java for this reason

"class play.cache.caffeine.CaffeineDefaultExpiry does not have a correspondent in current version"

53dbdf2624242adf60bdc03f1a5ea19ae5803102 authored over 5 years ago
renamed class

c975f0a137d46bd7be59679d08e95a926ca055a3 authored over 5 years ago
rebased onto master and fixed conflicting parts to continue the pr on top of #9623

59e0929f9febb1e802ce919375cccbe4a374fc5b authored over 5 years ago
scalafmt changes

18a09c86f927e90909a4d82baa1863c8a03b5581 authored over 5 years ago
excluded the deleted java class "play.cache.caffeine.CaffeineDefaultExpiry" from binary compatibility

4eca8ca6acea4d6d111d14c7a38d5173975b83d9 authored over 5 years ago
scalafmt changes

4b7e42e44db09bf8bc98013b5e9b5ac245edc938 authored over 5 years ago
Add .coursier/cache to Travis cache directories

a761aa459e4ae075392b8d46414aaecdf276bee8 authored over 5 years ago
Update hibernate-core to 5.4.6.Final

4ceb1cb573b646355bbdf6d86b1ce24e64b2c68c authored over 5 years ago
Prefer incubating term over experimental

3898d41cdd099587fa326d549ecc2dbe89a856cf authored over 5 years ago
Merge pull request #9680 from mkurz/GzipFilter-threshold

Add threshold to GzipFilter

36602309e092847dfb3f9d1841f6631ec32e2add authored over 5 years ago
Document how to use reverse router to test controllers in Java (#9675)

Document how to use reverse router to test controllers in Java

36b30864f8fb1646f37467d0792c032780f8fe0f authored over 5 years ago
Java's field.indexes() wasn't working for DynamicForm

6a0ded443515d03cefb9d801c076e0d80a588862 authored over 5 years ago
Merge pull request #9692 from mkurz/spring-upgrade

Upgrade spring which fixes a bug in DynamicForm

a265e962629d6413c03acd7e6fe5a600f2997ea8 authored over 5 years ago
Upgrade spring which fixes a bug in DynamicForm

3fb69184ee613b075f67ae6ad676766d3aad9403 authored over 5 years ago
Merge pull request #9682 from mkurz/missing-java-bodyparsers

Add "File" and "TemporaryFile" Java Body Parser

3a724ef7632a6efbea0451cd83f6f6a43605fe5e authored over 5 years ago
To avoid name clash, let's call it ToFile

c36921d18957a10ef74fe4147daab917e3ed1f19 authored over 5 years ago
Merge pull request #9689 from scala-steward/update/spring-core-5.1.10.RELEASE

Update spring-beans, spring-context, ... to 5.1.10.RELEASE

516760dfc37d641d634183a55d70ebbbb86d359c authored over 5 years ago
Update spring-beans, spring-context, ... to 5.1.10.RELEASE

3611bda8ad408fb9032f6e0708b5e42031c9b37c authored over 5 years ago
Make Java's Headers immutable + RequestBuilder copy constructor

4c533325794c6149c11d3875d87f8299e31fadd7 authored over 5 years ago
Merge pull request #9688 from mkurz/update-adopt-openjdk

Update/change AdoptOpenJDK

65962673f2172ab3c94d0874bf209866d13efa8d authored over 5 years ago
Update/change AdoptOpenJDK

0dc5cd64a235bedfb63408c0b1b2020a9d72e288 authored over 5 years ago
Merge pull request #9623 from gurkankaymak/UpdateNamedCaffeineCache

implemented NamedCaffeineCache in terms of AsyncCache

d8305b7ba6307c4b926866de69388a27dab74404 authored over 5 years ago
Adds play-cluster-sharding (Akka Typed) (#9503)

Adds play-cluster-sharding (Akka Typed)

a7ff544c20fe265160dcc99cb045a1af0ceab490 authored over 5 years ago
Add @Inject to TemporaryFile body parser constructor

fc374e807167f99e57bae4dd85e444f7be19deaf authored over 5 years ago
Resolve clash of java.io.File with play.mvc.BodyParser.File

912fef684ea899155d61aaf2903baefe7d58cee3 authored over 5 years ago
Make method package-private

580593bc80f27e51d51389116c9ba98966d2d189 authored over 5 years ago
Highlights

2e2974ab61668471e80a3e7e366647d2bc425ffa authored over 5 years ago
Test: If body size can't be determined, then it is assumed the response is over the threshold.

54579b780f385bbe20a676e39756171bb103aefc authored over 5 years ago
fix imports in docs

2f18c82b84c27ea575434ad7cb30831decdad33c authored over 5 years ago
Adds missing headers

f959a5bfa81d2e72ad11a1ff22112bbb531f7de9 authored over 5 years ago
New modules have no previous artifact to run mima to

5a5ed58857cb0f3b2755555a1ff800eed4ac0138 authored over 5 years ago
Fix cluster sharding project names

82bf3ce6c6cc096b7154635b3aff86476a7508d6 authored over 5 years ago
Fix port conflict when running documentation tests

47a53e0a5c48029eeb5a03d9a2556c20b077c6b7 authored over 5 years ago
Source format

70e3f324364a177682613e46f6456edf01a368fa authored over 5 years ago