Steven Schlansker

Results 356 comments of Steven Schlansker

@phoenixy1 , I am not sure how the OpenAPI generator relates; I am simply looking at the declared dependencies of `plaid-java` and even at version `9.0.0` you can see that...

It's even still present directly in the source code: https://github.com/plaid/plaid-java/blob/master/pom.xml#L220 I think this issue was closed quite prematurely and would recommend reopening.

core is from node `8.9.3` I totally understand `llnode` may not be able to parse out all strings -- the process crashed, it's quite possible some of the heap is...

Alpine port is now considered production ready as of 16 GA: https://mail.openjdk.java.net/pipermail/portola-dev/2021-May/000517.html AdoptOpenJDK provided a 16 Alpine Docker image: https://hub.docker.com/r/adoptopenjdk/openjdk16 but it seems slightly out of date (16.0.1 vs 16.0.2...

Hi @birla94 , `PreparedBatch` has a `setQueryTimeout` method. Does that not do what you want?

We already depend on the patched 42.4.1: https://github.com/jdbi/jdbi/blob/master/internal/build/pom.xml#L74 @SharkFourSix , could you be a bit more specific about where you think the vulnerable version is coming from? Thanks!

Hi @unoexperto , I am not sure what is involved in upgrading. As far as I can tell, Jdbi doesn't depend on `kapt` directly in the source tree. Could you...

Could you possibly provide a sample project that tries to switch to `ksp` and then breaks? I don't really understand how you pick one or the other, given that Jdbi...

Should we make the Locale configurable? I remember that we have at least one user who relies on French locale working (we had a regression before).

Sorry this got broken :( Having this parsing code is a real drag. Will try to find some time to get a better fix in.