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

Merge pull request #12481 from mkurz/inject_errorHandler_CSRFCheck

Inject (CSRF)errorHandler in CSRFCheck

a06dee6780a6e3e9a458ba59d2b97226fbccbc17 authored 9 months ago by Matthias Kurz <[email protected]>
Inject (CSRF)errorHandler in CSRFCheck

0a0af2b6036b2214d56848297a92afc23551274a authored 9 months ago by Matthias Kurz <[email protected]>
Merge pull request #12282 from xuwei-k/new-wildcard-syntax

update `.scalafmt.conf`. enforce new wildcard syntax

7c5afaf32ac9cd12e73190f83f9c529202003eb9 authored 9 months ago by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
update .scalafmt.conf. enforce new wildcard syntax in docs

6224b8c8042dd890d6b514371b2b8fd4b84dd256 authored 9 months ago by Matthias Kurz <[email protected]>
update .scalafmt.conf. enforce new wildcard syntax

ea342d8b01125b538a37ed38be800c4241c49f53 authored 9 months ago by xuwei-k <[email protected]>
Merge pull request #12029 from xuwei-k/explicit-type

remove `"-Xmigration"` from main scalacOptions. add explicit type

1f8ed62caf01c9a8965de9a790e937c257cbe19e authored 9 months ago by Matthias Kurz <[email protected]>
Removed special handling of "package object inheritance is deprecated"

Scala 2.13.13 fixed it

518abe30eca129f411bab2690ff5ad862871e2ed authored 9 months ago by Matthias Kurz <[email protected]>
Remove MiMa filter, not needed anymore

540b4f5953620461572ba4644a815bdd06ef0d2f authored 9 months ago by Matthias Kurz <[email protected]>
remove `"-Xmigration"` from main. add explicit type

464db93718266658e3b72a70d74edfd90c0a782b authored 9 months ago by xuwei-k <[email protected]>
Merge pull request #12211 from hertg/jjwt-upgrade

upgrade jjwt to 0.12.5

6689d425fc3dee15478d3732e616019fa60659d8 authored 9 months ago by Matthias Kurz <[email protected]>
upgrade jjwt to 0.12.5

9a10206bbd311dcfcf9379b6f25aa8a6958aaf7b authored 9 months ago by Michael Hertig <[email protected]>
Merge pull request #12269 from janani-reddy9/issue-12200-add-http-secret-key-at-the-end-of-conf-file

Add generated play.http.secret.key at the end of the application.conf file

b1d2470eb3fbc669fce8c6b5c29ed88d39f5306a authored 9 months ago by Matthias Kurz <[email protected]>
Make sure there is an empty line between content and secret

5efc0bf577bb711f69b4a2244d1bf0e46667273d authored 9 months ago by Matthias Kurz <[email protected]>
Add generated play.http.secret.key at the end of the application.conf file

