1. b5aa87c upgrade pax exam version by David Jencks · 11 years ago
  2. d767b21 [FELIX-4188] If a bundle is stopped while the SCR extender is being stopped, the callback for the STOPPING event returns before full deactivation by Guillaume Nodet · 11 years ago
  3. 081fa83 FELIX-4057 use findbugs plugin and fix many of the bugs by David Jencks · 11 years ago
  4. 5d6a62a FELIX-3651 hopefully temporary use of snapshot ca to avoid NPE in permission check by David Jencks · 11 years ago
  5. 91128a4 FELIX-4020 fix a several locking problems and bugs in modifiedService customizer methods, add thread dumps, reset interrrupt flag on interrupedException, rename open to prebind to reduce confusion with open(S) method by David Jencks · 11 years ago
  6. ddd9094 FELIX-4011 fix a lot of potential NPEs during bundle shutdown when BundleComponentActivator and BundleContext may not be available by David Jencks · 11 years ago
  7. fbf5f8e FELIX-3915 R5 way of eliminating timing hole using changecount by David Jencks · 11 years ago
  8. 588b3d3 FELIX-3891 Use equinox available from maven central -- no deadlock in service registry, but circular reference tests fail by David Jencks · 11 years ago
  9. fa5b940 FELIX-3888 change maven version to 1.7-SNAPSHOT so aries version checker is happy and bundle version matches maven version by David Jencks · 11 years ago
  10. cb9f942 FELIX-3888 Expose the internals of ScrCommand as an (optional) service. Also some cleanup and add aries version-checker by David Jencks · 11 years ago
  11. 08a463d FELIX-3862 add thread dump on lock timeout by David Jencks · 11 years ago
  12. 0a673ff [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  13. c1ee569 [maven-release-plugin] prepare release org.apache.felix.scr-1.6.2 by Felix Meschberger · 12 years ago
  14. c5aeea6 FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  15. d1636bf FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  16. 2611ff8 FELIX-3680 Intermediate commit which disables read lock, synchronizes service registration, moves service listener deregistration to deactivate thread (controlled by flag) by David Jencks · 12 years ago
  17. 5ccbba2 FELIX-3725 upgrade pax exam to 2.4.0 to use servicemix junit wrapper bundle by David Jencks · 12 years ago
  18. 7978fb9 FELIX-3708 update to java 5 for type safety during development by David Jencks · 12 years ago
  19. dd6e9d4 FELIX-3662 switch to backport-util-concurrent for pre java 5 concurrent emulation by David Jencks · 12 years ago
  20. 8a36cd3 FELIX-3456 correct which EDU classes we are pulling in, and log info for EDU lock's IllegalStateException by David Jencks · 12 years ago
  21. c87cd72 FELIX-3625 Remove explicit import version by Felix Meschberger · 12 years ago
  22. 27fb81a FELIx-3625 upgrade to 4.3 compendium, ds 1.2 by David Jencks · 12 years ago
  23. d934730 FELIX-3456 Track how lock was obtained, and try to do a thread dump on lock problems by David Jencks · 12 years ago
  24. 9f8ab35 FELIX-3456 configure animal-sniffer to accept lock and atomic classes by David Jencks · 12 years ago
  25. 5143255 FELIX-3535 use apache servicemix junit bundlization rather than springsource by David Jencks · 12 years ago
  26. 47a0c6e FELIX-3527 Check against Java 1.4 API; fix some Java 5 API uses; by Felix Meschberger · 12 years ago
  27. a4b12bd FELIX-3456 Apply final patch #7 introducing locking by Felix Meschberger · 12 years ago
  28. b8ab893 FELIX-3507 Apply patch by David Jencks (thank you very much) and update the API export to 1.7 due to the new Reference.isReluctant() method by Felix Meschberger · 12 years ago
  29. 8422a30 FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 12 years ago
  30. 4f43c91 FELIX-3371 Apply patch FELIX-3371-3.diff to update to newer pax-exam (patch provided by David Jencks, thanks alot) by Felix Meschberger · 12 years ago
  31. 95f2126 FELIX-3232 Re-Import SCR service API for different embeddings by Felix Meschberger · 13 years ago
  32. 3229b52 FELIX-3158 Use latest parent POM 2.1 and managed Ant plugin version by Felix Meschberger · 13 years ago
  33. 5245d48 FELIX-3093 Upgrade to TinyBundles 1.1.0 and adapt to modified TinyBundle API by Felix Meschberger · 13 years ago
  34. 51d21ad Use latest releases by Carsten Ziegeler · 13 years ago
  35. 0ae60e6 Use latest snapshot by Carsten Ziegeler · 13 years ago
  36. 02fd53d FELIX-2903 Inline required KXml classes instead of embedding the complete library by Felix Meschberger · 13 years ago
  37. df92266 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 13 years ago
  38. f873dbe FELIX-2578 Refactor SCR configuration setup to support late wiring of Configuration Admin API by Felix Meschberger · 13 years ago
  39. 5ac763d Add Bundle-Category to manifest by Felix Meschberger · 13 years ago
  40. 131ef02 FELIX-2578 Intermediate fix for Configuration Admin API dependency: mark import required by Felix Meschberger · 14 years ago
  41. 44add77 FELIX-2712 Add Gogo commands and ensure proper compilation by Felix Meschberger · 14 years ago
  42. 198140c FELIX-2539 Ensure inclusion of the DEPENDENCIES file in the build artifacts by Felix Meschberger · 14 years ago
  43. 38dd63b [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  44. 482a85f [maven-release-plugin] prepare release org.apache.felix.scr-1.6.0 by Felix Meschberger · 14 years ago
  45. 08aaff6 FELIX-2520 Use PackageAdmin service to try to resolve the interface class to find a matching method and fall back to Object class if interface class is not exported by any bundle. by Felix Meschberger · 14 years ago
  46. 0da1bab FELIX-2288 Actually the API version should be 1.6 by Felix Meschberger · 14 years ago
  47. 5fa8b0e FEKLIX-2288 Fix handling of the component ID: The ID is now only generated and assigned to a component while the component is enabled. To still access components without an assigned ID, ScrService gets a new method getComponent(String name) to access components by their name. by Felix Meschberger · 14 years ago
  48. 39d6c58 Fix description indicating the bundle implements the Declarative Services Specification 1.1 by Felix Meschberger · 14 years ago
  49. 6b5f9af FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 14 years ago
  50. 9e1abba [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  51. 4d5c9fb [maven-release-plugin] prepare release org.apache.felix.scr-1.4.0 by Felix Meschberger · 15 years ago
  52. f1ce1a3 FELIX-1943 Ensure components which are not satisfied any longer if a service is unregistered are deactivated. Before this would only happen if the component had the service bound, which is not always the case (for example for ComponentFactory components). by Felix Meschberger · 15 years ago
  53. 5fbf0f1 FELIX-1923 lock maven bundle plugin to version 2.0.1 by Felix Meschberger · 15 years ago
  54. 2136bed FELIX-1897 Add support for Configuration Admin configuration (in addition to the existing bundle context properties) by Felix Meschberger · 15 years ago
  55. 1d307be [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  56. 9afc4d7 [maven-release-plugin] prepare release org.apache.felix.scr-1.2.0 by Felix Meschberger · 15 years ago
  57. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  58. d854a92 FELIX-1658 Declare the Log Service package as a static but by Felix Meschberger · 15 years ago
  59. f6066cb FELIX-1711 Ensure correct versions are imported. Especially by Felix Meschberger · 15 years ago
  60. 00c3217 FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and by Felix Meschberger · 15 years ago
  61. 6c63b75 FELIX-1735 adding a string property for the build directory by Felix Meschberger · 15 years ago
  62. e130b0b FELIX-1735 renaming the property to try again ... by Felix Meschberger · 15 years ago
  63. c17fdbd FELIX-1735 project.build.directory is a file property and cannot by Felix Meschberger · 15 years ago
  64. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  65. 40d3e60 Use inherited bundle plugin version and add Bundle-DocURL by Felix Meschberger · 15 years ago
  66. bbd1e9d Cleanup dependency scopes by Felix Meschberger · 15 years ago
  67. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  68. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  69. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  70. 9b4e023 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
  71. c9f07c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  72. 6334cab [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  73. 4753fcb Revert after failed release by Felix Meschberger · 15 years ago
  74. 4e6ba36 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  75. a4ad70a FELIX-1046 Upgrade to latest Felix parent pom by Felix Meschberger · 15 years ago
  76. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  77. a0313e5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  78. 7e5cd85 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.6 by Carsten Ziegeler · 16 years ago
  79. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  80. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  81. a1e75c8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  82. 9340094 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.2 by Felix Meschberger · 16 years ago
  83. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  84. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  85. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  86. f310f70 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  87. 4a2f3ce [maven-release-plugin] prepare release org.apache.felix.scr-1.0.0 by Carsten Ziegeler · 16 years ago
  88. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  89. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 16 years ago
  90. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 16 years ago
  91. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 16 years ago
  92. 2ec4809 Update to use latest parent snapshot to avoid build problems with empty repository (1.0.2-SNAPSHOT was never deployed to the snapshot repo) by Stuart McCulloch · 16 years ago
  93. 4fec096 Specify xml schema location in one line as this is required by the maven release plugin (otherwise it removes the license header during the release process) by Carsten Ziegeler · 16 years ago
  94. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 16 years ago
  95. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  96. 871e7db Required POM changes to use the latest snapshot of the bundleplugin for the complete build by Stuart McCulloch · 17 years ago
  97. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  98. 644283d Depend on released versions of dependencies (if possible) by Felix Meschberger · 17 years ago
  99. 0a3858c Move to the next version by Karl Pauls · 17 years ago
  100. 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago