Enno Runne
Enno Runne
Thanks for trying again and identifying the reason. You're right, the sbt MiMa plugin uses `git` from the path. Would you be in a position to suggest an update to...
The current release is [v1.51.0](https://github.com/grpc/grpc-java/releases/tag/v1.51.0)
Please see - #788
We do not intend to extend the functionality of "Typesafe Config" further. See https://github.com/lightbend/config#maintained-by
Something changed around Logback ``` [info] java.lang.IllegalArgumentException: Requires Logback logger for [], it was a [org.slf4j.helpers.NOPLogger] [info] at akka.stream.alpakka.testkit.LogbackUtil$.getLogbackLoggerInternal(LogbackUtil.scala:37) ```
``` Uncaught error from thread [JmsAckConnectorsSpec-akka.actor.default-blocking-io-dispatcher-18]: 'void javax.jms.Message.setJMSDeliveryTime(long)', shutting down JVM since 'akka.jvm-exit-on-fatal-error' is enabled for ActorSystem[JmsAckConnectorsSpec] java.lang.NoSuchMethodError: 'void javax.jms.Message.setJMSDeliveryTime(long)' at org.apache.activemq.ActiveMQSession.send(ActiveMQSession.java:1993) ```
1.17.0 is current. https://kudu.apache.org/releases/ Re-run tests before merging.
This newer version doesn't seem to handle the `Instant` data type as the version currently used. https://github.com/akka/alpakka/actions/runs/7800723354/job/21646740956?pr=3093#step:6:188
I'm not sure how much more information there might be available after posting to Elasticsearch. Would you be in a position to suggest an improvement?
I believe this is a relevant suggestion. In general, I'd say * Alpakka Sources may materialize a handle that indicates the stream is ready, and should - where possible -...