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
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