forked from grails/grails-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
59 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters