[ https://issues.apache.org/jira/browse/OAK-10626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrei Dulceanu updated OAK-10626: ---------------------------------- Description: After fixing OAK-10604 I observed that there is a series of warnings which appear at each build: {noformat} [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ oak-segment-azure --- [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Unused Import-Package instructions: [com.nimbusds.jose*, com.nimbusds.oauth2.sdk*, com.nimbusds.openid.connect.sdk*, com.nimbusds.secevent.sdk*] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage, has 4, private references [com.microsoft.azure.storage.analytics, com.microsoft.azure.storage.file, com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage.core, has 2, private references [com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage.blob, has 2, private references [com.microsoft.azure.keyvault.core, com.microsoft.azure.storage.file] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.azure.identity, has 5, private references [com.azure.core.client.traits, com.azure.core.exception, com.azure.core.http, com.azure.core.http.policy, com.azure.core.util] {noformat} It would be nice to fix these, to remove unnecessary clutter from the build log. /cc [~miroslav] was: After fixing OAK-10604 I observed that there is a series of warnings which appear at each build: {noformat} [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Unused Import-Package instructions: [com.nimbusds.jose*, com.nimbusds.oauth2.sdk*, com.nimbusds.openid.connect.sdk*, com.nimbusds.secevent.sdk*] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage, has 4, private references [com.microsoft.azure.storage.analytics, com.microsoft.azure.storage.file, com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage.core, has 2, private references [com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.microsoft.azure.storage.blob, has 2, private references [com.microsoft.azure.keyvault.core, com.microsoft.azure.storage.file] [WARNING] Manifest org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export com.azure.identity, has 5, private references [com.azure.core.client.traits, com.azure.core.exception, com.azure.core.http, com.azure.core.http.policy, com.azure.core.util] {noformat} It would be nice to fix these, to remove unnecessary clutter from the build log. /cc [~miroslav] > Multiple OSGi import/export warnings when building oak-segment-azure > -------------------------------------------------------------------- > > Key: OAK-10626 > URL: https://issues.apache.org/jira/browse/OAK-10626 > Project: Jackrabbit Oak > Issue Type: Task > Components: osgi, segment-azure > Reporter: Andrei Dulceanu > Assignee: Andrei Dulceanu > Priority: Minor > > After fixing OAK-10604 I observed that there is a series of warnings which > appear at each build: > {noformat} > [INFO] --- maven-bundle-plugin:5.1.8:bundle (default-bundle) @ > oak-segment-azure --- > [WARNING] Manifest > org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Unused > Import-Package instructions: [com.nimbusds.jose*, com.nimbusds.oauth2.sdk*, > com.nimbusds.openid.connect.sdk*, com.nimbusds.secevent.sdk*] > [WARNING] Manifest > org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export > com.microsoft.azure.storage, has 4, private references > [com.microsoft.azure.storage.analytics, com.microsoft.azure.storage.file, > com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] > [WARNING] Manifest > org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export > com.microsoft.azure.storage.core, has 2, private references > [com.microsoft.azure.storage.queue, com.microsoft.azure.storage.table] > [WARNING] Manifest > org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export > com.microsoft.azure.storage.blob, has 2, private references > [com.microsoft.azure.keyvault.core, com.microsoft.azure.storage.file] > [WARNING] Manifest > org.apache.jackrabbit:oak-segment-azure:bundle:1.61-SNAPSHOT : Export > com.azure.identity, has 5, private references > [com.azure.core.client.traits, com.azure.core.exception, com.azure.core.http, > com.azure.core.http.policy, com.azure.core.util] {noformat} > It would be nice to fix these, to remove unnecessary clutter from the build > log. > /cc [~miroslav] -- This message was sent by Atlassian Jira (v8.20.10#820010)