You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/08/14 16:28:43 UTC

[GitHub] [accumulo] milleruntime edited a comment on issue #1673: Prepare for 1.10 release.

milleruntime edited a comment on issue #1673:
URL: https://github.com/apache/accumulo/issues/1673#issuecomment-674123571


   Something that I think is good to do before a release is update all the minor dependencies.  The maven versions plugin is great for checking this: ```mvn versions:display-dependency-updates```.  Some "minor" version upgrades are not possible or require more work so they won't be feasible at the end of the development cycle.  Here are some we should check (feel free to ping me with a "No Way Jose" and I will cross them off, I already eliminated the obvious major ones):
   
   
   [INFO]   com.beust:jcommander .................................... 1.48 -> 1.78
   [INFO]   com.google.auto.service:auto-service .............. 1.0-rc3 -> 1.0-rc7
   [INFO]   com.google.code.gson:gson ............................... 2.7 -> 2.8.6
   [INFO]   commons-cli:commons-cli ................................... 1.2 -> 1.4
   [INFO]   commons-codec:commons-codec .............................. 1.4 -> 1.14
   ~~[INFO]   commons-collections:commons-collections ............ 3.2.2 -> 20040616~~
   [INFO]   commons-configuration:commons-configuration .............. 1.6 -> 1.10
   [INFO]   commons-io:commons-io ..................................... 2.4 -> 2.7
   [INFO]   commons-lang:commons-lang ................................. 2.4 -> 2.6
   [INFO]   commons-logging:commons-logging ......................... 1.1.1 -> 1.2
   ~~[INFO]   jline:jline ......................................... 2.11 -> 3.0.0.M1
   [INFO]   junit:junit ............................................. 4.12 -> 4.13
   [INFO]   org.apache.commons:commons-jci-core ....................... 1.0 -> 1.1
   [INFO]   org.apache.commons:commons-jci-fam ........................ 1.0 -> 1.1
   [INFO]   org.apache.commons:commons-lang3 ......................... 3.1 -> 3.11
   [INFO]   org.apache.commons:commons-vfs2 ......................... 2.3 -> 2.6.0~~
   [INFO]   org.bouncycastle:bcpkix-jdk15on ......................... 1.62 -> 1.66
   [INFO]   org.bouncycastle:bcprov-jdk15on ......................... 1.62 -> 1.66
   [INFO]   org.easymock:easymock ................................... 4.0.2 -> 4.2
   ~~[INFO]   org.eclipse.jetty:jetty-http ........ 9.2.26.v20180806 -> 11.0.0.beta1
   [INFO]   org.eclipse.jetty:jetty-io .......... 9.2.26.v20180806 -> 11.0.0.beta1
   [INFO]   org.eclipse.jetty:jetty-security .... 9.2.26.v20180806 -> 11.0.0.beta1
   [INFO]   org.eclipse.jetty:jetty-server ...... 9.2.26.v20180806 -> 11.0.0.beta1
   [INFO]   org.eclipse.jetty:jetty-servlet ..... 9.2.26.v20180806 -> 11.0.0.beta1
   [INFO]   org.eclipse.jetty:jetty-util ........ 9.2.26.v20180806 -> 11.0.0.beta1~~
   [INFO]   org.gaul:modernizer-maven-annotations ................. 1.8.0 -> 2.1.0
   [INFO]   org.powermock:powermock-api-easymock .................. 2.0.2 -> 2.0.7
   [INFO]   org.powermock:powermock-core .......................... 2.0.2 -> 2.0.7
   [INFO]   org.powermock:powermock-module-junit4 ................. 2.0.2 -> 2.0.7
   [INFO]   org.powermock:powermock-reflect ....................... 2.0.2 -> 2.0.7
   
   Updated based on comments below.


----------------------------------------------------------------
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.

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