grails / gorm-hibernate5

GORM for Hibernate 5
Apache License 2.0
62 stars 68 forks source link

Remove unused jaxb, xml.bind and el implementations + update asset-pipeline and scaffolding #892

Closed jamesfredley closed 1 week ago

codeconsole commented 1 week ago

@jamesfredley @matrei it makes no sense. remove them.

jamesfredley commented 1 week ago

Removed jakarta.xml.bind:jakarta.xml.bind-api, jakarta.el:jakarta.el-api and org.glassfish.web:el-impl:2.2.1-b05 from gorm-hibernate5. grails-data-mapping will get similar changes.

grails-core is the only repo using jakarta.xml.bind and has the dependency defined directly

https://github.com/search?q=org%3Agrails%20jakarta.xml.bind&type=code

grails-gsp is the only repo using jakarta.el and has the dependency defined directly

https://github.com/search?q=org%3Agrails+jakarta.el&type=code