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

Chetan Mehrotra commented on OAK-2006:
--------------------------------------

[~mduerig] I tried to include the changes made in baseline config from your 
patch and recreated the baseline reports on my system. Anayzing those reports 
(via script) indicates that following packages need a major version upgrade

# Report oak-core-baseline.xml
## org.apache.jackrabbit.oak.api.jmx
## org.apache.jackrabbit.oak.kernel
## org.apache.jackrabbit.oak.management
## org.apache.jackrabbit.oak.namepath
## org.apache.jackrabbit.oak.plugins.backup
## org.apache.jackrabbit.oak.plugins.commit
## org.apache.jackrabbit.oak.plugins.index.aggregate
## org.apache.jackrabbit.oak.plugins.index.property
## org.apache.jackrabbit.oak.plugins.observation.filter
## org.apache.jackrabbit.oak.plugins.segment
## org.apache.jackrabbit.oak.plugins.version
## org.apache.jackrabbit.oak.query
## org.apache.jackrabbit.oak.query.fulltext
## org.apache.jackrabbit.oak.security
## org.apache.jackrabbit.oak.spi.commit
## org.apache.jackrabbit.oak.spi.query
## org.apache.jackrabbit.oak.spi.security.authorization
## org.apache.jackrabbit.oak.spi.security.authorization.restriction
## org.apache.jackrabbit.oak.spi.state
## org.apache.jackrabbit.oak.spi.whiteboard
## org.apache.jackrabbit.oak.spi.xml
## org.apache.jackrabbit.oak.stats
# Report oak-jcr-baseline.xml
## org.apache.jackrabbit.oak.jcr
# Report oak-commons-baseline.xml
## org.apache.jackrabbit.oak.commons.json
# Report oak-lucene-baseline.xml
## org.apache.jackrabbit.oak.plugins.index.lucene
# Report oak-blob-baseline.xml
## org.apache.jackrabbit.oak.spi.blob
# Report oak-mk-baseline.xml
## org.apache.jackrabbit.mk.util

Now looking at the patch there are some changes done which are probably not 
required as they are not in baseline report. For r.g. I recall that we did not 
exported packages in Solr (OAK-1756), and atomic counter is new package. So 
probably we need not change the version there

{noformat}
org.apache.jackrabbit.oak.spi.gc

org.apache.jackrabbit.oak.plugins.index.solr.query
org.apache.jackrabbit.oak.plugins.index.solr.configuration
org.apache.jackrabbit.oak.plugins.index.solr.util
org.apache.jackrabbit.oak.plugins.index.solr.server
org.apache.jackrabbit.oak.plugins.index.solr.index

org.apache.jackrabbit.oak.json
org.apache.jackrabbit.oak.plugins.atomic
org.apache.jackrabbit.oak.plugins.segment.file
org.apache.jackrabbit.oak.plugins.tree
org.apache.jackrabbit.oak.plugins.index.counter.jmx
org.apache.jackrabbit.oak.plugins.index.counter
org.apache.jackrabbit.oak.security.authentication.ldap
{noformat}

> Verify the maven baseline output and fix the warnings
> -----------------------------------------------------
>
>                 Key: OAK-2006
>                 URL: https://issues.apache.org/jira/browse/OAK-2006
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: core
>            Reporter: Alex Parvulescu
>            Assignee: Michael Dürig
>              Labels: build
>             Fix For: 1.1.8
>
>         Attachments: OAK-2006.patch, baseline-oak-core.patch
>
>
> Currently the maven baseline plugin only logs the package version mismatches, 
> it doesn't fail the build. It would be beneficial to start looking at the 
> output and possibly fix some of the warnings (increase the OSGi package 
> versions).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to