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 2020/01/03 16:39:18 UTC

[GitHub] [netbeans] jlahoda commented on issue #1828: [NETBEANS-3646] - Update google guava from 15.0 to 27.0

jlahoda commented on issue #1828: [NETBEANS-3646] - Update google guava from 15.0 to 27.0
URL: https://github.com/apache/netbeans/pull/1828#issuecomment-570626190
 
 
   This is not specifically against upgrading any library, but every change can potentially break things. It did in fact happen with the Gson upgrade - version 2.8.4 breaks on pre-release versions of JDK - see e.g. https://github.com/google/gson/issues/1310 (my personal build of JDK has java.version "14-internal", and Gson 2.8.4 cannot chew that). So I am upgrading Gson to 2.8.5 in https://github.com/apache/netbeans/pull/1833 - but the old version (2.7) would work just fine as well, I think.

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


With regards,
Apache Git Services

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