[
https://issues.apache.org/jira/browse/OAK-9837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17747495#comment-17747495
]
Manfred Baedke edited comment on OAK-9837 at 7/26/23 12:59 PM:
---------------------------------------------------------------
[~kwin], running mvn test in oak-store-document yields strange
NullPointerExceptions like
{noformat}
[ERROR]
org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteInvisibleServiceCrashTest.testTwoNodesWithCrashAndLongduringRecovery(org.apache.jackrabbit.oak.plugins.document.DocumentDiscoveryLiteInvisibleServiceCrashTest)
[ERROR] Run 1:
DocumentDiscoveryLiteInvisibleServiceCrashTest.testTwoNodesWithCrashAndLongduringRecovery:70->doTestTwoNodesWithCrashAndLongduringDeactivation:83->BaseDocumentDiscoveryLiteServiceTest.waitFor:664
ยป NullPointer
[ERROR] Run 2: DocumentDiscoveryLiteInvisibleServiceCrashTest.reset:64
NullPointer
{noformat}
was (Author: baedke):
[~kwin], running mvn test in oak-store-document yields strange
NullPointerExceptions.
> Reference individual OSGi dependencies in version shipped with R7
> -----------------------------------------------------------------
>
> Key: OAK-9837
> URL: https://issues.apache.org/jira/browse/OAK-9837
> Project: Jackrabbit Oak
> Issue Type: Improvement
> Components: parent
> Reporter: Konrad Windszus
> Assignee: Konrad Windszus
> Priority: Major
> Fix For: 1.56.0
>
>
> Instead of the aggregate dependencies {{org.osgi.core}} and
> {{org.osgi.compendium}} rather the individual OSGi spec chapter dependencies
> should be used (http://docs.osgi.org/artifacts/). Those allow to version each
> spec chapter individually (independent from the Core/Compendium release). The
> earliest available versions are from OSGi R6 or R7 though (i.e. an update
> from the currently minimally required core/compendium 4.2 is required but
> shouldn't do any harm, as R6 is from 2015, i.e. already 7 years old)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)