Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-02-20Bug 510638 - Remove FrameworkUtil implementation of FilterI20180222-2000I20180221-2000I20180220-2000Thomas Watson1-1494/+1
Change-Id: If925792266cbc58f8ebdd03cc8fa14d7f20ccb65 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2018-02-19Bug 531342 - [osgi R7] update the latest R7 OSGi Core APIThomas Watson7-22/+20
Change-Id: I77ac4b864675648e0bca6a194b82907d2391f0be Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-11-03Bug 526732 - Update to latest Core APII20171112-2000I20171111-1500I20171111-0410I20171111-0155I20171110-2000I20171109-2000I20171108-2000I20171107-2000I20171106-2000I20171106-0630I20171105-2000I20171104-2025I20171104-1500I20171103-2000Thomas Watson7-11/+1539
Change-Id: Ibec9d2adcd3cb52dafa8d25d3b8466af448f0270 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-06-20Bug 518515 - Update OSGi APIs for R7I20170621-0600I20170620-2000Thomas Watson1-2/+1
Change-Id: Ib26b500c3283111602199ef6783d6295367c32a8 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-06-19Update OSGi API to the latestThomas Watson12-12/+13
2017-06-16framework: Define service.changecount service propertyBJ Hargrave1-1/+18
This service property can be used by a service to announce changes to some data provided by the service. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2017-06-16service registry: Add new ServiceReference.getProperties() methodBJ Hargrave1-0/+30
OSGi added a new getProperties() method to ServiceReference so that a copy of the service’s properties can be obtained.
2017-06-16Update framework API to the latest for R7.Thomas Watson21-46/+39
Change-Id: I6c9d481175591949ba2791dc4000fb6be5639abb Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2017-06-16Bug 492043 - [osgi R7] Implement FrameworkEvent STOPPED_SYSTEM_REFRESHED eventThomas Watson33-82/+157
2017-06-16Bug 487688 - [osgi R7] Implement FrameworkWiringDTOThomas Watson3-7/+53
2017-01-18Bug 510638 - Remove FrameworkUtil implementation of FilterI20170118-1215Thomas Watson1-1485/+1
Change-Id: I4e61404678661f2a2b730a73d55e58e3ab4b4833 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
2015-12-01Bug 482643 The performance of FilterImpl.matches(Map) can be improved.I20151203-1230I20151203-0800I20151201-1100Ed Merks1-0/+28
Change-Id: I7d0f1697f17fafd93cd92aad089e67ac6ea17398 Signed-off-by: Ed Merks <ed.merks@gmail.com>
2014-03-05Update javadoc with latest OSGi APIY20140309-0500Y20140308-1100I20140309-0800I20140306-1200I20140305-2000Thomas Watson3-2/+6
2014-02-25Bug 429057: New service.bundleid automatic service propertyBJ Hargrave2-4/+17
OSGi has defined a new service.bundleid service property which is to be automatically added to the service properties of each service registration. The value of this service property is a Long holding the bundle id of the bundle whose context was used to register the service. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-25osgi: Update service id javadoc references for consistencyBJ Hargrave3-6/+7
service.id is also now non-negative Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-07Bug 427662: dto: Refactor dto package namesBJ Hargrave14-0/+639
The naming convention for DTO packages has been changed to place the dto segment at the end of the package name rather than in the middle. Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-02-03osgi: Update to latest APII20140204-0800BJ Hargrave8-25/+41
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2014-01-13Update OSGi API for R6I20140114-0800Thomas Watson7-84/+82
2013-12-16Update OSGi APII20131217-0800Thomas Watson1-1/+14
2013-11-18Update OSGi API for R6.I20131119-0800Thomas Watson1-0/+22
2013-10-04Bug 418694 - [RFC 204] init framework listeners for notification of ↵Thomas Watson1-2/+30
extension activator start failures
2013-09-20Update OSGi API to the latest for R6.Thomas Watson3-9/+53
2013-07-17Update to latest OSGi R6 core APII20130717-1600Thomas Watson1-1/+10
2013-06-12Update to latest OSGi R6 core APIThomas Watson39-21/+408
2013-05-22RFC 195: Update OSGi API for prototype servicesBJ Hargrave7-66/+434
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2013-05-22Update OSGi API to use annotationsBJ Hargrave63-189/+343
Use OSGi versioning annotations. Also move ident to @author, use @Override and @SuppressWarnings, use PrivilegedAction<Void> when the action does not return any value Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2013-04-26Bug 406658: Define and implement the new OSGi registerService methodBJ Hargrave1-4/+36
OSGi has defined a new registerService method for the type safe registration of a ServiceFactory service with a Class parameter. <S> ServiceRegistration<S> registerService(Class<S> clazz, ServiceFactory<S> serviceFactory, Dictionary<String, ?> properties);
2013-03-01OSGi bug 2502: Allows spaces around ';' and ',' in DNChain patternBJ Hargrave1-28/+32
Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
2012-11-12Update R6 OSGi APIThomas Watson19-267/+245
2012-11-10Fix javadoc for NativeNamespaceThomas Watson1-2/+2
2012-11-09Add NativeNamespace class from osgiThomas Watson1-0/+81
2012-10-17Bug 391275 - OSGi Core source updates for RFC 191: Weaving Hook Enhancements.John Ross2-21/+170
2012-10-17Bug 391275 - New system bundle ID constant.John Ross1-2/+12
Framework package now exported at version 1.8. This is necessary to allow the new framework to run against the CT.
2012-03-12[R5] OSGi javadoc updatesv20120312-2035Thomas Watson6-20/+20
2012-03-12Bug 373962 - [R5] OSGi permission classes must be final.v20120312-1420Thomas Watson1-1/+1
2012-03-08Bug 373700 - [R5] javadoc update and code formattingv20120308-2035Thomas Watson48-1850/+1538
2012-03-03Bug 373161 - [R5] update OSGi constants, API and javadoc.Thomas Watson3-9/+9
2012-03-02Bug 373161 - [R5] update OSGi constants, API and javadoc.Thomas Watson8-225/+221
2012-02-22Bug 371997 - org.eclipse.osgi needs to be updated with the newv20120222-1940Thomas Watson24-1119/+998
org.osgi.framework.namespace package
2012-01-19Bug 369137 - [R5] Remove proposed pre-release support.v20120119-2142Thomas Watson2-188/+48
2012-01-06Fix OSGi API to remove hashes from ident.Thomas Watson11-11/+11
2012-01-06Update VersionRange OSGi API to not use fully qualified versions unless ↵Thomas Watson2-16/+26
required.
2012-01-04Update to latest OSGi companion code for R5.Thomas Watson12-54/+131
2011-12-10Bug 365353 - Add new OSGi org.osgi.framework.VersionRange classv20111210-1354Thomas Watson3-224/+892
2011-10-31Bug 354191: Update OSGi framework APIBJ Hargrave10-231/+522
2011-09-28Fix ident after adding .gitattributesBJ Hargrave58-58/+58
2011-09-26Bug 358897 - [R4.4] UnfilteredServiceListener supportBJ Hargrave1-0/+73
2011-08-26Synchonize javadoc and new Constant.BJ Hargrave23-267/+325
2011-08-26OSGi refactored new resource types into newBJ Hargrave10-94/+78
org.osgi.framework.resource package. The framework is updated for this new package and the type refactoring.
2011-08-26Bump org.osgi.framework.hooks.bundle package toBJ Hargrave1-30/+35
version 1.1. New CollisionHook type requires the version be incremented.

Back to the top