sanjana2505006 commented on issue #15452:
URL: https://github.com/apache/grails-core/issues/15452#issuecomment-4034651078

   Hey @jdaugherty!
   I’d love to help out and submit a PR for this dependency conflict.
   
   I looked into it, and you're spot on—liquibase-core is indeed pulling in the 
old javax.xml.bind:jaxb-api which conflicts with the Jakarta EE 10 baseline in 
Grails 7.
   
   I was thinking that for the fix in 
grails-data-hibernate5/dbmigration/build.gradle would be:
   
   Exclude jaxb-api from the liquibase-core dependency block.
   Exclude liquibase-core from the liquibase.ext:liquibase-hibernate5 
dependency block (since we're explicitly including a specific version of core 
already).
   Does this approach sound good to you? Please let me know...😃


-- 
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]

Reply via email to