Tim Marcus Moore

Results 106 comments of Tim Marcus Moore

That last error is actually an incompatibility in the test application code, though it's very hard to tell this without [enabling tracing in the Oracle JDBC driver](https://docs.oracle.com/database/122/JJDBC/JDBC-diagnosability.htm)

I was able to get it working with manual table creation, `lagom.persistence.jdbc.create-tables.auto = false` and all of my SQL adjusted to work with Oracle.

I can confirm that Lagom only adds a single tag per event (at most).

@WellingR We work around the duplicate Slick database initialization already in Lagom by using JNDI. So the data source is constructed separately from Slick & Akka Persistence JDBC and reused...

Yes, I agree @WellingR. This is why I suggested `maxConnections` needs to be configured per plugin. If you are sharing one `DataSource` between plugins with JNDI, you'll also need to...

Maybe it could default to the more compatible behaviour, but when validating that the permission strategy is compatible with the current Docker version, if it detects a _newer_ Docker version...

I just did 😛 The tool doesn't give any indication of how the name is used. Is it just the directory name, or is it a human-readable name for the...

@eed3si9n if I work on a pull request that includes word-only in normalize, would you be willing to accept it?

@foxmk I haven't had a chance to start on it yet... please go ahead! 😄

It looks to me like `AkkaManagement(system).routes` will give you all of the configured routes, including health checks. https://github.com/akka/akka-management/blob/1db736af3661fd98af299dd8bfc0dbbccff2900d/management/src/main/scala/akka/management/scaladsl/AkkaManagement.scala#L88-L95 @sdeigm could you try that and report back? @akka/akka-team, should that be...