stoerr opened a new pull request, #260:
URL: https://github.com/apache/jackrabbit-filevault/pull/260

   Compare https://issues.apache.org/jira/browse/JCRVLT-672 : the advantage is 
that this properly orders e.g. -SNAPSHOT versions of packages before: 
previously, 1.2.3 < 1.2.3-SNAPSHOT , but normally you'd create 1.2.3-SNAPSHOT 
and only later the actual release 1.2.3 . When Version.compareTo is used to 
check whether a package is "newer" (as e.g. Adobe AEM does), it could refuse 
installing release 1.2.3 after 1.2.3-SNAPSHOT is installed, which is wrong.
   
   This changes the logic of Version.compareTo to use the maven logic  
https://maven.apache.org/pom.html#Version_Order_Specification  .


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to