Releases: agorapulse/micronaut-grails
Releases · agorapulse/micronaut-grails
3.3.0
- reworked
MicronautGrailsAppServletInitializer
to match the latest from the Grails codebase
3.2.0
- minimal Grails 5.x compatibility by setting the
setAllowCircularReferences(true)
if the method exists
3.1.3
- fixed converting of properties to map with multiple values (e.g. sql settings)
3.1.2
- fixed Spring 2.1.x compatibility
3.1.1
- fixed issue with older Spring Boot versions
3.1.0
- support for a multiple versions of Micronaut
- MN 2.x and MN 3.x are evaluated against Grails 5.1.x
3.0.7
- BREAKING CHANGE - enums are no longer generated by default by the JPA generator
3.0.6
- BREAKING CHANGE in GORM to Micronaut generator - entities are generated into package with suffix
3.0.5
- support for generating Micronaut Data JDBC repositories
3.0.4
- GORM to JPA generator
- Integration tests support for
MicronautGrailsApp