idkw

Results 16 comments of idkw

Same issue for me, this behavior should be considered as a regression. I understand that it was originally introduced as a fix for another user's use case, but it should...

Hi @johnou Do you consider a fix for this bug ? I think this commit should be rollbacked because it introduced the regression : https://github.com/brettwooldridge/HikariCP/commit/cda2605accd258b569bfd9dbf16265faaf1fa18c

> Are there any updates on this? I bumped into this issue when using `select ... for update` queries on H2. These throw `SQLTimeoutException` when the rows are already locked...

This is really bad ... Generics are not supported properly due to this issue. What can be done ? How can we help ?

I found the issue on my side, it appeared that if you annotate you class with a @Schema and a name springfox doesn't generate a distinct definition for every variant,...

@chelsternp44 while you work with the maintainer of the separate library to remove the @Schema annotation, you can remove it temporarily on your side at runtime using bytecode manipulation, have...

> @chelsternp44 Is there any update on this issue ?? Have you tried this workaround, it has been working great for us so far https://github.com/swagger-api/swagger-core/issues/3323#issuecomment-917043167

The issue seems to arise when using the avro dependency >= 1.9.x due to this change : https://issues.apache.org/jira/browse/AVRO-2369 The 1.9.x avro dependency in its Field constructor does this weird check...

Hi @cowtowncoder , What is the current state of logicalType support with Jackson ? I tried to do this : A sample POJO : ``` public class TestDTO { @JsonProperty(required...