Henning Schmiedehausen
Henning Schmiedehausen
Choosing INFO was a conscious choice because it ensures that the information required for debugging a problem usually was caught in the log file. Not logging the config settings makes...
I am running this plugin as part of the build process and it keeps executing the agent goal (which is of no use) on my pom modules. Lots of other...
This sounds a bit like #1944 related. Looks similar (can not find a factory for the enum). can you - try 3.24.0 or later - make sure that you install...
Actually, it is not related to that bug. I have another test that fails similarly: ```java @Test public void testNonUniformBatchInserts() throws Exception { int batchCount = 50; try (Handle h...
so I have a test that reproduces this. It has nothing to do with Kotlin or anything else. This is related to #1991. This problem happens if the first row...
@levyshachar2 can you confirm that this test https://github.com/jdbi/jdbi/pull/1991/commits/2add169048e97bda98106ec8a3ffa6d1ad618420 captures your problem. I do get the same error.
just making sure that this is not slipping through the cracks: This is the same issue as #1968 and there are tests in #1991 for this. The problem is unfortunately...
There are a number of projects that use quarkus with jdbi. If there are ways to build in specific (quarkus-native) code, we are glad to take a PR and add...
The string template sql locator does exactly that (centralize all queries for a single dao in a single file). It should be straightforward to adopt that model to non-templating versions....
Hi @hleibenko-attentive, Thank you for filing an issue with the JDBI project. Do you happen to have a test case or some sample code for us to look at?