Steven Schlansker

Results 354 comments of Steven Schlansker

Native image support is tracked in #1797

Hi @sman-81 , thanks for suggesting this change. I'm a little worried that changing the method signature might break binary compatibility. I see you add a `Sql` convenience class for...

@sman-81 , I still think changing the method parameter types is likely to be a problem. I am surprised that it had no compatibility concerns with Apache Commons 3. I'm...

Unfortunately, I don't think we can break binary compatibility here. Too many people link against Jdbi and String is a common data type. Users will be very confused and frustrated...

Seems our Postgres 9.6 tests are flaky :( Retrying to get a clean run.

I appreciate your point about the artifact name. Regardless of semver rules, I don't think we should break this - so in order for this change to go through, we...

I think adding test cases and docs for binding query parameters and mapping from results is probably the first step. Essentially what niklasfo posted above, just expanded on a little...

Hi guys, thanks for preparing this. I'm concerned that it feels like it duplicates a lot of existing Jdbi API surface but in a very slightly different way. Even core...

Hi guys thanks again for all your work here. I appreciate the similarity to Spring's approach with traditional servlet vs async vs Reactive, and one decision they made that always...

Thanks for reporting this. As you identified, we now do additional type resolution which resolves the type variable to a best-guess base interface, rather than leaving it un-resolved. Almost all...