You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Marcel Reutegger (Jira)" <ji...@apache.org> on 2023/06/27 09:06:00 UTC

[jira] [Created] (OAK-10330) oak-it-osgi: temporarily introduce Guava dependency again

Marcel Reutegger created OAK-10330:
--------------------------------------

             Summary: oak-it-osgi: temporarily introduce Guava dependency again
                 Key: OAK-10330
                 URL: https://issues.apache.org/jira/browse/OAK-10330
             Project: Jackrabbit Oak
          Issue Type: Technical task
          Components: it
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger


OAK-10218 removed Guava as a dependency, but with OAK-10307 original Guava is no more leaking through our Oak shaded version and now various tests in OsgiIT fail when executed in module oak-it-osgi.
{noformat}
[ERROR] Errors:
[ERROR]   OSGiIT.bundleStates » ClassNotFound org.apache.jackrabbit.oak.spi.state.NodeSt...
[ERROR]   OSGiIT.listBundles » ClassNotFound org.apache.jackrabbit.oak.spi.state.NodeSto...
[ERROR]   OSGiIT.listServices » ClassNotFound org.apache.jackrabbit.oak.spi.state.NodeSt...
[ERROR]   OSGiIT.testLeaseFailureHandlerIsExported » ClassNotFound org.apache.jackrabbit...
[ERROR]   OSGiIT.testNodeStore » ClassNotFound org.apache.jackrabbit.oak.spi.state.NodeS...
[ERROR]   OSGiIT.testRepository » ClassNotFound org.apache.jackrabbit.oak.spi.state.Node...
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)