You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/03/16 18:38:29 UTC

[GitHub] [netbeans] pepness opened a new pull request #3794: Upgrade Commons-IO from 2.6.0 to 2.11.0

pepness opened a new pull request #3794:
URL: https://github.com/apache/netbeans/pull/3794


   Library Notes:
    
   - Require Java 8
   - 63 Bug fixes
   - 72 New Features
   - 64 Improvements
   
   Testing:
   - Full build done
   - Verify successful execution of libraries and licenses Ant test
   - Verify successful execution of unit tests for modules `java/java.lsp.server` (the one that use this library)
   - Checked the file is in `{nb_all}/platform/modules/org-apache-commons-io.jar`
   
   [Web Page](https://commons.apache.org/proper/commons-io/)
   [Release Notes](https://commons.apache.org/proper/commons-io/changes-report.html)


-- 
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: notifications-unsubscribe@netbeans.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] pepness commented on pull request #3794: Upgrade Commons-IO from 2.6.0 to 2.11.0

Posted by GitBox <gi...@apache.org>.
pepness commented on pull request #3794:
URL: https://github.com/apache/netbeans/pull/3794#issuecomment-1074563665


   Since version 2.7 commons-io change it's Bundle-SymbolicName in the MANIFEST.MF from org.apache.commons.io to org.apache.commons.commons-io, this newly added hyphen breaks the Ant target commit-validation with the 2 respective GitHub Tasks Commit-validation (on macOS) and Commit-validation (on Linux). This should be fixed by adding a hyphen - to a regular expression in platform/openide.modules/Dependency.java line 180 but I could not make it work. I did add a two new tests to validate codename values with a hyphen and underscore. According to the spec this is a valid name. [JARManifest Spec](https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#Name-Value_pairs_and_Sections)


-- 
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: notifications-unsubscribe@netbeans.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists