Nicolas Vollmar

Results 13 issues of Nicolas Vollmar

If events by tag is disabled (and corresponding tables are not created), the `Cleanup.deleteAll` fails (even as dry-run) with ```com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: keyspace akka does not exist``` Expected behaviour would have been...

Hi, with Kamon 2.3.1 we're seeing warnings `Cannot register module [akka.io.pinned-dispatcher], a module with that name already exists.` popping up in the logs. This wasn't the case with Kamon 2.2.3....

References #557

### Versions used akka-persistence-jdbc version: 5.0.1 ### Expected Behavior Scala doc of deleteMessages specifies > Permanently deletes all persistent messages with sequence numbers less than or equal toSequenceNr. ### Actual...

Are there plans to update this library to Scala 3?

Scala 3 changed the implementation of lazy vals. Classes containing a lazy val end up with a field called `0bitmap$1`: ``` Compiled from "Test.scala" public class Test implements scala.Product,java.io.Serializable {...

Since URL is used empty spaces are converted to %20 which breaks loading the jar from paths with empty spaces in it. ``` [main] ERROR 2020-08-04 15:48:52 Logger : Error...

apns has very outdated dependencies that trigger security vulnerability alerts. Preferably `APNSClient` should be removed with that dependency, with this at least one can exclude the transitive apns dependency when...