Michael Edgar
Michael Edgar
### Describe the bug As others have noted elsewhere, there is occasional instability with the tests/CI that originates from the quarkus-smallrye-openapi-deployment module. Based on some investigation, growth in metaspace use...
- Migrate the two remaining Groovy classes in json-path to Java - Perform JsonPath evaluation using try-with-resources with the `GroovyClassLoader`, specifying the script/class name to use (which other logic in...
Closes #1362 - Remove incorrect handling of `@org.jetbrains.annotations.NotNull` to mean a property is required. - Process any `@kotlin.Metadata` annotations present on a class when `kotlinx-metadata-jvm` dependency is present. - Update...
Consider whether `@Digits` should set min/max constraints if they have not been set any other way. As mentioned in comments on #2422
When we load an OAS 3.1 document from JSON/YAML, unknown fields are not currently identified as extensions since they are being added via `set`. Either `Schema#set` should be aware of...
When using rootless podman (i.e. relying on testcontainer's `JVMHookResourceReaper` to perform shutdown), the dependency introduced between the apiserver and etcd for networking results in the following error and the kube-apiserver...