[
https://issues.apache.org/jira/browse/OAK-8798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16984471#comment-16984471
]
Julian Reschke commented on OAK-8798:
-------------------------------------
The difference is that in oak-lucene, the newer version adds import statements
for com.sun.management, sun.management and sun.misc. Suppressing them in the
pom:
{noformat}
Index: oak-lucene/pom.xml
===================================================================
--- oak-lucene/pom.xml (Revision 1870555)
+++ oak-lucene/pom.xml (Arbeitskopie)
@@ -118,6 +118,9 @@
org.apache.lucene.sandbox.*;resolution:=optional,
!org.apache.lucene.*,
!org.apache.jackrabbit.oak.cache,
+ !com.sun.management.*,
+ !sun.management.*,
+ !sun.misc.*,
*
</Import-Package>
<Embed-Dependency>
{noformat}
seems to address this.
Does anybody know what's going on here?
> Upgrade maven-bundle-plugin to 4.2.1
> ------------------------------------
>
> Key: OAK-8798
> URL: https://issues.apache.org/jira/browse/OAK-8798
> Project: Jackrabbit Oak
> Issue Type: Task
> Components: parent
> Reporter: Julian Reschke
> Assignee: Julian Reschke
> Priority: Minor
> Attachments: OAK-8798-2.diff, OAK-8798.diff
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)