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

Support for Grails 5.3.5 & Snakeyaml 2.2 #67

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

jdaugherty
Copy link
Contributor

@jdaugherty jdaugherty commented Dec 22, 2023

Grails 5.3.5 ships with Snakeyaml 2.2 instead of 1.3. This PR:

  • Upgrades this plugin to Grails 5.3.5
  • Removes the groovy yaml library since it was not being used & that library depends on Snakeyaml 1.3

gradlew check shows all tests passing

I incremented the version to 3.2.0 to signify a major API change (Snakeyaml 2.2 and 1.3 have different constructor args / can be incompatible).

@sbglasius sbglasius merged commit fb95188 into sbglasius:master Dec 27, 2023
1 check passed
@jdaugherty jdaugherty deleted the snakeyaml-upgrade branch December 29, 2023 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants