Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-27657

(8.0.z) Hibernate plugin.xml & OSGI's Bundle-Version / Export-Package versions to not match

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 8.0 Update 4
    • 8.0 Update 3
    • Hibernate
    • 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.

            eleandro Éttore Leandro Tognoli
            rhn-support-bmaxwell Brad Maxwell
            Votes:
            0 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated:
              Resolved: