(#370) additionalProperties: false (or true) causes TypeMismatchException
fixed TypeMismatchException using additionalProperties with OpenAPI 3.1 or 3.2.
internal clean up, minimum Java version
- increased minimum Java version to 17 (was 11)
- prepared for openapi-processor/openapi-processor-spring#439
- added missing
annotation-targetsproperty to the mapping JSON schema - removed obsolete code
dependency updates
- updated (internal) OpenAPI parser to 2026.2 (was 2026.1)
- updated com.fasterxml.jackson:jackson-* to 2.21.2 (was 2.21.1)
- (#363) updated com.google.googlejavaformat:google-java-format to 1.28.0 (last Java 17 version) (was 1.24.0)