- a8c553e FELIX-2823 Catch all exceptions from BundleContext.getService for propery logging and recovery by Felix Meschberger · 14 years ago
- 3f987eb FELIX-2642 Adapt to implementation to R4.3 draft3 specification by Felix Meschberger · 14 years ago
- 828a91c fixed licenses by Pierre De Rop · 14 years ago
- 2cf8e4a updated TODO list by Pierre De Rop · 14 years ago
- c8927e0 Export old dependencymanager package with version 2.0.2, and Import new package with version [3,4) by Pierre De Rop · 14 years ago
- 238a2c2 FELIX-2821 Apply patch by Stephen Flynn (thanks alot). Basically when closing the DependencyManagers, the manager list is copied, reversed and this reversed copy is iterated. And added an integration test to prove correctness. by Felix Meschberger · 14 years ago
- 70107ff FELIX-2969 Minor cleanup. by Marcel Offermans · 14 years ago
- 91795b3 Renamed a test to be consistent with the naming convention for other tests that are related to issues. by Marcel Offermans · 14 years ago
- cebc45b [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 25956cd [maven-release-plugin] prepare release maven-bundle-plugin-2.3.4 by Guillaume Nodet · 14 years ago
- fdc2b76 Update changelog to reflect the correct version by Guillaume Nodet · 14 years ago
- 2503f6b Fix legal files for bundleplugin as we don't include BND anymore by Guillaume Nodet · 14 years ago
- bbf5c38 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 921cc80 [maven-release-plugin] prepare release maven-bundle-plugin-2.3.2 by Guillaume Nodet · 14 years ago
- b96845b [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 69480d2 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.10 by Guillaume Nodet · 14 years ago
- f9b4932 Merge 3.1.8 and 3.1.10 changelog in preparation for 3.1.10 release by Guillaume Nodet · 14 years ago
- dbee432 update changelog. by Clement Escoffier · 14 years ago
- a553aac Update copyright for webconsole by Guillaume Nodet · 14 years ago
- d6d5460 FELIX-2818 by Clement Escoffier · 14 years ago
- ea82efd [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 0caa81d [maven-release-plugin] prepare release maven-bundle-plugin-2.3.0 by Guillaume Nodet · 14 years ago
- ae18f1a Update bundleplugin changelog by Guillaume Nodet · 14 years ago
- 9460018 Fix legal files for bundleplugin by Guillaume Nodet · 14 years ago
- 38cd8c5 Fixes FELIX-2817 : The maven-bundle-plugin manifest goal should honor the supportedProjectTypes configuration setting. by Hiram R. Chirino · 14 years ago
- 5522940 FELIX-2813 Make the service registration field volatile and ensure the asynchronous threads are started only after registering the service and stopped before unregistering the service. by Felix Meschberger · 14 years ago
- 4901624 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- a1001b6 [maven-release-plugin] prepare release org.apache.felix.webconsole-3.1.8 by Guillaume Nodet · 14 years ago
- 1325d90 Update changelog for webconsole 3.1.8 release by Guillaume Nodet · 14 years ago
- 9e55394 FELIX-2813 This test shows the issue, even though it does not fail. If somebody knows how to make a test fail if another thread throws a NPE, feel free to jump in. by Marcel Offermans · 14 years ago
- c337320 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 52480e5 [maven-release-plugin] prepare release maven-bundle-plugin-2.3.0 by Guillaume Nodet · 14 years ago
- a8e0fce Update changelog for maven bundle plugin release by Guillaume Nodet · 14 years ago
- e0ab5b0 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 933b1df [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.8 by Guillaume Nodet · 14 years ago
- d1140ed Update changelog for 3.1.8 release by Guillaume Nodet · 14 years ago
- 21cacf9 Update copyright year. by Richard S. Hall · 14 years ago
- d843e0c Update copyright year. by Richard S. Hall · 14 years ago
- 57c21d8 Update copyright year. by Richard S. Hall · 14 years ago
- 0c2eef0 [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
- fcb3472 [maven-release-plugin] prepare release org.apache.felix.ipojo.webconsole-1.6.0 by Clement Escoffier · 14 years ago
- bcaba9b update changelog by Clement Escoffier · 14 years ago
- 7afe5af Fixes FELIX-2812: The <Embed-Dependency> filter can fail if your matching against multiple "*" artifact ids. by Hiram R. Chirino · 14 years ago
- 1714105 Fixes FELIX-2811 : If <Private-Package>!*</Private-Package> is defined the all packages should be exported by {local-packages} by Hiram R. Chirino · 14 years ago
- d589e44 Cache results for System Bundle from PackageAdmin.getBundle() in a by Richard S. Hall · 14 years ago
- f1dfd16 [FELIX-2798] ArtifactListener services are not ordered according to the OSGi ranking by Guillaume Nodet · 14 years ago
- 31a3ab3 Improving implementation of FELIX-2809, we now look at the transitive path of an artifact to determine if it's optional. by Hiram R. Chirino · 14 years ago
- 2b98791 Fixed logging by Pierre De Rop · 14 years ago
- 4d6cc1d Fixed wrong comment by Pierre De Rop · 14 years ago
- efdc98f Cleaned imports by Pierre De Rop · 14 years ago
- d099ef5 - Fixed findbugs errors. Cleaned imports. by Pierre De Rop · 14 years ago
- 8dfaea7 Fixed javadoc. Cleaned imports. by Pierre De Rop · 14 years ago
- dcfdfd7 Fixes FELIX-2809: maven-bundle-plugin should automatically add "resolution:=optional" to imported packages that are in optional maven dependencies. by Hiram R. Chirino · 14 years ago
- 07ffab0 Fixes FELIX-2808 - scan for local packages by looking for *.class files instead of *.java so that all the JVM languages can be supported. by Hiram R. Chirino · 14 years ago
- 8734a95 Update DEPENDENCIES files to focus on third-party software. by Richard S. Hall · 14 years ago
- 3482b06 Cleaned imports. by Pierre De Rop · 14 years ago
- da72e44 - Deactivate the service when a dependency is lost while the framework is stopping. This is indeed by Pierre De Rop · 14 years ago
- a3009b5 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
- 50500a2 [maven-release-plugin] prepare release org.apache.felix.http-2.2.0 by Felix Meschberger · 14 years ago
- 903f17d FELIX-2806 Ensure DEPENDENCIES files are included in the artifacts by Felix Meschberger · 14 years ago
- 5708ed8 FELIX-2806 Create DEPENDENCIES files and fix NOTICE files for compliance by Felix Meschberger · 14 years ago
- 05360ad Hold global lock while updating a bundle and performing a security check by Richard S. Hall · 14 years ago
- e87e10a Fix logic bug. (FELIX-2789) by Richard S. Hall · 14 years ago
- 2a20f7b Fix copyright year by Felix Meschberger · 14 years ago
- 0d20297 Clean up checksum output before comparing by Carsten Ziegeler · 14 years ago
- b95feb1 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 14 years ago
- 171a889 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.8 by Guillaume Nodet · 14 years ago
- 48cfb62 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
- ac62c07 [maven-release-plugin] prepare release org.apache.felix.http-2.1.0 by Felix Meschberger · 14 years ago
- a2899b6 FELIX-2801 Export Http Service Extension API at fixed version 2.0.4 (should really be 2.0.0 but has already been exported as 2.0.4 in previous release) and Proxy API as 2.1.0 (has new ProxyListener class). by Felix Meschberger · 14 years ago
- a95c073 Add @since tag by Felix Meschberger · 14 years ago
- f7f9f06 Revert versions back after broken release by Felix Meschberger · 14 years ago
- 0355423 Revert versions back after broken release by Felix Meschberger · 14 years ago
- c30b9c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
- c4842cf [maven-release-plugin] prepare release org.apache.felix.http-2.1.0 by Felix Meschberger · 14 years ago
- 3d8b7ec Check for null Bundle in logging code. (FELIX-2800) by Richard S. Hall · 14 years ago
- 63b0f92 No need to list Apache software under "used third-party software", by Richard S. Hall · 14 years ago
- 3d795da [FELIX-2791] Defer the CM support until after trackers are open to be a bit safer by Guillaume Nodet · 14 years ago
- 5e013d5 FELIX-2788 Allow for the configuration of shared ServletContext attributes. Currently configuration is static using a framework property -- org.apache.felix.http.shared_servlet_context_attributes -- which when set to true causes servlet context attributes to be shared amongst all servlet contexts as well as the servlet container's servlet context. by Felix Meschberger · 14 years ago
- 1ae7f51 [FELIX-2799] FileInstall creates multiple configurations for factory configurations on windows by Guillaume Nodet · 14 years ago
- 7795353 Properly renamed the name of an internal thread. by Marcel Offermans · 14 years ago
- 78b3d34 Update DEPENDENCIES files format. by Clement Escoffier · 14 years ago
- 9674444 FELIX-2795 : Parameters are not removed from symbolic name when installing a bundle by Carsten Ziegeler · 14 years ago
- 41a0f68 Bugfix. by Marcel Offermans · 14 years ago
- 95cd68d Fixed a potential NPE that seemed to occur under specific circumstances when the component was stopped. by Marcel Offermans · 14 years ago
- 5785484 When the resource processor gets a resource that contains no Designates, which might be a bit strange but is allowed according to the spec, the processor throws a NPE, when it should just not do any processing. This change does just that, and logs the fact that there are no Designates. by Marcel Offermans · 14 years ago
- 12434de [maven-release-plugin] prepare for next development iteration by Sanjeeb Kumar Sahoo · 14 years ago
- 8489b63 [maven-release-plugin] prepare release org.apache.felix.fileinstall-3.1.6 by Sanjeeb Kumar Sahoo · 14 years ago
- fa8262a Updating bug list for 3.1.4 and 3.1.6 by Sanjeeb Kumar Sahoo · 14 years ago
- 6780ee2 FELIX-2791: Introduce a barrier to synchronize watcher threads by Sanjeeb Kumar Sahoo · 14 years ago
- 9af982e [maven-release-plugin] prepare for next development iteration by Clement Escoffier · 14 years ago
- 7b6e85d [maven-release-plugin] prepare release maven-ipojo-plugin-1.8.0 by Clement Escoffier · 14 years ago
- 566efaf FELIX-2793 : Plugin request is not detected as html request if context path contains a dot by Carsten Ziegeler · 14 years ago
- c8d7093 Remove reference to Apache software in "included third-party" software. by Richard S. Hall · 14 years ago
- ae4fb3a Attempt to use the new dependency format (probably still not compliant) by Clement Escoffier · 14 years ago
- 80903f3 Switch NOTICE and DEPENDENCIES Rollback release. by Clement Escoffier · 14 years ago
- 0acafde Fix native library extension matching; previously it was skipping by Richard S. Hall · 14 years ago
- 22fbc46 Reformat to match Felix style. by Richard S. Hall · 14 years ago
- b7b43da Remove redundant check. by Richard S. Hall · 14 years ago
- 8695f0d [FELIX-2784] When the framework try to grab the bundle lock, it ignores thread interruption by Guillaume Nodet · 14 years ago