Community
Participate
Working Groups
The current framework source code is mostly using raw types. With the changes in OSGi 4.3 to introduce generics to the OSGi API as well as project changes to use -target jsr14 compile option, the framework source code needs to be updated to add generic information and remove compiler warnings about using raw types.
I released changes for all the framework packages except for the resolver/src packages. They still need to be changed and will be done shortly to complete this work.
I have updated the resolver/src folder for generics. I had to update some of the generic signitures in the org.eclipse.osgi.service.resolver package to reflect the reality for the expected values in in Maps/Dictionaries in the API.