You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AEM Version, including Service Packs, Cumulative Fix Packs, etc: 6.4 on Java 8
ACS AEM Commons Version: master
Reproducible on Latest? yes/no
Expected Behavior
The acs-aem-commons-bundle should activate upon installation in AEM 6.4 on Java 8.
Actual Behavior
acs-aem-commons-bundle no longer activates in AEM 6.4 on Java 8 after adding javax.annotation-api:1.3.2 dependency to pom. The OSGi wiring conflict is due to the boot classloader exporting javax.annotation,version=0.0.0.1_008_JavaSE from org.apache.felix.framework, while the latest version of the bundle is expecting javax.annotation,version=[1.3,2) -- Cannot be resolved.
Steps to Reproduce
Start vanilla AEM 6.4 instance on Java 8
checkout master and run mvn clean install -PautoInstallPackage
…#1935)
* resolves#1934 add explicit javax.annotation version to bundle-plugin
* updated changelog for issue #1934
* add comment describing retention period for explicit javax.annotation import.
id-keenan
added a commit
to id-keenan/acs-aem-commons
that referenced
this issue
Jun 7, 2019
Required Information
Expected Behavior
The acs-aem-commons-bundle should activate upon installation in AEM 6.4 on Java 8.
Actual Behavior
acs-aem-commons-bundle no longer activates in AEM 6.4 on Java 8 after adding javax.annotation-api:1.3.2 dependency to pom. The OSGi wiring conflict is due to the boot classloader exporting
javax.annotation,version=0.0.0.1_008_JavaSE from org.apache.felix.framework
, while the latest version of the bundle is expectingjavax.annotation,version=[1.3,2) -- Cannot be resolved
.Steps to Reproduce
mvn clean install -PautoInstallPackage
Links
Change introduced in #1893
The text was updated successfully, but these errors were encountered: