Ronny Bräunlich
Ronny Bräunlich
Hey @elkhadirzyad well, as I mentioned before, there is no code in Cockpit that makes it OSGi aware. According to the error message I suppose Cockpit tries to use the...
Hey @elkhadirzyad this doesn't look very OSGi specific. Have you tried asking in the camunda forums?
Hey @phjeltman sorry for the (very) late response. I don't know if I will find the time for that feature, though it seems useful to me. Still, feel free to...
Hey @sparcit that seems weird. All connection pool stuff is actually delegates to ScalikeJDBC. When you run your simulation on DEBUG level, do you see this output somewhere? `DEBUG scalikejdbc.ConnectionPool$...
Hey @sparcit I just wanted to make sure that the default connection pool is being used and not a different one. I checked with the debugger and the properties get...
Hi @ethauvin and @krzema12, I arrived here backtracking from KAML like you initially did. Since I need KAML for a Kotest PR in Java 8 compatibility I thought I'd try...
Sorry, I didn't see this in the IDE. I've replaced the HttpClient with Apache Http. Hope it works now. Or maybe we could use a different Java version for `buildSrc`,...
Hi @ethauvin, is there a chance for a 1.6.0 anytime soon? I've got two more hops to make Java 8 compatible before I arrive at what I originally wanted to...
That's a tough one @ethauvin What I can say is that all SnakeYaml Engine KMP tests pass with target Java 8 and the 1.6.0-SNAPSHOT. You can check here: https://github.com/rbraeunlich/snakeyaml-engine-kmp/actions/runs/11416460433 But...
Hi everyone, I just saw that there's already a PR by @krzema12 https://github.com/krzema12/snakeyaml-engine-kmp/pull/203 Since his looks more advanced we might be able to merge our two PRs into one.