Releases: apiaddicts/apigen.springboot
Releases · apiaddicts/apigen.springboot
1.1.1
1.1.0
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
jsonpatchversion to0.4.16 - Updated
springdocversion to2.6.0 - Updated
swagger-parserversion to2.1.22 - Updated
maven-modelversion to3.9.8 - Updated
commons-ioversion 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
mapstructversion to1.5.3.Final - Updated
springdocversion to1.6.14 - Updated
swagger-parserversion to2.1.10 - Updated
maven-modelversion to3.8.7 - Separate persistence related classes from the archetype core to another module and add it as a dependency
Removed
- Remove dependency on
reflectionslibrary