Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 363033 - [Core] GSON dependency in Core
Summary: [Core] GSON dependency in Core
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: RTP (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-07 05:05 EST by Sebastian Schmidt CLA
Modified: 2021-03-23 18:15 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian Schmidt CLA 2011-11-07 05:05:13 EST
The org.eclipse.rtp.core.model bundle requires com.google.gson libraries. 

Anyway, this bundle is used by external packages because it is required in order to take advantage of IRTPService API (i. e. it includes SourceVersion, Feature, and other classes used by this API). 

Thus, external packages that only need to use the P2 abstraction layer, are required to include com.google.gson.

We might move this dependency to an additional bundle that encapsulates the JSON-based APIs and isn't required by core packages.
Comment 1 Beyhan Veliev CLA 2012-06-12 03:18:57 EDT
This is already fixed.