Henning Schmiedehausen
Henning Schmiedehausen
still breaks for me: ``` [docker-java-stream-1217532399] INFO org.jdbi.v3.testing.junit5.tc.TrinoJdbiTestContainersExtensionTest - STDERR: 2023-01-11T19:07:06.962Z INFO main io.trino.server.Server ======== SERVER STARTED ======== [docker-java-stream-1217532399] INFO org.jdbi.v3.testing.junit5.tc.TrinoJdbiTestContainersExtensionTest - STDERR: 2023-01-11T19:07:07.995Z ERROR query-execution-6 io.trino.execution.scheduler.PipelinedQueryScheduler Failure in distributed...
Hi, Thanks for reporting that problem to the JDBI project. I will probably need to write a test case first.
so, the solution is in the doc example but it may not be obvious: ```java handle.registerRowMapper(BeanMapper.factory(ContactBean.class, "c")); handle.registerRowMapper(BeanMapper.factory(PhoneBean.class, "p")); handle.registerRowMapper(JoinRowMapper.forTypes(ContactBean.class, PhoneBean.class)); List contactPhones = handle.select("select " + "c.id cid, c.\"name\"...
I will leave this open; we *should* be able to have a better answer here.
Tracked in #2391, closing the issue here.
We shipped lombok support a while back, there are a number of tests here: https://github.com/jdbi/jdbi/tree/master/lombok/src/test/java/org/jdbi/v3/lombok
Tracked in #2391, closing the issue here.
This is open for two months now. Any ETA when this will hit an actual mockito release?
Tracked in #2391, closing the issue here.
Have you actually gotten this to work? I get ``` Failures (1): JUnit Jupiter => java.lang.NoSuchMethodError: java.lang.invoke.MethodHandle.close() org.junit.jupiter.engine.descriptor.AbstractExtensionContext.(AbstractExtensionContext.java:43) [email protected]/java.lang.Class.ensureInitialized(DynamicHub.java:528) ```