The plug-in uses a convention for something called "nonFinal", which I think didn't carry over to Jakarta:
e.g.
// OSGi Bundle-SymbolicName: ${API_PACKAGE}-api
// OSGi bundle specversion: ${SPEC_VERSION}.99.b${SPEC_BUILD}
// OSGi Bundle-Version: ${SPEC_VERSION}.99.b${SPEC_BUILD}
// jar Extension-Name: ${API_PACKAGE}
// jar Specification-Version: ${SPEC_VERSION}.99.${SPEC_BUILD}
// jar Implementation-Version: ${NEW_SPEC_VERSION}-b${SPEC_BUILD}
Do we need to retain this?
@bshannon @romain-grecourt
The plug-in uses a convention for something called "nonFinal", which I think didn't carry over to Jakarta:
e.g.
Do we need to retain this?
@bshannon @romain-grecourt