Eric Norman created SLING-12313:
-----------------------------------
Summary: bump oak.version 1.62.0 for compatibility
Key: SLING-12313
URL: https://issues.apache.org/jira/browse/SLING-12313
Project: Sling
Issue Type: Improvement
Reporter: Eric Norman
Assignee: Eric Norman
Fix For: JCR Oak Server 1.4.2
Oak 1.62.0 has bumped the version of the shaded guava packages to a new major
version (from 32 to 33) which results in a failure to resolve the
o.a.sling.jcr.oak.server bundle with that version of the Oak bundles.
{code:java}
org.osgi.framework.BundleException: Unable to resolve
org.apache.sling.jcr.oak.server [144](R 144.0): missing requirement
[org.apache.sling.jcr.oak.server [144](R 144.0)] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.jackrabbit.guava.common.base)(version>=32.1.0)(!(version>=33.0.0)))
Unresolved requirements: [[org.apache.sling.jcr.oak.server [144](R 144.0)]
osgi.wiring.package;
(&(osgi.wiring.package=org.apache.jackrabbit.guava.common.base)(version>=32.1.0)(!(version>=33.0.0)))]
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)