grails / grails-plugin-converters

Legacy converters plugin
2 stars 17 forks source link

Revert SpringIOUtils removal #60

Closed matrei closed 2 months ago

matrei commented 2 months ago

The usage the SpringIOUtils class from grails-bootstrap had to be removed temporarily to be able upgrade this project to Groovy 4 (with it's package change for XML related classes from groovy.util to groovy.xml). Now that Grails 7 is on Groovy 4, we can revert this change. See: #17

This PR also contains a commit cleaning up the XML class a bit.