Skip to content

Instantly share code, notes, and snippets.

@erichelgeson
Last active June 6, 2018 21:33
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichelgeson/72e1b6cb8e1b9428738799368c32133f to your computer and use it in GitHub Desktop.
Save erichelgeson/72e1b6cb8e1b9428738799368c32133f to your computer and use it in GitHub Desktop.
Grails 3.3.x Upgrade Notes

3.3.3 - Current

  • 3.3.0- 07/26/2017
  • 3.3.0.RC1 - Current release 06/26/2017
  • 3.3.0.M2 - Current release 05/30/2017
  • 3.3.0.M1 - Released 05/09/2017

Please fork or leave a comment on this gist to add any other issues or notes you've encountered when upgrading to 3.3.

Documentation

Whats new in Grails

Whats new in GORM 6.1 (Default in 3.3)

Upgrading from 3.2.x to 3.3

Fresh app diffs 3.2.11 -> 3.3.2

Notable changes

Current Issues

Resolved Issues

  • IMPORTANT Quartz job property changes

  • build-test-data

    • Use 3.3.0.RC1 - with new Trait framework.
  • Spring-Session (redis)

    • Dependancy changes
      • compile "org.springframework.session:spring-session-data-redis"
    • (work around) Autoconfigure did not work - had to set spring.session.'store-type' = 'redis' in application.groovy/yml
  • Startup issue when using grails-spring-websocket

    • Field springTaskExecutor in org.grails.events.bus.spring.EventBusFactoryBean required a single bean, but 4 were found
    • grails/grails-async#4
  • Spring-Security core updated for Grails 3.3

  • GrailsCompileStatic & CompileStatic throw exception in valid uses

  • Sentry plugin FilterRegistrationBean package changed

Upgrade notes by Eric Helgeson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment