- ab8b9e6 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 12 years ago
- 0dce40e [maven-release-plugin] prepare release maven-scr-plugin-1.10.0 by Carsten Ziegeler · 12 years ago
- 2c6dd01 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 12 years ago
- cb503e2 [maven-release-plugin] prepare release org.apache.felix.scr.generator-1.4.0 by Carsten Ziegeler · 12 years ago
- efa8f96 Prepare for release by Carsten Ziegeler · 12 years ago
- fbb735b Update changelog by Carsten Ziegeler · 12 years ago
- 0a9d419 Update changelog by Carsten Ziegeler · 12 years ago
- 431b136 FELIX-3898 (name parsing on BundleDependency) and FELIX-3899 (switch to Scala 2.1O) by Arjun Panday · 12 years ago
- 2f197c2 FELIX-3899 switch to Scala 2.1O by Arjun Panday · 12 years ago
- 1b82d9f Update to the latest felix framework snapshot version by Karl Pauls · 12 years ago
- 3a74f87 Make it possible to compile with java > 6 by Karl Pauls · 12 years ago
- ff5c1d7 update ds changelog by David Jencks · 12 years ago
- 248daf4 FELIX-3891 avoid deadlock in Felix ServiceRegistry unregister service by proper use of DS component context in test by David Jencks · 12 years ago
- 01546db FELIX-3891 Use equinox available from maven central -- no deadlock in service registry, but circular reference tests fail by David Jencks · 12 years ago
- 54535f3 FELIX-3888 Make the lock timeout a configuration property, and expose it in the config command by David Jencks · 12 years ago
- c624fe9 FELIX-3891 For several colliding activate/deactivate threads, only create/destroy the component instance once by David Jencks · 12 years ago
- 984a9ee FELIX-3891 unlock around service registration/unregistration by David Jencks · 12 years ago
- e9ab5c8 FELIX-3891 minor cleanup of felix3680_2 test by David Jencks · 12 years ago
- 5376abe FELIX-3890 only try to unbind services we bound, not failed ones by David Jencks · 12 years ago
- 6e8d3b6 FELIX-3888 all the configuration settings in the config command by David Jencks · 12 years ago
- 43aae8b Fix logic bug in start level change handling where the active start level by Richard S. Hall · 12 years ago
- 8d14b21 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 12 years ago
- a656d7e [maven-release-plugin] prepare release org.apache.felix.main.distribution-4.2.0 by Karl Pauls · 12 years ago
- b3c5549 Update dependencies and changelog by Karl Pauls · 12 years ago
- d3fdac5 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 12 years ago
- 7685ded [maven-release-plugin] prepare release org.apache.felix.main-4.2.0 by Karl Pauls · 12 years ago
- 75c2dc3 Update dependencies and changelog by Karl Pauls · 12 years ago
- b1b6100 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 12 years ago
- a76a00c [maven-release-plugin] prepare release org.apache.felix.framework-4.2.0 by Karl Pauls · 12 years ago
- daaf323 Update changelog by Karl Pauls · 12 years ago
- 1d9fd14 Align dynamic import pre-checking more closely with the resolver itself; this makes it by Richard S. Hall · 12 years ago
- 52cbe6b Provide better isolation between concurrent resolver state method invocations by Richard S. Hall · 12 years ago
- 1b1b35b Modify bundle header cache handling to properly use synchronized block in all by Richard S. Hall · 12 years ago
- 2cb1e24 FELIX-3886 : ClassNotFound for empty *.java-File by Carsten Ziegeler · 12 years ago
- ccabd28 Fix for FELIX-3889. by Göktürk Gezer · 12 years ago
- 19f1238 FELIX-3888 change ScrInfo interface style to use single PrintWriter for normal output and throw IllegalArgumentException for problems by David Jencks · 12 years ago
- 0797573 FELIX-3888 change maven version to 1.7-SNAPSHOT so aries version checker is happy and bundle version matches maven version by David Jencks · 12 years ago
- 9bf1558 FELIX-3888 Expose the internals of ScrCommand as an (optional) service. Also some cleanup and add aries version-checker by David Jencks · 12 years ago
- a74a477 Call registerAsParallelCapable via reflection to not add a dependency on java7 (FELIX-3553). by Karl Pauls · 12 years ago
- c44628a Call registerAsParallelCapable via reflection to not add a dependency on java7 (FELIX-3553). by Karl Pauls · 12 years ago
- 5aa4172 Call registerAsParallelCapable via reflection to not add a dependency on java7 (FELIX-3553). by Karl Pauls · 12 years ago
- bad8282 svn test by Arjun Panday · 12 years ago
- 5756dcf svn test by Arjun Panday · 12 years ago
- 441eded Do getParent() in a secure action when looking for the bootclassloader (FELIX-3367). by Karl Pauls · 12 years ago
- b768ab7 Use getDeclaredMethod when looking for the framework method that gives us the urlhandlers and fix a bug when running in different classloaders (FELIX-3840). by Karl Pauls · 12 years ago
- 292957c Modify start level handling to always process transiently started bundles by Richard S. Hall · 12 years ago
- 5a41b8c [FELIX-3873]: don't mention json in the "Used" section since json is by Pierre De Rop · 12 years ago
- 92e3d8c FELIX-3873: Added reference to json in NOTICE annotation artifact. by Pierre De Rop · 12 years ago
- 8c25fa9 Fixed copyright date by Pierre De Rop · 12 years ago
- b4e1f4e Fixed copyright date by Pierre De Rop · 12 years ago
- a485d12 Reformatted code. by Pierre De Rop · 12 years ago
- b5dfb79 FELIX-3869: Fragment support for DependencyManager-Component. by Pierre De Rop · 12 years ago
- 315ff00 Don't allow generic capabilities or requirements to the osgi.wiring namespace. (FELIX-3618) by Richard S. Hall · 12 years ago
- 5015ede Apply patch (FELIX-3844) to add some more Windows OS aliases. by Richard S. Hall · 12 years ago
- c3cea42 Apply patch to utilize parallel class loaders on Java 7. (FELIX-3553) by Richard S. Hall · 12 years ago
- 93426ec Don't call stop() on an uninstalled bundle when refreshing, since it will by Richard S. Hall · 12 years ago
- 06ed4fc When grabing bundle locks for a refresh operation, we also need to allow by Richard S. Hall · 12 years ago
- 00d4870 Modify substring parsing to accept successive '*' characters. (FELIX-3344) by Richard S. Hall · 12 years ago
- d656487 Modify StringMap to make sure all keys are strings. (FELIX-3852) by Richard S. Hall · 12 years ago
- 3a26ee6 FELIX-3332 : SCR annotations @Activate @Deactivate @Modified in outer classes also affect nested classes, annotations in nested classes are ignored by Carsten Ziegeler · 12 years ago
- 2969c1f FELIX-3332 : SCR annotations @Activate @Deactivate @Modified in outer classes also affect nested classes, annotations in nested classes are ignored by Carsten Ziegeler · 12 years ago
- d4890a5 FELIX-3851 : Allow for refresh after bundle update/install by Carsten Ziegeler · 12 years ago
- 1153687 FELIX-2234 : Reduce status information from bundle plugin by Carsten Ziegeler · 12 years ago
- b3059c8 FELIX-2234 : Reduce status information from bundle plugin by Carsten Ziegeler · 12 years ago
- 20bbdbc FELIX-2234 : Reduce status information from bundle plugin by Carsten Ziegeler · 12 years ago
- c3645fa FELIX-2234 : Reduce status information from bundle plugin by Carsten Ziegeler · 12 years ago
- aa59719 FELIX-2234 : Reduce status information from bundle plugin by Carsten Ziegeler · 12 years ago
- aa36f27 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 731dd17 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 0daa9d7 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- faee9ea FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 20e62b7 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 356ac81 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 04c26b0 FELIX-3875 fix for services bound/unbound on configuration change by David Jencks · 12 years ago
- 6c87d96 FELIX-3875 test for services bound/unbound on configuration change by David Jencks · 12 years ago
- 8b4d227 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- c1f2c8c FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- fe4bd18 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 1206c07 FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 97bbccb FELIX-3874 : Create new status printer module by Carsten Ziegeler · 12 years ago
- 9914c5d FELIX-3834 Remove bg, de, and ru translations from the Web Console bundle (have been moved into separate fragments) by Felix Meschberger · 12 years ago
- e3bf6ea FELIX-3834 Create initial L10N fragments for bg, de, ru by Felix Meschberger · 12 years ago
- c472e6a FELIX-3870 Use write lock around modified method to assure activate/modify/deactivate don't overlap by David Jencks · 12 years ago
- 3dc86b0 FELIX-2929 : Read @Property from interfaces of types annotated with @Component by Carsten Ziegeler · 12 years ago
- 75ed3b6 FELIX-3636 : Using @Service without @Component should log a warning by Carsten Ziegeler · 12 years ago
- dd21daf FELIX-3169 : Add support for new PASSWORD attribute type of Metatype service by Carsten Ziegeler · 12 years ago
- 20b9d5a FELIX-3169 : Add support for new PASSWORD attribute type of Metatype service by Carsten Ziegeler · 12 years ago
- 610eb3f FELIX-3870 improve logging and straighten out logic around calling modified method on config update by David Jencks · 12 years ago
- 4f6f5b1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- 268c400 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.compat-3.0.1 by Marcel Offermans · 12 years ago
- d846b34 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- 97f601d [maven-release-plugin] prepare release org.apache.felix.dependencymanager.annotation-3.1.0 by Marcel Offermans · 12 years ago
- 391b8cd [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- 48f9bc0 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.runtime-3.1.0 by Marcel Offermans · 12 years ago
- 13cedcf Removed snapshot dependency. by Marcel Offermans · 12 years ago
- 2cb05c1 [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- 55eba10 [maven-release-plugin] prepare release org.apache.felix.dependencymanager.shell-3.0.1 by Marcel Offermans · 12 years ago
- bb3becd [maven-release-plugin] prepare for next development iteration by Marcel Offermans · 12 years ago
- 8857b22 [maven-release-plugin] prepare release org.apache.felix.dependencymanager-3.1.0 by Marcel Offermans · 12 years ago
- ec2823b FELIX-3794 : Use DS specification version per component by Carsten Ziegeler · 12 years ago