Chrimle / openapi-to-java-records-mustache-templates

Generate Java Records from OpenAPI Specifications
https://chrimle.github.io/openapi-to-java-records-mustache-templates/
Apache License 2.0
2 stars 0 forks source link

Add `execution` for `useJakartaEe`-configOption #55

Closed Chrimle closed 1 month ago

Chrimle commented 1 month ago

Is your feature request related to a problem? Please describe. Generate classes with useJakartaEe enabled, and setup tests for when it is false/true.

Describe the solution you'd like Add a new execution to the pom.xml, with useJakartaEe enabled. Add tests for checking the annotations. Add tests to the standard execution to check when false.

Describe alternatives you've considered none

Additional context none