Community
Participate
Working Groups
We need to update all of the org.osgi.* packages we ship to the companion code from the OSGi R4.3 specification.
I will release the updates through out Indigo development process.
Version 4.3.0.201010111502 released to org.eclipse.osgi.services and org.eclipse.osgi.util
org.osgi.service.event.EventConstants is missing the following three constants. EVENT_DELIVERY DELIVERY_ASYNC_ORDERED DELIVERY_ASYNC_UNORDERED
(In reply to comment #3) > org.osgi.service.event.EventConstants is missing the following three constants. > > EVENT_DELIVERY > DELIVERY_ASYNC_ORDERED > DELIVERY_ASYNC_UNORDERED My fault. I had created a new branch (OSGi_R_4_3) because I originally thought it was going to cause build issues when I released the new APIs. Currently the new APIs do not break the build. When I released I forgot I was still working in the branch and not HEAD. The new APIs are in HEAD now.
I have release a snap shot of the proposed R4.3 API into M5, but there are likely more changes coming in M5.
This was done a while ago.