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 "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2017/06/12 08:36:00 UTC

[jira] [Comment Edited] (OAK-6335) Baseline check fails in oak-api

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

Tomek Rękawek edited comment on OAK-6335 at 6/12/17 8:35 AM:
-------------------------------------------------------------

Updated the exported API version to 4.6.0 (it was enough to increase the minor number, as my changes only added methods to a \@ProviderType).

I believe that the big 5.0.0 increase is caused by https://svn.apache.org/viewvc?view=revision&revision=1797778

Excerpt from the baseline report:
{noformat}
    <interface name="org.apache.jackrabbit.oak.api.jmx.CheckpointMBean" delta="major">
      <method name="getOldestCheckpointCreationDate()" delta="added">
        <access name="abstract" delta="added"/>
        <return name="java.util.Date" delta="added"/>
      </method>
      <method name="getOldestCheckpointCreationTime()" delta="removed">
        <access name="abstract" delta="removed"/>
        <return name="javax.management.openmbean.CompositeData" delta="removed"/>
      </method>
      <method name="getOldestCheckpointCreationTimestamp()" delta="added">
        <access name="abstract" delta="added"/>
        <return name="long" delta="added"/>
      </method>
    </interface>
{noformat}
This "removed" leads to the major digit increase.

Assigning to [~catholicon].


was (Author: tomek.rekawek):
Updated the exported API version to 4.6.0 (it was enough to increase the minor number, as my changes only added methods to a \@ProviderType).

I believe that the big 5.0.0 increase is caused by https://svn.apache.org/viewvc?view=revision&revision=1797778
Assigning to [~catholicon].

> Baseline check fails in oak-api
> -------------------------------
>
>                 Key: OAK-6335
>                 URL: https://issues.apache.org/jira/browse/OAK-6335
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: api, continuous integration
>            Reporter: Hudson
>            Assignee: Vikas Saurabh
>             Fix For: 1.8, 1.7.2
>
>
> Jenkins CI failure: https://builds.apache.org/view/J/job/Jackrabbit%20Oak/
> The build Jackrabbit Oak #407 has failed.
> First failed run: [Jackrabbit Oak #407|https://builds.apache.org/job/Jackrabbit%20Oak/407/] [console log|https://builds.apache.org/job/Jackrabbit%20Oak/407/console]
> {noformat}
> [INFO] --- maven-bundle-plugin:3.3.0:baseline (baseline) @ oak-api ---
> [INFO] artifact org.apache.jackrabbit:oak-api: checking for updates from Nexus
> [INFO] artifact org.apache.jackrabbit:oak-api: checking for updates from central
> [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/oak-api/1.7.1/oak-api-1.7.1.jar
> [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/jackrabbit/oak-api/1.7.1/oak-api-1.7.1.jar (36 KB at 1198.4 KB/sec)
> [ERROR] org.apache.jackrabbit.oak.api.jmx: Version increase required; detected 4.5.0, suggested 5.0.0
> [INFO] Baseline analysis complete, 1 error(s), 0 warning(s)
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)