Steven Schlansker

Results 296 comments of Steven Schlansker

Ok, so this sounds similar to #2475. Would it work if the SqlObject generator that writes the implementation class, also writes out a `reflect-config.json`?

We can try to implement this, but have to fix 2475 first.

If the reflective lookup of classes with non-constant names is a problem, we could evaluate other ways of discovering these like a `ServiceLoader` entry.

I was of course imagining the annotation processor would generate the necessary service loader configuration. Or, it could generate the needed reflection-config.json. No need for a generic solution; we're already...

Thanks for reporting this. I agree in general annotation order should not matter, but in practice I am not sure anyone checks this thoroughly. And, there definitely are some cases...

Agree with all of your points. Using the sql locator implying also using the engine seems reasonable to me.

@hgschmie , is there anything more to do here, or shall we close this one? I don't see a specific problem here and we generally don't support re-configuring from a...

What's the goal with this plugin? The information seems fun, but an old dependency is not necessarily a problem.

Thanks for reporting this. Yes, it's expected that Jdbi will eagerly initialize all methods for a class. This assures that if there is any serious misconfiguration, it is reported up-front,...

Hi, I'm not sure you'll have too much luck finding workarounds - but we should be able to improve memory usage with some code improvements. I do not think we...