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 "Julian Reschke (Jira)" <ji...@apache.org> on 2021/10/25 13:22:00 UTC

[jira] [Commented] (OAK-7217) check public Oak APIs for references to Guava

    [ https://issues.apache.org/jira/browse/OAK-7217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17433759#comment-17433759 ] 

Julian Reschke commented on OAK-7217:
-------------------------------------

Unfortunately, the situation has gotten worse again:

{noformat}
oak-commons/target/baseline.xml-<baseline version="1.0.0" vendor="The Apache Software Foundation" vendorURL="http://www.apache.org/" generator="Apache Felix Maven Bundle Plugin" generatorURL="http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html" analyzer="Bnd" analyzerURL="http://www.aqute.biz/Bnd/Bnd" generatedOn="2021-10-25T13:53Z" bundleName="oak-commons" currentVersion="1.41-SNAPSHOT" previousVersion="1.40.0">
oak-commons/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.commons" delta="unchanged">
oak-commons/target/baseline.xml-    <mismatch>false</mismatch>
oak-commons/target/baseline.xml-    <newerVersion>1.6.0</newerVersion>
oak-commons/target/baseline.xml-    <olderVersion>1.6.0</olderVersion>
oak-commons/target/baseline.xml-    <suggestedVersion>1.6.0</suggestedVersion>
oak-commons/target/baseline.xml-    <attributes>
oak-commons/target/baseline.xml:      <uses>com.google.common.base,com.google.common.collect,org.apache.commons.io,org.slf4j</uses>
--
oak-commons/target/baseline.xml-  </package>
oak-commons/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.commons.io" delta="unchanged">
oak-commons/target/baseline.xml-    <mismatch>false</mismatch>
oak-commons/target/baseline.xml-    <newerVersion>1.1.0</newerVersion>
oak-commons/target/baseline.xml-    <olderVersion>1.1.0</olderVersion>
oak-commons/target/baseline.xml-    <suggestedVersion>1.1.0</suggestedVersion>
oak-commons/target/baseline.xml-    <attributes>
oak-commons/target/baseline.xml:      <uses>com.google.common.io,org.apache.commons.io</uses>
--
oak-core-spi/target/baseline.xml-<baseline version="1.0.0" vendor="The Apache Software Foundation" vendorURL="http://www.apache.org/" generator="Apache Felix Maven Bundle Plugin" generatorURL="http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html" analyzer="Bnd" analyzerURL="http://www.aqute.biz/Bnd/Bnd" generatedOn="2021-10-25T13:53Z" bundleName="oak-core-spi" currentVersion="1.41-SNAPSHOT" previousVersion="1.40.0">
oak-core-spi/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.cache" delta="unchanged">
oak-core-spi/target/baseline.xml-    <mismatch>false</mismatch>
oak-core-spi/target/baseline.xml-    <newerVersion>1.1.1</newerVersion>
oak-core-spi/target/baseline.xml-    <olderVersion>1.1.1</olderVersion>
oak-core-spi/target/baseline.xml-    <suggestedVersion>1.1.1</suggestedVersion>
oak-core-spi/target/baseline.xml-    <attributes>
oak-core-spi/target/baseline.xml:      <uses>com.google.common.cache,com.google.common.collect,org.apache.jackrabbit.oak.api.jmx,org.apache.jackrabbit.oak.commons.jmx</uses>
--
oak-core-spi/target/baseline.xml-  </package>
oak-core-spi/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.commons.jmx" delta="minor">
oak-core-spi/target/baseline.xml-    <mismatch>false</mismatch>
oak-core-spi/target/baseline.xml-    <newerVersion>1.2.0</newerVersion>
oak-core-spi/target/baseline.xml-    <olderVersion>1.1.0</olderVersion>
oak-core-spi/target/baseline.xml-    <suggestedVersion>1.2.0</suggestedVersion>
oak-core-spi/target/baseline.xml-    <attributes>
oak-core-spi/target/baseline.xml:      <uses>com.google.common.base,javax.management,javax.management.openmbean,org.apache.jackrabbit.oak.api.jmx</uses>
--
oak-core-spi/target/baseline.xml-  </package>
oak-core-spi/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.spi.whiteboard" delta="minor">
oak-core-spi/target/baseline.xml-    <mismatch>false</mismatch>
oak-core-spi/target/baseline.xml-    <newerVersion>1.2.0</newerVersion>
oak-core-spi/target/baseline.xml-    <olderVersion>1.1.0</olderVersion>
oak-core-spi/target/baseline.xml-    <suggestedVersion>1.2.0</suggestedVersion>
oak-core-spi/target/baseline.xml-    <attributes>
oak-core-spi/target/baseline.xml:      <uses>com.google.common.base</uses>
--
oak-segment-tar/target/baseline.xml-  </package>
oak-segment-tar/target/baseline.xml-  <package name="org.apache.jackrabbit.oak.segment.spi.persistence.persistentcache" delta="unchanged">
oak-segment-tar/target/baseline.xml-    <mismatch>false</mismatch>
oak-segment-tar/target/baseline.xml-    <newerVersion>3.0.0</newerVersion>
oak-segment-tar/target/baseline.xml-    <olderVersion>3.0.0</olderVersion>
oak-segment-tar/target/baseline.xml-    <suggestedVersion>3.0.0</suggestedVersion>
oak-segment-tar/target/baseline.xml-    <attributes>
oak-segment-tar/target/baseline.xml:      <uses>com.google.common.cache,org.apache.jackrabbit.oak.cache,org.apache.jackrabbit.oak.commons,org.apache.jackrabbit.oak.segment.spi.monitor,org.apache.jackrabbit.oak.segment.spi.persistence</uses>

{noformat}

See OAK-9605. (cc [~miroslav], [~mreutegg], [~angela])

> 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, fileutils-no-commons.diff, guava-global.log, guava-public-v2.log, guava-public.log
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)