- 0382709 FELIX-4357: Renamed testPropertiesDefinedWithValueAttribute() method to testPropertiesWithTypes() method. by Pierre De Rop · 11 years ago
- ba27fd2 FELIX-4357: Added test cases for the 4357 issue. by Pierre De Rop · 11 years ago
- 2745e8e FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
- d4bafab FELIX-4357: Support types beside String/String[] in @Property annotation. by Pierre De Rop · 11 years ago
- 9e1070e FELIX-4357: Inline json dependency inside the target bundle. by Pierre De Rop · 11 years ago
- 88489df FELIX-4302 Config Admin can create illegal names on windows by Felix Meschberger · 11 years ago
- ec1f505 FELIX-4362 Call ManagedService[Factory] methods as privileged actions by Felix Meschberger · 11 years ago
- 10740ca FELIX-4360 Add a test case ensuring value order of Collection properties by Felix Meschberger · 11 years ago
- b052384 FELIX-2647 : Implement Coordinator Service - remove unused code by Carsten Ziegeler · 11 years ago
- 602ea47 FELIX-2647 : Implement Coordinator Service - minor updated to orphaned coordination handling, remove unused command code by Carsten Ziegeler · 11 years ago
- b56147b FELIX-2647 : Implement Coordinator Service - reimplement orphaned coordination handling - passing CT now by Carsten Ziegeler · 11 years ago
- 9b83b41 FELIX-2647 : Implement Coordinator Service - start permission checking by Carsten Ziegeler · 11 years ago
- 264543a Make sure we close input stream after reading framework version. (FELIX-4365) by Richard S. Hall · 11 years ago
- 567b032 [FELIX-4363] The CommandSession get/set methods are not thread safe by Guillaume Nodet · 11 years ago
- c632687 FELIX-4361 Applied the patch, including the suggestion from Sander Mak. Modified the existing test case to correctly terminate instead of waiting 30 seconds. Added a simpler test case that shows the problem without relying on multiple threads. by Marcel Offermans · 11 years ago
- a08f456 Remove unused files by Carsten Ziegeler · 11 years ago
- c09af99 FELIX-2647 : Implement Coordinator Service - further fixes for the CT tests cases, 59 of 61 passing (implemented nested failure handling, wrong thread) by Carsten Ziegeler · 11 years ago
- 0007c02 Added FELIX-4305 by Pierre De Rop · 11 years ago
- 344e28c FELIX-4305: by Pierre De Rop · 11 years ago
- 01b337b FELIX-4305: implements new autoConfig/propagate methods from ComponentDeclaration interface. by Pierre De Rop · 11 years ago
- 4011ca6 FELIX-4305: All aspect dependency callbacks are proxied in order to propagate original service properties modification. by Pierre De Rop · 11 years ago
- 7262b27 FELIX-4305: Configure adapter service dependency with "setPropagate" in order to automaically reflect by Pierre De Rop · 11 years ago
- 1873e00 FELIX-4305: Added getServices() method, which returns a snapshot of all currently instantiated services. by Pierre De Rop · 11 years ago
- 4a7f85c FELIX-4305: Fixed some javadocs. Added autoConfig(final Dependency dependency), propagate(final Dependency dependency) methods. by Pierre De Rop · 11 years ago
- 09513a8 FELIX-4294: Reverted the getServiceProperties() method to the previous version by Pierre De Rop · 11 years ago
- ca85d30 FELIX-2647 : Implement Coordinator Service - further fixes for the CT tests cases, 56 of 61 passing (implemented orphaned conditions) by Carsten Ziegeler · 11 years ago
- fe9cc70 FELIX-2647 : Implement Coordinator Service - further fixes for the CT tests cases, 55 of 61 passing by Carsten Ziegeler · 11 years ago
- cec9c3e FELIX-4352: Added the wtf enhancement (thanks Jago !). I think that service properties should be taken into account by the getRoot method. by Pierre De Rop · 11 years ago
- 55e57bf FELIX-2647 : Implement Coordinator Service - further fixes for the CT tests cases, 53 of 61 passing by Carsten Ziegeler · 11 years ago
- 57ba109 FELIX-4294: adapted tests to the new dependency manager shell, which is now only using Gogo. by Pierre De Rop · 11 years ago
- 1f35b82 FELIX-4294: Dependency Manager shell improvements by Pierre De Rop · 11 years ago
- 7cc75b2 FELIX-4294: Added getName method by Pierre De Rop · 11 years ago
- d46267e FELIX-4294: added getClassName, getId, getServices methods. Modified getServiceProperties to return adapter service properties by Pierre De Rop · 11 years ago
- ad2121c FELIX-4294: added getName method by Pierre De Rop · 11 years ago
- e149cca FELIX-4294: added getClassName,getId,getServices methods. renamed propertiesToString method name to appendProperties. Modified getName method. by Pierre De Rop · 11 years ago
- efa6b38 FELIX-4294: added toString method for shell improvement by Pierre De Rop · 11 years ago
- 130ba87 FELIX-4294: Added getClassName,getServices,getServiceProperties,getId methods by Pierre De Rop · 11 years ago
- 3e839e2 Added FELIX-4294 by Pierre De Rop · 11 years ago
- d79eec4 FELIX-2647 : Implement Coordinator Service - further fixes for the CT tests cases, up from 18 to 45 of 61 passing by Carsten Ziegeler · 11 years ago
- 5a0fc3e FELIX-2647 : Implement Coordinator Service - start implementing nested coordinations and fix failing CT test cases by Carsten Ziegeler · 11 years ago
- 01c2f1e FELIX-2647 : Implement Coordinator Service - disable jmx support for now by Carsten Ziegeler · 11 years ago
- 02d8d9a FELIX-2647 : Implement Coordinator Service - update to official 4.3 version by Carsten Ziegeler · 11 years ago
- 6613260 FELIX-4085 : [Core R5] Implement updates to the Bundle Hook Specification. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- 19f18f2 Remove a reference to a not yet finished feature. by Clement Escoffier · 11 years ago
- 7b0d7d9 Fix https://issues.apache.org/jira/browse/FELIX-4347 by Clement Escoffier · 11 years ago
- c9e37e6 FELIX-4350 Close stuff more definitely on failed activation by David Jencks · 11 years ago
- bba2e55 FELIX-3868 : Adding osgi.identity namespace to bundles (resources). Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- a2845e2 FELIX-4084 : [Core R5] Enhance Bundle.adapt() to provider AccessControlContext. by Carsten Ziegeler · 11 years ago
- 6268e46 FELIX-4350: additional failing use cases by Guillaume Nodet · 11 years ago
- 26e7873 FELIX-4331 : [Core R5] Support BundleContext and Framework adaptations. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- b987528 Remove system out from test by Carsten Ziegeler · 11 years ago
- c7284e2 FELIX-4085 : [Core R5] Implement updates to the Bundle Hook Specification. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- 0dded7c FELIX-4083 : [Core R5] Support for valueOf when evaluating a Filter. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- e627ccc FELIX-4080 : Core R5] Add support for org.osgi.framework.UnfilteredServiceListener. Apply patch from David Bosschaert by Carsten Ziegeler · 11 years ago
- a7043f2 FELIX-4350 Fix race between service tracker open and service removed event by David Jencks · 11 years ago
- f2d67f0 FELIX-4350 Fix race between activation and deactivation. Problem with ServiceTracker exposed and ignored by David Jencks · 11 years ago
- 1022cd1 [FELIX-4350] Add disable integration test by Guillaume Nodet · 11 years ago
- 414f16e [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 11 years ago
- 3fdc74a [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.2.8 by Guillaume Nodet · 11 years ago
- 3c54ee7 Upgrade fileinstall to utils 1.4.2 by Guillaume Nodet · 11 years ago
- 3638823 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 11 years ago
- 1af33f5 [maven-release-plugin] prepare release org.apache.felix.utils-1.4.2 by Guillaume Nodet · 11 years ago
- 9877fa4 [FELIX-4349] Synchronization issue in ComponentRegistry by Guillaume Nodet · 11 years ago
- 0d215e2 Add a test checking an interceptor implementing both tracking and ranking. by Clement Escoffier · 11 years ago
- dae6126 Initial attempt to reproduce FELIX-4347 by Clement Escoffier · 11 years ago
- c57fd3b Change distribution versions. by Clement Escoffier · 11 years ago
- 2f3e063 Change distribution versions. by Clement Escoffier · 11 years ago
- b6c8e9f Initial attempt to reproduce FELIX-4347 by Clement Escoffier · 11 years ago
- e12188b FELIX-4348 Use a read-write lock to avoid a race between lookupService and reconfiguration by David Jencks · 11 years ago
- c4d8196 Fix FELIX-4292. Set the architecture default value to true. by Clement Escoffier · 11 years ago
- 9c96cd2 Fix FELIX-4292. Set the propagation default value to true. by Clement Escoffier · 11 years ago
- 2a5102b Improve failure management in test by Clement Escoffier · 11 years ago
- ac479b1 Fix FELIX-4340 by Clement Escoffier · 11 years ago
- 45e4d90 Remove traces, add test checking static inner classes by Clement Escoffier · 11 years ago
- 91778d6 [FELIX-4071] ConcurrentModificationException in DirectoryWatcher.bundleChanged by Guillaume Nodet · 11 years ago
- c9326cc [FELIX-3714] Error when when fragment bundle is updated by Guillaume Nodet · 11 years ago
- ddc425f [FELIX-3712] Avoid displaying an InterruptedException if the file install bundle end up refreshing itself by Guillaume Nodet · 11 years ago
- d282fb2 [FELIX-4328] Provide a scoping mechanism to limit bundles to be refreshed by Guillaume Nodet · 11 years ago
- 0aebbe9 [FELIX-3686] Fix pom which did not include the generated manifest by Guillaume Nodet · 11 years ago
- 79a6ec1 Make sure the source jar is built for utils by Guillaume Nodet · 11 years ago
- d854069 [FELIX-4225] Possible compiling issue in Eclipse by Guillaume Nodet · 11 years ago
- 7b76c0a [FELIX-3686] Fix pom, jar and source jar by Guillaume Nodet · 11 years ago
- eac7871 [FELIX-4339] Make the use of escape characters deterministic by Guillaume Nodet · 11 years ago
- abb4aa4 FELIX-4343 reduce some log levels by David Jencks · 11 years ago
- 985dd3a [FELIX-4338] Incorrect overwriting of properties that have not been changed by Guillaume Nodet · 11 years ago
- 53f7923 [FELIX-4342] Substitution is dependent on the order of the map by Guillaume Nodet · 11 years ago
- bc8a553 [FELIX-4341] The Properties object does not follow the spec wrt spaces by Guillaume Nodet · 11 years ago
- fe6af90 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
- 33a2fd9 [maven-release-plugin] prepare release org.apache.felix.deploymentadmin-0.9.5 by Jan Willem Janssen · 11 years ago
- 776e334 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
- 8605263 [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
- 3999617 Revert incorrect release action. by Jan Willem Janssen · 11 years ago
- 631ce08 [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
- 142600a [maven-release-plugin] prepare release org.apache.felix.deployment.rp.autoconf-0.1.5 by Jan Willem Janssen · 11 years ago
- 276999c [maven-release-plugin] prepare for next development iteration by Jan Willem Janssen · 11 years ago
- f857121 [maven-release-plugin] prepare release org.apache.felix.http-4 by Jan Willem Janssen · 11 years ago
- 8885931 [FELIX-4336] Fix unit tests by Guillaume Nodet · 11 years ago
- 7501d57 [FELIX-4336] Use smarter thread locals for ThreadIo so that streams that have been deactivated won't be used and delegate to the previous stream instead by Guillaume Nodet · 11 years ago
- 7d84ea6 Fix FELIX-4335 (https://issues.apache.org/jira/browse/FELIX-4335) by Clement Escoffier · 11 years ago
- f98142e Added FELIX-4334 issue. by Pierre De Rop · 11 years ago