Skip to content

Releases: agorapulse/micronaut-grails

3.3.0

08 Nov 13:33
056c216
Compare
Choose a tag to compare
  • reworked MicronautGrailsAppServletInitializer to match the latest from the Grails codebase

3.2.0

25 Oct 14:21
04d7c39
Compare
Choose a tag to compare
  • minimal Grails 5.x compatibility by setting the setAllowCircularReferences(true) if the method exists

3.1.3

03 Nov 10:52
1fe5113
Compare
Choose a tag to compare
  • fixed converting of properties to map with multiple values (e.g. sql settings)

3.1.2

09 Feb 15:21
28959ff
Compare
Choose a tag to compare
  • fixed Spring 2.1.x compatibility

3.1.1

09 Feb 14:53
23b3e57
Compare
Choose a tag to compare
  • fixed issue with older Spring Boot versions

3.1.0

31 Jan 16:36
23b3e57
Compare
Choose a tag to compare
  • support for a multiple versions of Micronaut
    • MN 2.x and MN 3.x are evaluated against Grails 5.1.x

3.0.7

29 Jul 10:10
7641ec4
Compare
Choose a tag to compare
  • BREAKING CHANGE - enums are no longer generated by default by the JPA generator

3.0.6

28 Jul 14:17
d019def
Compare
Choose a tag to compare
  • BREAKING CHANGE in GORM to Micronaut generator - entities are generated into package with suffix

3.0.5

28 Jul 10:03
255ffcb
Compare
Choose a tag to compare
  • support for generating Micronaut Data JDBC repositories

3.0.4

26 Jul 13:05
Compare
Choose a tag to compare
  • GORM to JPA generator
  • Integration tests support for MicronautGrailsApp