Skip to content

Commit 35c5f6a

Browse files
authored
update openapi-processor & openapi-parser (#614)
1 parent 0b75bb3 commit 35c5f6a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

_data/tools.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1168,7 +1168,7 @@
11681168
v2: true
11691169
v3: true
11701170
v3_1: true
1171-
1171+
11721172
- name: drf-spectacular
11731173
category: auto-generators
11741174
github: https://github.com/tfranzel/drf-spectacular
@@ -1936,12 +1936,13 @@
19361936
link: https://docs.openapiprocessor.io
19371937
github: https://github.com/openapi-processor
19381938
description: >
1939-
Generates java interfaces & model classes for Spring Boot (annotation based, MVC & WebFlux) or Micronaut
1940-
(annotation based) from an OpenAPI yaml description. Provides powerful type mapping capabilities to adjust the
1941-
generated code. Gradle & Maven support. Playground.
1939+
Generates java interfaces & DTOs (pojo or record) for Spring Boot (annotation based, MVC & WebFlux) or Micronaut
1940+
(annotation based) from an OpenAPI YAML/JSON description. Provides powerful type mapping capabilities to adjust
1941+
the generated code. Gradle & Maven support. Playground.
19421942
v2: false
19431943
v3: true
19441944
v3_1: true
1945+
v3_2: true
19451946

19461947
- name: openapi-processor/openapi-parser
19471948
category:
@@ -1951,11 +1952,12 @@
19511952
link: https://github.com/openapi-processor/openapi-parser
19521953
github: https://github.com/openapi-processor/openapi-parser
19531954
description: >
1954-
OpenAPI parser with (json schema) validation (currently 3.0 only). Separate apis for OpenAPI 3.0 & 3.1.
1955-
Easily get resolved $ref objects. Pluggable document reader & json/yaml converter. Minimal dependencies.
1955+
OpenAPI parser with (JSON schema) validation. Separate APIs for OpenAPI 3.2, 3.1, 3.0.
1956+
Easily get resolved $ref objects. Pluggable document reader & JSON/YAML converter. Minimal dependencies.
19561957
v2: false
19571958
v3: true
19581959
v3_1: true
1960+
v3_2: true
19591961

19601962
- name: ts-oas
19611963
category:

0 commit comments

Comments
 (0)