We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c2354 commit 63aeb58Copy full SHA for 63aeb58
1 file changed
README.md
@@ -11,7 +11,7 @@ Try it online [here](https://openapi-codegen.davidmoten.org/prod/site/index.html
11
* Very clean minimal generated code (reused logic is in runtime libraries (server or client))
12
* Immutable generated schema classes (none of this mutable Java beans getters-and-setters rubbish)
13
* Extensively unit tested (and easy to add more to either demonstrate problems or correctness)
14
-* Supports Java 8, 11, 17, 21 (CI)
+* Supports Java 8, 11, 17, 21, 25 (CI)
15
* Supports Spring Boot 2.x, 3.x, 4.x server-side
16
* Supports `oneOf`(discriminated/non-discriminated), `anyOf` (non-discriminated), `allOf`
17
* `oneOf` and `anyOf` validate on creation
0 commit comments