Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(upgrade): Upgrade to Grails 5, Increase compatible with Apache Groovy 4 #17

Merged
merged 10 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. feat: Update to Grails 5

    BREAKING CHANGE: Java 8, Groovy 3
    matrei committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fbca2a1 View commit details
    Browse the repository at this point in the history
  2. ci: Add Github workflows

    matrei committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a945326 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3059595 View commit details
    Browse the repository at this point in the history
  4. fix: Remove dependency on SpringIOUtils

    This removes the dependency on the SpringIOUtils class from
    grails-bootstrap. Use classes from groovy.xml.* instead of
    groovy.util.* which allows for updating to Groovy 4 in
    dependent projects, for example Grails itself.
    
    This commit can optionally be reversed after this project has
    updated to a Grails version where SpringIOUtils has also
    migrated to the Groovy 4 compatible classes.
    matrei committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    02f5258 View commit details
    Browse the repository at this point in the history
  5. test: Change failing test assertions

    The test was expecting JSON properties to be in a certain order.
    This change removes that expectation.
    matrei committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2c27cb4 View commit details
    Browse the repository at this point in the history
  6. fix: Groovy 4 compatibility

    matrei committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1e4f2dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb92ca0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2116cab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d1a1b14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    619d55b View commit details
    Browse the repository at this point in the history