File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Try it online [here](https://openapi-codegen.davidmoten.org/prod/site/index.html
1212* Immutable generated schema classes (none of this mutable Java beans getters-and-setters rubbish)
1313* Extensively unit tested (and easy to add more to either demonstrate problems or correctness)
1414* Supports Java 8, 11, 17, 21 (CI)
15- * Supports Spring Boot 2.x, 3.x server-side
15+ * Supports Spring Boot 2.x, 3.x, 4.x server-side
1616* Supports ` oneOf ` (discriminated/non-discriminated), ` anyOf ` (non-discriminated), ` allOf `
1717* ` oneOf ` and ` anyOf ` validate on creation
1818* ` allOf ` generates an uber object with all members properties and ` asBlah() ` methods to access the individual members in a typed fashion
@@ -44,7 +44,7 @@ Try it online [here](https://openapi-codegen.davidmoten.org/prod/site/index.html
4444* json only (xml not supported)
4545
4646## How to build
47- Requires JDK 17 + to build all modules.
47+ Requires JDK 21 + to build all modules.
4848
4949` mvn clean install `
5050
You can’t perform that action at this time.
0 commit comments