Arnout Engelen
Arnout Engelen
Three errors remaining around creating case classes from parameters
https://github.com/akka/akka-http/runs/4393893232?check_suite_focus=true ``` [info] - should properly limit capacity *** FAILED *** (83 milliseconds) [info] 4 was not equal to 3 (ExpiringLfuCacheSpec.scala:115) [info] org.scalatest.exceptions.TestFailedException: [info] at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:344) [info] at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6778) [info]...
We currently have two ways to set a trailing header on the response: * For HTTP/1.1 and HTTP/2 alike, set it in the LastChunk of a Chunked response * For...
But not before processing remaining in-flight requests.
Refs #2614 ## Purpose ## References References #xxxx ## Changes ## Background Context
``` [JVM-3] - must handle updates from different nodes *** FAILED *** [JVM-3] Set(LineItem [productId=1, title=Apples, quantity=7]) was not equal to Set(LineItem [productId=1, title=Apples, quantity=7], LineItem [productId=3, title=Bananas, quantity=4]) (ShoppingCartSpec.scala:91)...
When releasing, currently updating the 'current' documentation link is a manual step. This is useful for for example the upstream akka project, but for akka-persistence-jdbc it would make sense to...
https://travis-ci.com/github/playframework/play-ws/jobs/323723859 ``` [info] JsonRequestSpec [error] x stream with adhoc request filter [error] Timeout after 25 seconds (retries = 0, timeout = 5 seconds), timeFactor = 5 (AhcWSRequestFilterSpec.scala:82) ```
Similar to http://www.foundweekends.org/giter8/template.html#Maven+properties, it would be cool if we could automatically find the latest Scala version in a tree, e.g. `scala(2.12)` (currently) producing `2.12.7`. Or is there some way to...
Checking whether the working directory is dirty is done in `initialVcsChecks` in `ReleaseExtra.scala`, which is private. This function is only used in the `commitReleaseVersion` release step. It would be useful...