Releases: apiaddicts/apigen.springboot
Releases · apiaddicts/apigen.springboot
1.0.1
1.0.0
0.6.2
0.6.1
0.6.0
Changed
- Updated spring boot version to
3.3.1
- Updated
jsonpatch
version to0.4.16
- Updated
springdoc
version to2.6.0
- Updated
swagger-parser
version to2.1.22
- Updated
maven-model
version to3.9.8
- Updated
commons-io
version to2.16.1
- Updated the id annotation field generation strategy when is uuid
v0.3.0
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 to1.5.3.Final
- Updated
springdoc
version to1.6.14
- Updated
swagger-parser
version to2.1.10
- Updated
maven-model
version to3.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