jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

API uses outdated bundle packaging #1174

Open JanWesterkamp-iJUG opened 10 months ago

JanWesterkamp-iJUG commented 10 months ago

The Jakarta REST(ful Web Service) API artifact uses an outdated packaging type bundle, which creates several issues. This should be jar (Maven default) instead.

The maven-bundle-plugin configuration may need a refactoring then:

https://github.com/jakartaee/rest/blob/57216fe7fd0baa83a0071ddd5c90e991d4374abc/jaxrs-api/pom.xml#L122-L154

Latest plugin version: 5.1.9

Doc:

I can create a PR, which then need a review (from an OSGi expert at best).

mkarg commented 10 months ago

Can you please refer to the actual problems we need to resolve, just for better understanding why we should touch this? Thanks.

Feel free to post a PR. :-)