Ignasi Marimon-Clos
Ignasi Marimon-Clos
https://jenkins.akka.io:8498/job/akka-artery-cluster-tests/2653/console
https://jenkins.akka.io:8498/job/akka-classic-cluster-tests/815/console
See also https://github.com/playframework/playframework/pull/8406#discussion_r188424654
@mkurz since Akka requires using Jackson 2.10 we decided to stick with that version for a bit. We will consider a step-bump of Jackson.
I'm not sure I follow. Here's what I knew: - Jackson 2.11.4 solves `CVE-2020-28491` which is critical for CBOR serialization (which Akka uses and recommends) - Jackson only solves `CVE-2020-26883`...
To fix this we will have to move the creation of the `javadocs` to a job run on Java 11.
> It can't be sorted What is the use case for "order requests by id"? And, if implemented, does it still apply?
Hi @jroper, when describing the handshake response format, the [spec](https://tools.ietf.org/html/rfc6455) could be interpreted as "the handshake response must have exactly these headers" or it could be interpreted as "the handshake...
Hi @Captain1653, this is still needed, yeah. Unfortunately, since this is a CRON job in the Travis CI build, it won't run on the PR build and we will only...