Changed to append the generated play.http.secret.key to the end of file(previously added at the ...

19ce8ec7fcfe9f5bbba3b9b5c53d1a04f7ff4a85 authored 9 months ago by Janani Reddy Seelam <[email protected]>
Merge pull request #12473 from playframework/mergify/bp/main/pr-12470

[Docs] Link to example should download sources archive (backport #12470) by @ihostage

82ea5ed15268f483fe5f2536148bd109b2cd2bc8 authored 10 months ago by Matthias Kurz <[email protected]>
Adjust wording

(cherry picked from commit 192fada595f001dbd94625221e8e7944dc54d4fe)

6f5b165fa8dcd3307ffc65975acfde299fcde17e authored 10 months ago by Matthias Kurz <[email protected]>
[Docs] Link to example should download sources archive

(cherry picked from commit 3a00053ede1e1f3c5c37bd5588dbbfd80feb1faa)

954edf9e03ac89bf98ff0a653557d069fcb9355e authored 10 months ago by Sergey Morgunov <[email protected]>
Merge pull request #12006 from playframework/gradle

Support Gradle

078266b859a629c77bb41bb775d0824ef444b6fd authored 10 months ago by Matthias Kurz <[email protected]>
[Gradle] Add option to disable JavaScript routers

8aa539cd1e7f8aa727d167af86d106ddba270735 authored 10 months ago by Matthias Kurz <[email protected]>
[Gradle] Initial version of Play Gradle Plugin

* Play Routes compiler plugin
* Play Assets plugin
* Play Run DEV-mode plugin
* Support Play ...

737be312a75c023140724b4f88ecf6308ce86029 authored 10 months ago by Sergey Morgunov <[email protected]>
[Gradle] Initial commit (#11995)

5a05cef8130ca836ec8820efda2191b13a35bcbd authored 10 months ago by Sergey Morgunov <[email protected]>
Merge pull request #12210 from ihostage/play-run-support-java

Migrate `Play-Run-Support` to pure Java implementation

f906f5b22a14dc230cc4e23744b80f4db0b66c2f authored 10 months ago by Matthias Kurz <[email protected]>
Make sure reloader initializes _after_ the beforeStarted run hooks ran

Also the assetsLoader function should run after the the beforeStarted
run hooks ran. Originally ...

b2d029d3543af2ee1f92fb68e3e20f7e6aee2d35 authored 10 months ago by Matthias Kurz <[email protected]>
Latest play-file-watch milestone

c8a6522b87a97a6d181bdd9a2e59a983ff612294 authored 10 months ago by Matthias Kurz <[email protected]>
Even if very unlikely, take precaution that DevServerRunner#run can only run once

This will probably never happen anyway, but in case it could one day,
reloader should not be ove...

15cf5d6b8552c82f6cb07303eeb57c050af1d7fb authored 10 months ago by Matthias Kurz <[email protected]>
Throw exception instead of being silent (Scala code did the same)

a8961d1d4823364cea0384973ec2c3ca97afb820 authored 10 months ago by Matthias Kurz <[email protected]>
IMHO getSystemProperties sounded more like a getter for a field...

...but this method does more then returning a value, it does some
processing, so I feel safer to...

83e7ca3b9f674e36c44a66f0e7a6786bad05dbd3 authored 10 months ago by Matthias Kurz <[email protected]>
Keep name devSettings, to make it more clear when coding

7853fa3ce572765f7aa921c28045957132259401 authored 10 months ago by Matthias Kurz <[email protected]>
Better formatting of RunHookCompositeThrowable

d1c2efa137d6e3a74a7f5083fa2a938675d48c04 authored 10 months ago by Matthias Kurz <[email protected]>
Make DevServerSettings constructor private so you need to go through parse

94cd2aa056c9caa2ae6232850efdc9e79908663a authored 10 months ago by Matthias Kurz <[email protected]>
Keep order of args and system properties which are lists originally

328f361cdd3a400cf3e68df02ec205b33872f7dc authored 10 months ago by Matthias Kurz <[email protected]>
No need for castings thanks to generics upper bounded wildcard

e14c979133f53a62b7c723052d7beaaa9117212f authored 10 months ago by Matthias Kurz <[email protected]>
Allow upper case DISABLED for port, because some people like that

8cc069fdf62aec8025f8b56b3a5ec913e6a28fa5 authored 10 months ago by Matthias Kurz <[email protected]>
https port needed here

17fb3f207fd3f3fa15d49d5580c2ce3636b746c3 authored 10 months ago by Matthias Kurz <[email protected]>
Use Java style: getter's for Source class (why not actually?)

8dfd17daef35ca45399e171d45a179bda991751f authored 10 months ago by Matthias Kurz <[email protected]>
Avoid deprecated defaultWatchService method, use new detect method instead

b5693e9a50dc301c7601c197c5767668501e0c78 authored 10 months ago by Matthias Kurz <[email protected]>
Better docs formatting (not putting everyting in one line)

01fcc7c24a73b8a2a38afdbce7b4826f42440be9 authored 10 months ago by Matthias Kurz <[email protected]>
These members come from companion object, we can keep them static

45c9bd5c72447d335a89d44a3e0b670ee123f0da authored 10 months ago by Matthias Kurz <[email protected]>
Moved a comment

3ec5ba3f1f335919cbb46d60b55d5c8bce006a90 authored 10 months ago by Matthias Kurz <[email protected]>
Bugfix: Always set play.server.http.port, even if disabled

This is also a bug in Play 2.8:
When runninng, within sbt:
run disabled -Dhttps.port=9001
then t...

fe607d4fd9a39fdcfaa044cd3062ac0962019d32 authored 10 months ago by Matthias Kurz <[email protected]>
Require map to be LinkedHashMap (to make it clear if someone refactors that code one day)

78fca12f13ea47c4d5667a678cefe993a6e178d7 authored 10 months ago by Matthias Kurz <[email protected]>
MiMa should ignore play-run-project for now

fb9bce278058e09288b363ff9de88e5ab1ca1306 authored 10 months ago by Matthias Kurz <[email protected]>
Don't depend on better-files

c38de0809bc8bab153f55eabfd215304f7ac2a32 authored 10 months ago by Matthias Kurz <[email protected]>
No implicit class exists anymore

f68c1f870ea61b3b0a6bef163e114498d03a7186 authored 10 months ago by Matthias Kurz <[email protected]>
Use actual method of `FileWatchService`

72feffaed651c4f1ce7381b2cb54df643aa57b48 authored 10 months ago by Sergey Morgunov <[email protected]>
Fix PlayRunHookSpec

6825928ff4d9795a43194cf22eb85c074c8d368f authored 10 months ago by Sergey Morgunov <[email protected]>
Migrate `Play-Run-Support` to pure Java implementation

8b05ce2d36bc34fe1f916a1eb710b9e53a3750c4 authored 10 months ago by Sergey Morgunov <[email protected]>
Merge pull request #12466 from mkurz/add-dependabot

Dependabot should upgrade GitHub actions workflows

23b357bd1a44fe9130091e87c7fdb2fd61fe14a7 authored 10 months ago by Matthias Kurz <[email protected]>
Dependabot should upgrade GitHub actions workflows

c5eef1d91f8bf8d3e75f975ffbc99169de6b645b authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12463 from mkurz/gha_workflows_upgrades

Upgrade GitHub action workflows

797054180a26cfabce1f22bd1bf554bff5dc957d authored 10 months ago by Matthias Kurz <[email protected]>
Upgrade GitHub action workflows

672c3f053d843ef0905d9eae11142008cb6a7965 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12458 from mkurz/sbt-web-upgrades

Upgrade sbt-js-engine, sbt-web, webjars-locator

aa1848eb96721747abd19bb119b8fa3aa031d3be authored 10 months ago by Matthias Kurz <[email protected]>
Upgrade sbt-js-engine, sbt-web, webjars-locator

e257f0379a24ede3f4582fc0ab93ae316d96442f authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12441 from mkurz/scala333

Scala 3.3.3

6d4f5d71f5fdaca40d4898882c3f8a7b3f992bd6 authored 10 months ago by Matthias Kurz <[email protected]>
Scala 3.3.3

947addcfef3d10675551893ff7582bb572ec1f51 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12185 from ihostage/assertj-part2

Migrate from Hamcrest to AssertJ (docs)

fa8ed97940997b54db0ae4ee5e5677f79089d00e authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12184 from ihostage/assertj-part1

Migrate from Hamcrest/FEST-Assert to AssertJ (test sources)

869a7aeafec6f8f79906605eb812da3a7f4d56f1 authored 10 months ago by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Migrate from Hamcrest to AssertJ (docs)

f7b9fdad8b316a1f603cea8f1306f9bac5f0ad2a authored 10 months ago by Sergey Morgunov <[email protected]>
Migrate from Hamcrest/FEST-Assert to AssertJ (test sources)

b260762c94d3b4cbcd29bc77655287d83982b6e8 authored 10 months ago by Sergey Morgunov <[email protected]>
Merge pull request #12298 from scala-steward/update/guava-33.0.0-jre

guava 33.0.0-jre (was 32.1.3-jre)

adaf1bbff7af56463465e755c27415b508e5a2d5 authored 10 months ago by Matthias Kurz <[email protected]>
guava 33.0.0-jre (was 32.1.3-jre)

2102c87e9e438c87153880c683f66ec9df26e471 authored 10 months ago by Scala Steward <[email protected]>
Merge pull request #11861 from scala-steward/update/logstash-logback-encoder-7.4

logstash-logback-encoder 7.4 (was 7.3)

5d5c6c71c047ccc5499d592169025136f872bbdd authored 10 months ago by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Exclude logstash-logback-encoder from logstash-logback-encoder

2b739c6d8549f4dfb2ad864339862dca7dc1cb13 authored 10 months ago by Matthias Kurz <[email protected]>
logstash-logback-encoder 7.4 (was 7.3)

67ca61620655768b14344068c0ab27d88a7f28c7 authored 10 months ago by Scala Steward <[email protected]>
Merge pull request #12438 from mkurz/derby_10.16.1.1

derby, derbytools 10.16.1.1 (was 10.15.2.0)

3659806e7d5caef9b6d9ef4e5f65bb49378cac47 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12369 from scala-steward/update/mockito-core-5.10.0

mockito-core 5.10.0 (was 5.6.0)

bb212b7c1fa8bc52a347dd043579aee9418c66a9 authored 10 months ago by Matthias Kurz <[email protected]>
Merge branch 'main' into update/mockito-core-5.10.0

4c6f924489cef639613f08e85a2bb2fa4b588f4c authored 10 months ago by mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
derby, derbytools 10.16.1.1 (was 10.15.2.0)

3ec8475245565421ac5ec831fdd4a2556987b898 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12437 from playframework/mergify/bp/main/pr-12435

[main] Update ModuleDirectory.md - Update Silhouette location (backport #12435) by @rorygraves

817f1c17992e4b5f84d8a033a950c32de5a15779 authored 10 months ago by Matthias Kurz <[email protected]>
Update ModuleDirectory.md - Update Silhouette location

Update the Silhouette website location as project has migrated to within playframework github or...

02070ba5be049b35c51fb9fbcae035fc29551e6d authored 10 months ago by Rory Graves <[email protected]>
Merge pull request #12216 from scala-steward/update/HikariCP-5.1.0

HikariCP 5.1.0 (was 5.0.1)

056168d64189f4f9ecf7db089b4c91348c378759 authored 10 months ago by Matthias Kurz <[email protected]>
mockito-core 5.10.0 (was 5.6.0)

aabfc93f4a98c7cbdecf2074504dc276c0a1423e authored 10 months ago by Scala Steward <[email protected]>
HikariCP 5.1.0 (was 5.0.1)

ceb68cda4231d01a67e46afcf11958c0901203ee authored 10 months ago by Scala Steward <[email protected]>
Merge pull request #11686 from scala-steward/update/spring-core-6.0.5

Upgrade spring dependencies to v6, hibernate-validator to v7, switch to jakarta namespace

d51b02f135aa2009ce8525a97a6a00e01ff8f78b authored 10 months ago by Matthias Kurz <[email protected]>
MiMa filters

9eab4a400d3d6f8c42d62aed2ec5afe80afae004 authored 10 months ago by Matthias Kurz <[email protected]>
Remove section "Bean Validation Not Currently Supported"

afe42bb79952748785db41120c8e05b88fa76e47 authored 10 months ago by Matthias Kurz <[email protected]>
Replace javax.validation -> jakarta.validation

47eb9eae34d19af479b1db44f82c8043586d03db authored 10 months ago by Matthias Kurz <[email protected]>
spring-beans, spring-context, ... 6.0.17 (was 5.3.25)

a50bb159d97fff89300e7a0d212aa6920972c12c authored 10 months ago by Scala Steward <[email protected]>
Update hibernate-validator to 7.0.5.Final

659817b1d01d16fab47eefef19d37f852700a643 authored 10 months ago by Scala Steward <[email protected]>
Merge pull request #12434 from mkurz/java17

Build Play with Java 17

e54f55e7172cac76529876e2a85bbbfb56cc3207 authored 10 months ago by Matthias Kurz <[email protected]>
Build Play with Java 17

eb2ad78cd9c4dba86072911427e81ac2485b67f3 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12433 from mkurz/no_pin

Don't pin dependencies for Scala Steward in main branch anymore

1f70f18ff92430f49c1c435f27251d1deee9723c authored 10 months ago by Matthias Kurz <[email protected]>
Don't pin dependencies for Scala Steward in main branch anymore

05ff1e96a88ae8d184dd591fffcfbc04b0989379 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12417 from mkurz/new_twirl

Twirl 2.0.4

3ace273e96f2148e8048cb79587c3921989daa5a authored 10 months ago by Matthias Kurz <[email protected]>
Twirl 2.0.4

74e146cf254c0a0d6ec269680bf15f4684dd2ca7 authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12414 from ndeverge/patch-1

Update ActorModule documentation

b34ba1f77adfd85a56ac6cd02c389cc3614f2131 authored 10 months ago by Matthias Kurz <[email protected]>
Update ActorModule documentation

The example provided does not compile as `ConfiguredActor` is an object, not a class, thus canno...

05b94d2ea4fcaf2df14ffeb6a550ceb2cb342691 authored 10 months ago by Nicolas Deverge <[email protected]>
Merge pull request #12413 from mkurz/fix_typo_main

Fix typo in docs

ac303a0ad648bc8c8337e3bace9023f8385cb0c1 authored 10 months ago by Matthias Kurz <[email protected]>
Fix typo in docs

cb542ff8efd0cca349d25d3f1d9ad36faaeb09cd authored 10 months ago by Matthias Kurz <[email protected]>
Merge pull request #12270 from PromanSEW/disable-js-routes

Add option to disable JavaScript routers

fd4e7735fa2670b61dd8e00cca3e6c0c4435c14f authored 10 months ago by Matthias Kurz <[email protected]>
Do not create javascript class within javawrappers

d4c305a3a4a25a2f734d2882723022381de6f127 authored 10 months ago by Matthias Kurz <[email protected]>
Stay compatible

56b52113abed4cc97dcc3098365e7a0240ee0a02 authored 10 months ago by Matthias Kurz <[email protected]>
Rewrite without var

9f78c198bc355204f7ff70f48d1936d33d8e4ac5 authored 10 months ago by Roman Parshikov <[email protected]>
Test

7526bfa6e8b57a864e903e3da9b4778e257a568d authored 10 months ago by Roman Parshikov <[email protected]>
Parameter

771d5b959c7453c99bc450191ed56d384f7fed68 authored 10 months ago by Roman Parshikov <[email protected]>
Fix

3c6da7e0095a38d3e11486a067b6b4b7878b4c47 authored 10 months ago by Roman Parshikov <[email protected]>
Reformat

738d2a94269a68aec8afef8d6b1c8591cfeda752 authored 10 months ago by Roman Parshikov <[email protected]>
val -> var

609e2f57166c4f79588323a232d95b58f741567d authored 10 months ago by Roman Parshikov <[email protected]>
Add option to disable Javascript routers

cb34ec59bcf933763700fbae5b12e5fadace7d44 authored 10 months ago by Roman Parshikov <[email protected]>
Merge pull request #12409 from mkurz/TestServer.isRunning-fix

`TestServer.isRunning` should not throw exception but return `false`

470606347e9d7c5d41f751cce933532763c69b09 authored 10 months ago by Matthias Kurz <[email protected]>