jbonofre opened a new pull request, #2559: URL: https://github.com/apache/karaf/pull/2559
Add hibernate6 and hibernate6-envers features alongside existing Hibernate 5 features. Key challenges addressed: - hibernate-core 6.x has no hibernate-osgi module; hibernate-core must be wrapped using pax-url-wrap with overwrite=MERGE so BND re-processes the bundle and our Import-Package instruction (making vendor-specific, CDI, validation, and JAXB imports optional) actually takes effect - jakarta.transaction-api 2.0.1 has mandatory CDI imports; wrapped to make jakarta.enterprise.* and jakarta.interceptor optional - hibernate-commons-annotations 7.0.3.Final ships with a corrupt Export-Package manifest value; wrapped with overwrite=FULL to generate a clean OSGi bundle Bundles added: hibernate-core 6.6.18.Final, hibernate-envers 6.6.18.Final, hibernate-commons-annotations 7.0.3.Final, jakarta.transaction-api 2.0.1, jakarta.persistence-api 3.1.0, byte-buddy 1.17.5, jandex 3.2.7, antlr4-runtime 4.13.2, stax2-api 4.2.2, jackson-dataformat-xml. -- 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]
