Matthias Kurz
Matthias Kurz
@Flo354 With #10355 you will be able to access the action method parameters: If you have an action: ```java public Result index(List foo, Integer bar) { ...} ``` You will...
> Do you have a time frame for a release? Not really. Actually there is not much missing (also tests) and I am pretty sure we can backport for the...
@gokhanoner See #10355 for a draft. Currently I am very busy with other projects, so I don't know when I will finish that pull request.
Thanks! After local testing there were some things which needed fixing: * `-SNAPSHOT` should only be added if `ThisBuild / dynverSonatypeSnapshots := true` which is the case for Play, but...
Actually sbt-dynver had [it's last release (4.1.1) quite a while ago and there is 5.0.0-M3 already](https://github.com/sbt/sbt-dynver/releases). I saw that the code changed a bit, more methods for the `out` are...
I opened https://github.com/sbt/sbt-dynver/issues/227 because I think that might be something that sbt-dynver should handle out of the box.
@aelgn we already upgraded Guice to 5.0.1 in the `master` branch (see #10724 and #10727). Therefore upcoming Play 2.9 will not show that warnings anymore. Also my goal is to...
~Blocked by https://github.com/travis-ci/travis-cookbooks/pull/1092 (and I am too lazy for a workaround right now)~ Fixed in Travis' edge channel as of May 31st 2021.
FYI: I switched to JDK nightlies to Eclipse Adoptium: - https://blog.adoptium.net/2021/03/eclipse-adoptium-announcement/ - https://adoptium.net/nightly.html?variant=openjdk17&jvmVariant=hotspot - https://github.com/adoptium/temurin17-binaries/releases
> JDK 17 LTS was released, what work is remaining here? I don't think there is any work left. This PR was just for experimenting. When I find time I...