Skip to content

v0.3.0

Choose a tag to compare

@devdevx devdevx released this 16 Jul 19:24
· 37 commits to master since this release

Added

  • Support for nullable in OpenAPI file interpretation
  • Partial support for non json (application/json) mime types
  • Support for parent-child entity endpoints generation
  • Support for PATCH endpoints

Changed

  • Enhance the code generation mechanism to allow to extend and replace by custom code generation strategies
  • Generated non paginated controller endpoints for list and search if the OpenAPI file specifies it
  • Allow to customize the standard api response
  • Allow to customize the field implementation type for properties
  • Honor default OpenAPI object type in file interpretation
  • Allow independence between basePackage and artifactId in OpenAPI extension
  • Updated spring boot version to 2.7.7
  • Updated mapstruct version to 1.5.3.Final
  • Updated springdoc version to 1.6.14
  • Updated swagger-parser version to 2.1.10
  • Updated maven-model version to 3.8.7
  • Separate persistence related classes from the archetype core to another module and add it as a dependency

Removed

  • Remove dependency on reflections library