Skip to content

Commit f909934

Browse files
committed
updated features
1 parent 3254549 commit f909934

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ See the [release notes][generatr-releases]{:target="_blank"}.
4040
(get/set pojos) for all defined endpoints and schemas to allow (nearly) full control of the endpoint
4141
implementation. It does not generate any other file.
4242

43-
- <span class="label label-red">caveat</span> property names in the openapi description must be java
44-
compatible. The generatr does not yet generate a `@JsonProperty` name to map the api name to a
45-
java property name.
43+
- <span class="label label-green">done (since 1.0.0.A2)</span> The generatr does now generate model classes
44+
with `@JsonProperty` annotated properties, i.e. the schema property names in the OpenAPI description are not limited
45+
to valid java identifiers anymore.
4646

47-
- <span class="label label-red">caveat</span> no `requestBody:` support at the moment.
47+
- <span class="label label-green">done (since 1.0.0.A2)</span> support for the OpenAPI `requestBody:` block.
4848

49-
- <span class="label label-red">caveat</span> limited parameter support:
49+
- <span class="label label-green">done</span> full parameter support:
5050
- <span class="label label-green">done</span> query parameters, i.e. `in: query`
51-
- <span class="label label-red">todo</span> path parameters, i.e. `in: path`
52-
- <span class="label label-red">todo</span> header parameters, i.e. `in: header`
53-
- <span class="label label-red">todo</span> cookie parameters, i.e. `in: cookie`
51+
- <span class="label label-green">done (since 1.0.0.A2)</span> path parameters, i.e. `in: path`
52+
- <span class="label label-green">done (since 1.0.0.A2)</span> header parameters, i.e. `in: header`
53+
- <span class="label label-green">done (since 1.0.0.A2)</span> cookie parameters, i.e. `in: cookie`
5454
{: .mb-5 }
5555

5656
- <span class="label label-green">partially implemented</span> simple & flexible type mappings with generic support

0 commit comments

Comments
 (0)