Community
Participate
Working Groups
ServiceReference became generic in Eclipse 3.7.0. Two classes of the CDO framework were updated to remove unwaned warnings: org.eclipse.net4j.internal.util.om.OSGiPlatform org.eclipse.net4j.util.om.log.OSGiLoggingBridge However, this introduced an unnecesary dependency with org.osgi.framework 1.6. This doesn't add any benefit to the framework, and introduces an unnecessary dependency to Eclipse 3.7.x. We should stay as much as possible compatible with Eclipse 3.6.x
Created attachment 189980 [details] patch v1 removes use of generic wildcard. Adds some annotations to avoid warnings.
The patch is not workspace-relative ;-(
(In reply to comment #2) > The patch is not workspace-relative ;-( How did I manage to make that? :S
Committed to TRUNK, revision 7314
Available in R20110608-1407