- b84aab5 [maven-release-plugin] prepare release org.apache.felix.framework-3.2.1 by Karl Pauls · 14 years ago
- c174805 Update changelog for release by Karl Pauls · 14 years ago
- c498757 Add notice, license, and dependencies files to resources as they are otherwise missing in the resulting source.jars by Karl Pauls · 14 years ago
- e598c27 Refactoring of a method in 'core'. by Marcel Offermans · 14 years ago
- d8240fe Fixed missing license headers. by Marcel Offermans · 14 years ago
- ee107ff Added an @author tag to all class comments. by Marcel Offermans · 14 years ago
- 60b33eb Fixed FELIX-2932 by Clement Escoffier · 14 years ago
- 06df18e Removed tabs by Clement Escoffier · 14 years ago
- 2570e5d fixed activator in order to display the "config.pid\# configuration from webconsole, using meta types by Pierre De Rop · 14 years ago
- 57f2c23 Renamed a directory. by Marcel Offermans · 14 years ago
- 0539e27 Updated the pom to the latest Felix parent pom. by Marcel Offermans · 14 years ago
- c78dcbd Freed the pom from its direct parent. by Marcel Offermans · 14 years ago
- 7a6d484 Freed the pom from its direct parent. by Marcel Offermans · 14 years ago
- 6f913c1 Do not acquire bundle lock for removing a listner. (FELIX-2924) by Richard S. Hall · 14 years ago
- d3d3eff work-around FELIX-2927 by Derek Baum · 14 years ago
- b2e3240 Fixed all test cases so I can quickly switch the OSGi specification they run against. by Marcel Offermans · 14 years ago
- b7475e9 Implemented a filter index that speeds up aspects. Some bugfixes. by Marcel Offermans · 14 years ago
- c1ed7b4 Fixed some of the TODO items in the code. by Marcel Offermans · 14 years ago
- 01a807f Added license headers to new source files. by Marcel Offermans · 14 years ago
- 192f6c0 Updated notice file, made pom.xml independent from its old parent so we don't need to release that one. by Marcel Offermans · 14 years ago
- d9668f4 Added several performance improvements, most of them still experimental, plus started to prepare for a release. by Marcel Offermans · 14 years ago
- 5ccfc36 Cleanup after release by Karl Pauls · 14 years ago
- 3b48201 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 2c72403 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.1 by Karl Pauls · 14 years ago
- e8bed86 Prepare for release by Karl Pauls · 14 years ago
- 52f920e Cleanup after release by Karl Pauls · 14 years ago
- 36faede [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 90489e5 [maven-release-plugin] prepare release org.apache.felix.main-3.2.1 by Karl Pauls · 14 years ago
- 48f5382 Update copyright year. by Richard S. Hall · 14 years ago
- a563f56 Prepare for release by Karl Pauls · 14 years ago
- ade17b8 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 13d28a1 [maven-release-plugin] prepare release org.apache.felix.framework-3.2.1 by Karl Pauls · 14 years ago
- 391edcf Prepare for release by Karl Pauls · 14 years ago
- 9704086 fixed sub project name by Pierre De Rop · 14 years ago
- ab098a6 Update copyright by Carsten Ziegeler · 14 years ago
- 5e030e1 Avoid using exception constructors with causal exception. (FELIX-2917) by Richard S. Hall · 14 years ago
- 18b3df1 Use latest bundle plugin version by Carsten Ziegeler · 14 years ago
- 8fee278 FELIX-2915 : Potential deadlock on shutdown by Carsten Ziegeler · 14 years ago
- 499355f The extra dependencies must be added in one shot, outside the loop which configure named dependencies. by Pierre De Rop · 14 years ago
- de59165 Applied patches in FELIX-2911 with some small changes. Should compile without problems now. by Marcel Offermans · 14 years ago
- f8ed34a [FELIX-2907] Applied patch. by Clement Escoffier · 14 years ago
- 9adef8e Avoid creating a more complicated data structure if no fragments by Richard S. Hall · 14 years ago
- 2199e93 Minor modification to resolver exception message. by Richard S. Hall · 14 years ago
- 33efa02 Make uses constraint exception more explicit (i.e., say it by Richard S. Hall · 14 years ago
- 22bd7d0 Make sure a fragment has wires before trying to remove a host by Richard S. Hall · 14 years ago
- de48805 FELIX-2906 : SCR plugin error with @Property(..., intValue=Integer.MAX_VALUE) by Carsten Ziegeler · 14 years ago
- eb55d84 FELIX-2904 inline part of the dependency libraries instead embedded the full libraries by Felix Meschberger · 14 years ago
- 2808225 FELIX-2903 Inline required KXml classes instead of embedding the complete library by Felix Meschberger · 14 years ago
- 89ed291 Multiple "fixes": by Felix Meschberger · 14 years ago
- d880f08 Fixed FELIX-2902 by Clement Escoffier · 14 years ago
- 17e9dd7 [FELIX-2893] Enabled propagation by default by Clement Escoffier · 14 years ago
- e4636c4 Update to bndlib 1.43.0 by Stuart McCulloch · 14 years ago
- 8238eff Temporarily removed tests for the adapter/aspect "changed" callbacks. by Pierre De Rop · 14 years ago
- 2807ee1 - Cleanup m_nameDeps class attribute in the destroy method. by Pierre De Rop · 14 years ago
- 381ba42 log root cause exception, when a service can't be configured by Pierre De Rop · 14 years ago
- 74ec4b5 FELIX-2984 Invalid handling of parameters (options were ok). It works now and the tests are running but I am not confident this code is correct yet. Will probably have to rewrite this. by Peter Kriens · 14 years ago
- 7c5a354 get back to previous version of bundleStopped method, which actually must remove all services from a stopping bundle by Pierre De Rop · 14 years ago
- 1c9b100 - added constant "LOG_LEVEL" in Base.jave, in order to enable/disable log level (by default, the level is LOG_WARNING) by Pierre De Rop · 14 years ago
- c3bd698 Don't add any extra dependencies, if the list of extra dependencies is empty by Pierre De Rop · 14 years ago
- f13bb0d Fixed isAutoConfig, which must return false, instead of true. Don't invoke any callbacks. by Pierre De Rop · 14 years ago
- 970fa3d Don't deactive services from a stopping bundle, since DependencyManager is already doing this. by Pierre De Rop · 14 years ago
- 8bd6293 - aligned AspectService and AdapterService with new added/changed/removed callbacks introdoced in the API. by Pierre De Rop · 14 years ago
- 6eee38c Cleanup after release by Karl Pauls · 14 years ago
- 6ee76d8 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- d983dfb [maven-release-plugin] prepare release org.apache.felix.framework.security-1.4.2 by Karl Pauls · 14 years ago
- be8d707 Prepare for release. by Karl Pauls · 14 years ago
- 3926c85 Cleanup after release by Karl Pauls · 14 years ago
- 077310b [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- b2c3089 [maven-release-plugin] prepare release org.apache.felix.main.distribution-3.2.0 by Karl Pauls · 14 years ago
- 1c1e435 Prepare for release. by Karl Pauls · 14 years ago
- c2a54fd Cleanup after release by Karl Pauls · 14 years ago
- 275862c [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- 29f23d1 [maven-release-plugin] prepare release org.apache.felix.main-3.2.0 by Karl Pauls · 14 years ago
- 645a804 Prepare for release. by Karl Pauls · 14 years ago
- 1a26245 [maven-release-plugin] prepare for next development iteration by Karl Pauls · 14 years ago
- cae354b [maven-release-plugin] prepare release org.apache.felix.framework-3.2.0 by Karl Pauls · 14 years ago
- 5cce956 Prepare for release. by Karl Pauls · 14 years ago
- 74356c9 Minor fix. by Richard S. Hall · 14 years ago
- ceb2e99 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
- 4af3aec [maven-release-plugin] prepare release org.apache.felix.log-1.0.1 by Richard S. Hall · 14 years ago
- c4c1795 Fix minor issues in 1.0.1 release. by Richard S. Hall · 14 years ago
- 8f4c032 Fixed an error that tried to make a constructor accessible, but failed. by Marcel Offermans · 14 years ago
- 151ad47 [maven-release-plugin] prepare for next development iteration by Richard S. Hall · 14 years ago
- 531b9a2 [maven-release-plugin] prepare release org.apache.felix.log-1.0.1 by Richard S. Hall · 14 years ago
- e23f71e Update pom to use OSGi artifacts and to include DEPS file. by Richard S. Hall · 14 years ago
- d618a51 Update NOTICE/DEPENDENCIES files. by Richard S. Hall · 14 years ago
- 36907b2 Update release notes. by Richard S. Hall · 14 years ago
- cbdaef3 Applied patch (FELIX-2406) to fix log ordering issue along with by Richard S. Hall · 14 years ago
- 6fbedfa Fix Maven 3 warnings by Felix Meschberger · 14 years ago
- 6fa533c Replace tabs with spaces by Felix Meschberger · 14 years ago
- aa0f611 FELIX-1865 Fix wrong assumption of the OCD ID being the same as the PID (or factory PID) by Felix Meschberger · 14 years ago
- 07f0ff6 Remove comment. (FELIX-2858) by Richard S. Hall · 14 years ago
- 2bbca89 minor internal tidyup by David Morgan Spenser Savage · 14 years ago
- 103ace9 tidy up ? extends noise in support class by David Morgan Spenser Savage · 14 years ago
- 723b2f6 add convenience constructor by David Morgan Spenser Savage · 14 years ago
- 1de2ed1 Remove unneeded class. (FELIX-2858) by Richard S. Hall · 14 years ago
- a16a036 Use framework snapshot. by Richard S. Hall · 14 years ago
- f082f97 FELIX-2707 Fix cutting of the URL entry path which may not match the entry path looked up by Felix Meschberger · 14 years ago
- 62f2300 Avoid a deadlock when updating the service properties. by Clement Escoffier · 14 years ago
- f4cc54a FELIX-2885 - The config admin bundle does not indicate its provided and required services dependencies by Guillaume Nodet · 14 years ago