[
https://issues.apache.org/jira/browse/OAK-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839155#comment-16839155
]
Alex Deparvu edited comment on OAK-7217 at 5/14/19 7:01 AM:
------------------------------------------------------------
I did another pass through the exports to correct the output manually and it
turns out it wasn't too far off. there was only oak-auth-external, oak-commons,
oak-store-composite that had nothing specified in the pom.xml file. Attached a
new version of the intersection: [^guava-public-v2.log].
Modules analyzed:
- oak-auth-external
--
org.apache.jackrabbit.oak.spi.security.authentication.external,version=2.3.1
--
org.apache.jackrabbit.oak.spi.security.authentication.external.basic,version=1.3.2
- oak-authorization-cug
- oak-authorization-principalbased
- oak-blob-cloud-azure
- oak-blob-cloud
-- exports a package that doesn't exist
'org.apache.jackrabbit.oak.blob.cloud.aws.s3'
- oak-blob-plugins
- oak-blob
- oak-commons
-- org.apache.jackrabbit.oak.commons,version=1.3.0
-- org.apache.jackrabbit.oak.commons.cache,version=1.0.0
-- org.apache.jackrabbit.oak.commons.concurrent,version=1.0.1
-- org.apache.jackrabbit.oak.commons.io,version=1.0.0
-- org.apache.jackrabbit.oak.commons.json,version=1.0.1
-- org.apache.jackrabbit.oak.commons.sort,version=1.0.1
- oak-core-spi
- oak-core
- oak-jcr
- oak-lucene
-- also exports all of org.apache.lucene
- oak-query-spi
- oak-search
- oak-security-spi
- oak-segment-azure
- oak-segment-tar
- oak-solr-core
- oak-solr-osgi
- oak-store-composite
-- org.apache.jackrabbit.oak.composite,version=0.3.0
-- org.apache.jackrabbit.oak.composite.checks,version=0.0.0
- oak-store-document
- oak-store-spi
If I read it correctly 'oak-auth-ldap' uses guava in a single test so we could
move the dependency to 'test' scope, but this is outside of this scope.
was (Author: alex.parvulescu):
I did another pass through the exports to correct the output manually and it
turns out it wasn't too far off. there was only oak-auth-external, oak-commons,
oak-store-composite that had nothing specified in the pom.xml file. Attached a
new version of the intersection: [^guava-public-v2.log].
Modules analyzed:
- oak-auth-external
org.apache.jackrabbit.oak.spi.security.authentication.external,version=2.3.1
org.apache.jackrabbit.oak.spi.security.authentication.external.basic,version=1.3.2
- oak-authorization-cug
- oak-authorization-principalbased
- oak-blob-cloud-azure
- oak-blob-cloud
? exports a package that doesn't exist
'org.apache.jackrabbit.oak.blob.cloud.aws.s3'
- oak-blob-plugins
- oak-blob
- oak-commons
org.apache.jackrabbit.oak.commons,version=1.3.0
org.apache.jackrabbit.oak.commons.cache,version=1.0.0
org.apache.jackrabbit.oak.commons.concurrent,version=1.0.1
org.apache.jackrabbit.oak.commons.io,version=1.0.0
org.apache.jackrabbit.oak.commons.json,version=1.0.1
org.apache.jackrabbit.oak.commons.sort,version=1.0.1
- oak-core-spi
- oak-core
- oak-jcr
- oak-lucene
also exports all of org.apache.lucene
- oak-query-spi
- oak-search
- oak-security-spi
- oak-segment-azure
- oak-segment-tar
- oak-solr-core
- oak-solr-osgi
- oak-store-composite
org.apache.jackrabbit.oak.composite,version=0.3.0
org.apache.jackrabbit.oak.composite.checks,version=0.0.0
- oak-store-document
- oak-store-spi
If I read it correctly 'oak-auth-ldap' uses guava in a single test so we could
move the dependency to 'test' scope, but this is outside of this scope.
> check public Oak APIs for references to Guava
> ---------------------------------------------
>
> Key: OAK-7217
> URL: https://issues.apache.org/jira/browse/OAK-7217
> Project: Jackrabbit Oak
> Issue Type: Technical task
> Reporter: Julian Reschke
> Priority: Minor
> Attachments: detect-api.diff, extract-guava.sh, guava-global.log,
> guava-public-v2.log, guava-public.log
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)