Sam
Sam
Any custom preprocessors will run after the replacement one. What you're doing is the way to define it. Or add the replacement one again after the AwsSecretsManagerPreprocessor
Thank you for figuring this out! On Thu, 7 Dec 2023 at 20:37, Tadeas Kriz ***@***.***> wrote: > I've been debugging and prodding IntelliJ IDEA and the Android plugin's >...
This health check simply uses `ds.hikariPoolMXBean.totalConnections` from a HikariDataSource. Maybe you need to call .close() on the source when you're finished and want to shut down.
Ok it's not the DB pool, it's the registry itself. I'm adding a fix to the pending 2.1.0 release.
This was fixed back in 2.1
What did you think of jacoco4sbt
No, but I ask because I've been working on a new coverage tool. It's similar to SCCT but does branch coverage, statement coverage (better than line coverage in scala which...
I don't know many scala people to ask locally to get involved. Actually I turned down a job at net a porter which in hindsight was a big mistake :)...
I've been out of work for 5 weeks, but hopefully starting something new on Tuesday. You'll need the SBT plugin first before you integrate, so I'll get that coded up...
The !!!very!!! rough first go at the plugin is up here: http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.sksamuel.scala-scales/ It will need scalac-scales-plugin from maven central which should have propagated by the morning. In theory, you shouldn't...