Jack Dunning
Jack Dunning
Resolves #233 I removed the Jakarta import, from the comment `Despite groupId, this is "old" JAXB, not Jakarta (3.x is real Jakarta one)` it sounds like this should be OK....
When using a Liberty container image such as `icr.io/appcafe/websphere-liberty:23.0.0.9-full-java11-openj9-ubi` and trying to use the jackson-module-jaxb-annotations-2.16.0.jar we get a conflict due to two implementations of `javax.xml.bind` being available. The features we...
Hello, we're hitting an error when trying to read a JSON schema which has a `number` property with `minimum`/`maximum` set to `9.999999999999999999999999999999999E6144` into a Model.class. We are using `implementation group:...
### URL https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#batch-span-processor ### Description This property is described as: ``` OTEL_BSP_SCHEDULE_DELAY Delay interval (in milliseconds) between two consecutive exports 5000 ``` I think it would be good to be...