mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
* fix: jersey3 library fix issue that library failed in case pattern matching was used in the api. * add tests, update version * update * fix tag * fix, update samples * update build * more update * update workflow * test useJakarta --------- Co-authored-by: holomekc <30546982+holomekc@users.noreply.github.com>
14 lines
504 B
YAML
14 lines
504 B
YAML
generatorName: java
|
|
outputDir: samples/client/petstore/java/retrofit2-play26
|
|
library: retrofit2
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore-with-fake-endpoints-models-for-testing.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/Java
|
|
additionalProperties:
|
|
usePlayWS: "true"
|
|
enableBuilderSupport: "true"
|
|
useBeanValidation: "true"
|
|
playVersion: play26
|
|
artifactId: petstore-java-client-retrofit2-play26
|
|
hideGenerationTimestamp: "true"
|
|
useJakartaEe: "true"
|