Johan Andrén

Results 186 issues of Johan Andrén

https://github.com/akka/akka-projection/actions/runs/9093229073/job/24991679646?pr=1158#step:7:451 ``` [info] A R2DBC projection with eventsBySlices source and publish-events (dialect sqlserver) --> [akka.projection.r2dbc.EventSourcedPubSubSpec: A R2DBC projection with eventsBySlices source and publish-events (dialect sqlserver) must handle all events exactlyOnce]...

fail

https://github.com/akka/akka-projection/actions/runs/9094676912/job/24996265687?pr=1158#step:7:134 ``` [info] - must delete many old records *** FAILED *** (3 seconds, 247 milliseconds) [info] The future returned an exception of type: java.lang.NullPointerException, with message: Cannot invoke "java.time.LocalDateTime.atZone(java.time.ZoneId)"...

fail

Right now all samples are built one at a time which takes quite some time (33m right now), could we use a matrix to build more in parallel and speed...

https://github.com/akka/akka-projection/actions/runs/9093229073/job/24992302196#step:7:5313 ``` [info] - must support scaling down after long idle *** FAILED *** (35 seconds, 358 milliseconds) [info] java.lang.AssertionError: Timeout (15 seconds) during receiveMessage while waiting for message. [info]...

fail

https://github.com/akka/akka-projection/actions/runs/9093172037/job/24991507112#step:7:147 ``` [info] MSSQLServerJdbcOffsetStoreSpec: [info] akka.projection.jdbc.MSSQLServerJdbcOffsetStoreSpec *** ABORTED *** (17 seconds, 440 milliseconds) [info] org.testcontainers.containers.ContainerLaunchException: Container startup failed for image mcr.microsoft.com/mssql/server:2019-CU8-ubuntu-16.04 [info] at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362) [info] at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333) [info] at akka.projection.jdbc.JdbcContainerOffsetStoreSpec$ContainerJdbcSpecConfig.initContainer(JdbcContainerOffsetStoreSpec.scala:61)...

fail

Implicitly picking it up works but explicitly passing a typed actor system to the Scala extension like so: `Http(system)` does not compile because: ``` [error] -- [E007] Type Mismatch Error:...

A web socket connection can be closed with an application level status code (4000-4999) see https://tools.ietf.org/html/rfc6455#section-7.4 but we have no user level API for this in Akka HTTP.

help wanted
1 - triaged
t:core
t:websocket

Refs #32458 The problem was that project.url is the sbt homepage setting, which for other projects is the docs but for Akka we set it to `https://akka.io` and not at...