Jack Dunning

Results 9 comments of Jack Dunning

Hi @cowtowncoder there is a tiny difference in the code blocks. The [min,max) version toleration changes between the two. Today the jaxb modules tolerate `[2.3,3)` but we are looking for...

Hi @cowtowncoder I raised a PR at the 2.17 level, as we frequently update to latest version so would be looking to have this in future releases as well. I...

FYI we had a similar change go through in swagger-core https://github.com/swagger-api/swagger-core/pull/4595

@cowtowncoder yes I had originally raised PR for fix the same as this PR, but they changed it to use the OSGi method instead. The end result was the same,...

Sharing the following in case it helps out: I found for Cucumber (for Java) that opening a Java class which uses `org.junit.runner.RunWith` and `io.cucumber.junit.CucumberOptions`, then means on the left side...

Found that `Json.mapper().configure(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS, true).readValue(schemaFile, Model.class);` can be used which does not throw an exception.

Thanks @svrnm I had just clicked on the feedback link on page which took me here in new issue draft.

@danielgblanco Yes I'll find where it is and submit a PR.