Steven Schlansker

Results 38 issues of Steven Schlansker

### Discussed in https://github.com/jdbi/jdbi/discussions/2646 Originally posted by **metaforte** February 18, 2024 `createQuery` is not throwing errors or emitting warning logs when I pass the wrong parameter Index in the `bind`...

improvement

We expect to cache created row and column mappers by type, but currently this is not working at all, which is a moderate to large performance problem.

bug

We could support `set` mysql type, and it would be helpful to have a test rule that spins up a mysql database to write unit tests against. Then we should...

feature
driver

I am running into a similar, or the same, issue as #268 - internal compiler errors in Eclipse. I am trying to add additional debugging, to better understand the cause...

When building native-tests using the agent, annotations from provided scope dependencies seem to not be available on the classpath, or at least are missing from annotation metadata. Per Maven (https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html),...

bug

#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`) in a [gist](https://gist.github.com/): https://gist.github.com/stevenschlansker/64f1224cfdb6df661e27bc9dadb88f5d * Have you checked for system updates?: Yes * Are you...

**Describe the bug** We have an existing project that uses `client-java-api` jar. We add a new feature that uses `Kubectl` from `client-java-extended`. Extended has a transitive dependency on `client-java-api-fluent`. The...

lifecycle/rotten