Matthias Kurz
Matthias Kurz
@gaeljw Great, thanks for your help!
Looks like this is a bug in sbt (?) All Play does it adds `runProd` to `commands`: https://github.com/playframework/playframework/blob/a4b4198bf6de7bc599f869971abdf86fa16966c5/dev-mode/sbt-plugin/src/main/scala/play/sbt/run/PlayRun.scala#L205 https://github.com/playframework/playframework/blob/a4b4198bf6de7bc599f869971abdf86fa16966c5/dev-mode/sbt-plugin/src/main/scala/play/sbt/PlaySettings.scala#L117-L121 which later ends up in projectSettings: https://github.com/playframework/playframework/blob/a4b4198bf6de7bc599f869971abdf86fa16966c5/dev-mode/sbt-plugin/src/main/scala/play/sbt/Play.scala#L26 Not sure what we...
@morellik I had a look and I think what needs to be done is: Below this line we should have a variable that stores the test server address: https://github.com/playframework/playframework/blob/6e3403ec43ff3f633668ef147172e8c541bacd5e/testkit/play-test/src/main/scala/play/api/test/Helpers.scala#L142 ```scala...
@Mergifyio backport 2.8.x
> As a workaround here, I think I'd prefer to import our custom bindables explicitly in `routesImport`, rather than removing the `extends AnyVal`. Actually, that was what I did first....
Jackson 2.12 released, however automatic updates via Scala Steward are disabled for Jackson as of #10412
@ignasi35 Please correct me if I am wrong, but are we talking about about CVE-2020-28491? If so, that got fixed in Jackson 2.11.4 as well: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.11.4 So, if we upgrade...
@ignasi35 Thanks for the explanation, that's why I was asking :smile: > ...so we can't undo the custom `JsonNodeDeserializer` from Play once we upgrade to 2.12.x You mean "*once we...
Does that happen with latest 2.8.8 as well?
Thanks! The test in the netty-reactive-streams repo is broken. Adding tests in the netty-reactive-streams repo however does not test this change here. I mean, it shows nicely which effect adding...