This change reverts https://github.com/jclouds/jclouds/commit/da4614e72ce17999afbe54ae32879f27a59d8c5c 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.
I've run a jclouds-karaf build with this version and it seems to work. /cc @demobox @andrewgaul Let's merge this to fix the build and let's figure out how we want to proceed if we want to actually upgrade to 2.7? We are still pending confirmation if Spring Boot 1.4.0 actually requires version 2.7 (a quick look to its dependencies marks Gson as `optional`). You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/1004 -- Commit Summary -- * JCLOUDS-1166/JCLOUDS-1160: Downgrade to Gson 2.5 -- File Changes -- M core/pom.xml (2) M core/src/main/java/org/jclouds/json/internal/DeserializationConstructorAndReflectiveTypeAdapterFactory.java (4) -- Patch Links -- https://github.com/jclouds/jclouds/pull/1004.patch https://github.com/jclouds/jclouds/pull/1004.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1004
