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 2019/01/16 13:46: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=16744049#comment-16744049 ] 

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

I just realized that a combination of the shade and baseline plugins will be able to detect this. Example: oak-commons:

1. add shading config to pom: https://issues.apache.org/jira/secure/attachment/12955097/detect-api.diff

2. run baseline check, it will complain about changed API signatures:

{noformat}
[ERROR] org.apache.jackrabbit.oak.commons: Version increase required; detected 1.2.1, suggested 2.0.0
[ERROR] org.apache.jackrabbit.oak.commons.io: Version increase required; detected 1.0.0, suggested 2.0.0
{noformat}


> 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
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)