adobe / aem-modernize-tools

A suite of tools to modernize your AEM Sites implementations off legacy features.
http://opensource.adobe.com/aem-modernize-tools/
Apache License 2.0
64 stars 42 forks source link

The Java8 AEM65 all package is built for Java11 #104

Closed arbarrett closed 2 years ago

arbarrett commented 2 years ago

Expected Behaviour

The all package for the Java8 AEM65 classifier will install via packmgr and the core bundle will start.

Actual Behaviour

The package installs but the bundle doesn't start, throwing an error about missing a requirement of java 11.

Steps to Reproduce

Platform and Version

AEM 6.5 on Java 8

Logs taken while reproducing problem

10.01.2022 17:32:53.126 ERROR [qtp454225993-5179] org.apache.felix.http.jetty Bundles: Cannot start (org.osgi.framework.BundleException: Unable to resolve com.adobe.aem.aem-modernize-tools.core [630](R 630.0): missing requirement [com.adobe.aem.aem-modernize-tools.core [630](R 630.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=11)) Unresolved requirements: [[com.adobe.aem.aem-modernize-tools.core [630](R 630.0)] osgi.ee; (&(osgi.ee=JavaSE)(version=11))])

arbarrett commented 2 years ago

I can confirm that the fix has resolved the issue. Thanks so much for the quick turn around Bryan.