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 2021/09/30 11:14:17 UTC

[GitHub] [netbeans] dbalek opened a new pull request #3200: Gson library upgraded to 2.8.8

dbalek opened a new pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200


   Upgrading `Gson` library to the last stable version.


-- 
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] neilcsmith-net commented on pull request #3200: Gson library upgraded to 2.8.8

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200#issuecomment-942309421


   Removed the milestone given the _do not merge_ label. Add back a milestone if/when this is ready.


-- 
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] dbalek merged pull request #3200: Gson library upgraded to 2.8.9, LSP upgraded to 3.16

Posted by GitBox <gi...@apache.org>.
dbalek merged pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200


   


-- 
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] JaroslavTulach commented on pull request #3200: Gson library upgraded to 2.8.8

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


   The problem has been reported to GSON guys as https://github.com/google/gson/issues/1981
   The proposed fix is available as https://github.com/google/gson/pull/1993


-- 
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] dbalek edited a comment on pull request #3200: Gson library upgraded to 2.8.8

Posted by GitBox <gi...@apache.org>.
dbalek edited a comment on pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200#issuecomment-931228335


   Do not merge this PR now. The following exception is thrown when starting IDE with the updated Gson library.
   `INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
   SEVERE [org.netbeans.modules.netbinox]: framework event com.google.gson type 2
   org.osgi.framework.BundleException: The bundle "com.google.gson_2.8.8 [111]" could not be resolved. Reason: Missing Constraint: Import-Package: sun.misc; version="0.0.0"
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
   	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
   	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1184)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher$2.run(EquinoxLauncher.java:246)
   	at java.security.AccessController.doPrivileged(Native Method)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:244)
   	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258)
   	at org.netbeans.core.netigso.Netigso.start(Netigso.java:184)
   	at org.netbeans.NetigsoHandle.startFramework(NetigsoHandle.java:188)
   	at org.netbeans.ModuleManager.enable(ModuleManager.java:1458)
   	at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
   	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)
   	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)
   	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
   	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
   	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
   	at org.netbeans.core.startup.Main.start(Main.java:282)
   	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)`


-- 
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] dbalek edited a comment on pull request #3200: Gson library upgraded to 2.8.8

Posted by GitBox <gi...@apache.org>.
dbalek edited a comment on pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200#issuecomment-931228335


   Do not merge this PR now. The following exception is thrown when starting IDE with the updated Gson library.
   ```INFO [org.netbeans.core.startup.NbEvents]: Turning on modules:
   SEVERE [org.netbeans.modules.netbinox]: framework event com.google.gson type 2
   org.osgi.framework.BundleException: The bundle "com.google.gson_2.8.8 [111]" could not be resolved. Reason: Missing Constraint: Import-Package: sun.misc; version="0.0.0"
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1332)
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1316)
   	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:323)
   	at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)
   	at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1184)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
   	at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher$2.run(EquinoxLauncher.java:246)
   	at java.security.AccessController.doPrivileged(Native Method)
   	at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:244)
   	at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258)
   	at org.netbeans.core.netigso.Netigso.start(Netigso.java:184)
   	at org.netbeans.NetigsoHandle.startFramework(NetigsoHandle.java:188)
   	at org.netbeans.ModuleManager.enable(ModuleManager.java:1458)
   	at org.netbeans.ModuleManager.enable(ModuleManager.java:1254)
   	at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:315)
   	at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:251)
   	at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:298)
   	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
   	at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
   	at org.netbeans.core.startup.Main.start(Main.java:282)
   	at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)```


-- 
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] dbalek commented on pull request #3200: Gson library upgraded to 2.8.8

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


   Do not merge this PR now. The following exception is thrown when starting IDE with the updated Gson library.


-- 
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] neilcsmith-net commented on pull request #3200: Gson library upgraded to 2.8.8

Posted by GitBox <gi...@apache.org>.
neilcsmith-net commented on pull request #3200:
URL: https://github.com/apache/netbeans/pull/3200#issuecomment-942309421


   Removed the milestone given the _do not merge_ label. Add back a milestone if/when this is ready.


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