You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tomek Rękawek (JIRA)" <ji...@apache.org> on 2015/02/02 11:30:34 UTC

[jira] [Commented] (SLING-4370) Properly version packages exported by Sling Query

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

Tomek Rękawek commented on SLING-4370:
--------------------------------------

I cleaned up the SlingQuery exports:

* all elements of internal API which shouldn't be exposed went to sling.query.api.internal,
* public API is available in sling.query and sling.query.api,
* added semantic annotations to the public API,
* version of the public API set to 3.0.0 (as we are limiting it),
* version of the module set to 3.0.0 (not sure if it's needed).

Pull request: https://github.com/apache/sling/pull/60

> Properly version packages exported by Sling Query
> -------------------------------------------------
>
>                 Key: SLING-4370
>                 URL: https://issues.apache.org/jira/browse/SLING-4370
>             Project: Sling
>          Issue Type: Improvement
>          Components: Extensions
>    Affects Versions: Sling Query 2.0.0
>            Reporter: Robert Munteanu
>             Fix For: Sling Query 2.0.2
>
>
> The Sling Query exports 
> - seem to be very generous
> - are locked to the module version, instead of being independent
> We should fix the versioning and also see if we can remove some of the exports.
> Also discussed on [dev@sling: SlingQuery - exported AP|http://markmail.org/message/hiadkgnx7mi7y7xf]
> {noformat}
> [WARNING] org.apache.sling.query: Excessive version increase; detected
> 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.api: Excessive version increase;
> detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.api.function: Excessive version
> increase; detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.function: Excessive version increase;
> detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.iterator: Excessive version increase;
> detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.iterator.tree: Excessive version
> increase; detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.predicate: Excessive version
> increase; detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.resource: Excessive version increase;
> detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.resource.jcr: Version has been
> increased but analysis detected no changes; detected 2.0.1, suggested
> 2.0.0
> [WARNING] org.apache.sling.query.resource.jcr.query: Excessive version
> increase; detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.selector: Excessive version increase;
> detected 2.0.1, suggested 2.0.0
> [WARNING] org.apache.sling.query.selector.parser: Excessive version
> increase; detected 2.0.1, suggested 2.0.0{noformat}



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