jakartaee / messaging

Jakarta Messaging
https://eclipse.org/ee4j/messaging
Other
41 stars 33 forks source link

Jakarta jms-api is missing OSGi headers + wrong version of artifact #216

Closed lukasj closed 5 years ago

lukasj commented 5 years ago

Last artifact released by oracle as javax.jms:javax.jms-api has version 2.0.1; version from jakarta should have minor version number incremented by 1, so this should be jakarta.jms:jakarta.jms-api:2.0.2 instead.

Original artifact contained OSGi headers, in jakarta.jms:jakarta.jms-api:2.0.1 these are missing - this is a regression which must be fixed as some other projects may rely on this, ie eclipselink uses Tycho for build, Tycho relies on OSGi headers => if there are no OSGi headers, eclipselink cannot depend/use this.

Artifact is also missing required LICENSE and possibly NOTICE files in META-INF folder

/cc @m0mus