Enno Runne
Enno Runne
#180 made CI ignore the Tut tests on src/sbt-test/site/plays-nice-with-tut
#180 made CI ignore the Jekyll tests on src/sbt-test/jekyll
#180 made CI ignore the Hugo tests on src/sbt-test/hugo
#180 made CI ignore the Gitbook tests in src/sbt-test/gitbook
Added Scala 3 even for tests and testing. Scala 3 artefacts were published even before.
eg for ``` libraryDependencies += "com.lightbend.play" %% "play-grpc-runtime" % "$project.version$", libraryDependencies += "com.lightbend.play" %% "lagom-javadsl-grpc-testkit" % "$project.version$" % Test ```
https://github.com/akka/akka-persistence-r2dbc/actions/runs/8565523378/job/23473696096#step:7:1209 ``` [info] - should turn FilteredPayload to filtered events with no payload *** FAILED *** (100 milliseconds) [info] java.lang.AssertionError: expected OnNext, found OnError(java.lang.IllegalArgumentException: Slice range [0-1023] spans over more...
from https://github.com/lightbend/akkaserverless-java-sdk/pull/192
The Kalix JVM samples use `maven-failsafe-plugin` version 2.22.2 but the current version is 3.2.2. They changed how they do forking and classpath handling which affects the Java/protobuf samples which fail...
The Kalix Java/Spring SDK relies on the Spring Boot Starter BOM which specifies versions for dependencies. https://github.com/lightbend/kalix-jvm-sdk/blob/2716edcec918e33df723fc723666ba8556898fa7/samples/java-spring-customer-registry-quickstart/pom.xml#L4-L9 We should offer a Kalix Java/protobuf BOM to simplify keeping dependency versions in...