You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/09/02 07:00:34 UTC

[jira] [Commented] (JCLOUDS-1166) Remove uses of the 'com.google.gson.internal' package

    [ https://issues.apache.org/jira/browse/JCLOUDS-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457729#comment-15457729 ] 

ASF subversion and git services commented on JCLOUDS-1166:
----------------------------------------------------------

Commit 4c9276366383cff415bbb4ea6130396f370993ea in jclouds's branch refs/heads/master from [~nacx]
[ https://git-wip-us.apache.org/repos/asf?p=jclouds.git;h=4c92763 ]

Upgrade to Gson 2.5 instead of Gson 2.7

Related issues: JCLOUDS-1166, JCLOUDS-1160, JCLOUDS-1169

This change reverts commit da4614e and upgrades from Gson 2.3.1 to 2.5,
which is the last version that exports the internal packages, used in
jclouds-core, in the OSGi bundle.


> Remove uses of the 'com.google.gson.internal' package
> -----------------------------------------------------
>
>                 Key: JCLOUDS-1166
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1166
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-chef, jclouds-core
>    Affects Versions: 1.9.2
>            Reporter: Ignasi Barrera
>              Labels: gson
>
> Starting from Gson 2.6, the {{com.google.gson.internal}} packages are no longer exported in the OSGi bundles. This makes it impossible to use jclouds in an OSGi environment if upgrading to such versions of Gson.
> There is no change to add the exports back for that package (see [this discussion|https://github.com/google/gson/pull/916]), so we should stop using those classes.
> See also: http://markmail.org/message/olgebygfgdy3hwtm



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)