Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 602765f

Browse files
authored
Updates readme and version (#375)
1 parent c686431 commit 602765f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Currently, the following languages/frameworks are supported:
1717

1818
- python (Stability: Stable)
1919
- java (Stability: Experimental)
20-
- So far schema validation for v3.0.0-v3.0.3 has been implemented for Java
20+
- So far schema validation for v3.0.0-v3.1.0 has been implemented for Java
2121
- If you want to use this generator as a Java client, please consider filing PRs adding openapi features in [this project](https://github.com/openapi-json-schema-tools/openapi-json-schema-generator/issues/290)
2222

2323
## Join Our Community
@@ -69,7 +69,7 @@ And many more!
6969

7070
## Reasons To Use the Java Generator
7171

72-
- v3.0.0 - [v3.0.3](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
72+
- v3.0.0 - [v3.1.0](docs/generators/java.md#schema-feature) OpenAPI Specification support for component schemas
7373
- Very [thorough documentation generated in the style of javadocs, includes code samples](samples/client/petstore/java/docs/components/schemas/Money.md#money)
7474
- Input types constrained for a Schema in SomeSchema.validate
7575
- validate method can accept arbitrary List/Map/null/int/long/double/float/String json data
@@ -103,7 +103,10 @@ And many more!
103103
And many more!
104104
- [Docs for the java generator](docs/generators/java.md)
105105
- [generated client sample code](samples/client/petstore/java)
106-
- [Openapi v3.0.3 general petstore spec, general features](src/test/resources/3_0/python/petstore_customized.yaml)
106+
- [Openapi v3.0.3 general petstore spec, general features](src/test/resources/3_0/python/petstore_customized.yaml)- [generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/python)
107+
- [Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec.yaml)
108+
- [generated v3.1.0 unit test client sample code](samples/client/3_1_0_unit_test/java)
109+
- [Openapi json schema v3.1.0 unit test spec](src/test/resources/3_1/unit_test_spec/3_1_0_unit_test_spec_nopaths.yaml)
107110
- [generated v3.0.3 unit test client sample code](samples/client/3_0_3_unit_test/java)
108111
- [Openapi json schema v3.0.3 unit test spec](src/test/resources/3_0/unit_test_spec/3_0_3_unit_test_spec_nopaths.yaml)
109112

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
</dependencies>
447447
<properties>
448448
<!-- RELEASE_VERSION -->
449-
<revision>4.0.0</revision>
449+
<revision>4.1.0</revision>
450450
<!-- /RELEASE_VERSION -->
451451
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
452452
<java.version>11</java.version>

0 commit comments

Comments
 (0)