Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
Scripting Java 2.0.10
-
None
Description
The org.apache.sling.scripting.java bundle exports the package javax.inject in the version of the bundle, which is wrong and should be fixed.
This can lead to bundle version problems for other bundles which depend on javax.inject in version "[1.0,2)" - the correct version (like Jersey Web Services libraries).
Either export javax.inject with version 0.0.0 or even better with the correct version 1.0.0.
Attachments
Attachments
Issue Links
- is related to
-
SLING-4700 remove javax.inject from org.apache.sling.scripting.java
- Closed
- relates to
-
SLING-4712 Make Sightly testing-content explicitly import javax.inject 1.0.0
- Resolved
-
SLING-4710 remove javax.inject from org.apache.sling.models.api
- Closed