borinquenkid opened a new pull request, #15490: URL: https://github.com/apache/grails-core/pull/15490
### Description This PR addresses dependency redundancies and Jakarta EE 10 compliance issues within the `dbmigration` module. ### Key Changes * **Jakarta EE 10 Compliance:** Excluded `javax.xml.bind:jaxb-api` from `liquibase-core` to prevent classpath conflicts. * **Cleanup:** Removed redundant `liquibase-core` dependencies from the `liquibase-hibernate5` extension. * **Dependency Management:** Refined exclusions in `grails-data-hibernate5/dbmigration/build.gradle`. Fixes #15452 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
