-
Task
-
Resolution: Done
-
Major
-
8.0 Update 3
-
None
-
False
-
None
-
False
-
-
-
-
-
-
-
For example:
hibernate-enhance-maven-plugin-6.2.26.Final-redhat-00001.jar/META-INF/maven/plugin.xml has 6.2.26.Final instead of 6.2.26.Final-redhat-00001 :
<version>6.2.26.Final</version> ... <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>6.2.26.Final</version> <type>jar</type> </dependency>
Another side issue noticed is META-INF/MANIFEST.MF:
Bundle-Version: 6.2.13.Final-redhat-00001
...
Export-Package: org.hibernate;version="6.2.13.Final"
The Export-Package version and Bundle-Version should be the same.
- is caused by
-
JBEAP-27309 [GSS](8.0.z) Upgrade Hibernate from 6.2.25.Final to 6.2.26.Final
- Closed
- is incorporated by
-
JBEAP-27392 [GSS](8.0.z) Upgrade Hibernate from 6.2.26.Final to 6.2.31.Final
- Ready for QA