lahodaj opened a new pull request, #6480:
URL: https://github.com/apache/netbeans/pull/6480

   Upgrading a handful of libraries to new versions:
   - Apache Ant to 1.10.14
   - Apache Commons Compress 1.24.0
   - Apache Commons IO to 2.13.0
   - Apache Maven to 3.9.4
   - FlexMark (including dependencies) to 0.64.6
   - Guava 32.1.2
   
   Notes:
   - for Ant, I believe we were uploading the `ant-misc.zip` to the NB 
dependency server, but I don't quite see the need to do that anymore. We can 
just download the full binary distribution, from Apache servers, no?
   - Commons IO was probably the hardest to fix, as it used to be an OSGi 
bundle, and the name of the bundle changed to `org.apache.commons.commons-io` - 
note the `-`. The NetBeans module system dislikes dashes in the module names. 
Every OSGi bundle with a dash in the name I was able to find inside NB is 
actually using a module wrapper, and has the dash replaced with an underscore. 
Which I think is a convention understood by the NB-OSGi bridge. So, I've 
changes the `platform/o.apache.commons.io` to 
`platform/o.apache.commons.commons_io`, and made that a NetBeans module 
wrapper. I believe the NB-OSGi bridge works in both directions, so this might 
work, hopefully.
   - Guava also requires `failureaccess` (which is a separate jar, but 
conceptually part of Guava, AFAIK), so adding that as well.
   
   Please let me know what you think.
   
   Thanks!
   
   ---
   **^Add meaningful description above**
   
   By opening a pull request you confirm that, unless explicitly stated 
otherwise, the changes -
   
    - are all your own work, and you have the right to contribute them.
    - are contributed solely under the terms and conditions of the Apache 
License 2.0 (see section 5 of the license for more information).
   
   Please make sure (eg. `git log`) that all commits have a valid name and 
email address for you in the Author field.
   
   If you're a first time contributor, see the Contributing guidelines for more 
information.
   
   If you're a committer, please label the PR before pressing "Create pull 
request" so that the right test jobs can run.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to