1. 70f1853 Update the Declarative Service version mentioned in the SCR pom. by A. J. David Bosschaert · 9 years ago
  2. d08ed13 Add osgi.implementation capability. by A. J. David Bosschaert · 9 years ago
  3. 8cf704c FELIX-4789 Fix for SCR Felix4188Test fails when run with framework 4.4.1 or newer by A. J. David Bosschaert · 9 years ago
  4. 89cc89f FELIX-4537 remove commented-out pom section replaced by bnd.bnd file. Update spec export version to 1.3 by David Jencks · 10 years ago
  5. 8a1f6af FELIX-4401 use released R6 framework classes for base DTO support by David Jencks · 10 years ago
  6. e8e89b6 FELIX-4537 use bnd.bnd file, set versions in it, update versions, build passes by David Jencks · 10 years ago
  7. c4773f2 FELIX-4401 Initial refactoring of integration tests to use ServiceComponentRuntime. Does not include factory component tests which do not compile by David Jencks · 10 years ago
  8. 7038191 [maven-release-plugin] prepare for next development iteration by David Jencks · 10 years ago
  9. 0b2b024 [maven-release-plugin] prepare release org.apache.felix.scr-1.8.2 by David Jencks · 10 years ago
  10. 725a6ab use released version of utils by David Jencks · 10 years ago
  11. 5d87528 Include FELIX-4326 in SCR by Guillaume Nodet · 11 years ago
  12. a58c8f7 [FELIX-4316] Packages imported dynamically should also be imported statically with an optional flag by Guillaume Nodet · 11 years ago
  13. 5bdc4f7 [maven-release-plugin] prepare for next development iteration by David Jencks · 11 years ago
  14. 38d83a2 [maven-release-plugin] prepare release org.apache.felix.scr-1.8.0 by David Jencks · 11 years ago
  15. c03f8e5 FELIX-4298 change to running tests against R5 config admin by default by David Jencks · 11 years ago
  16. 7cf983e rollback cancelled release by David Jencks · 11 years ago
  17. 64ea507 [maven-release-plugin] prepare for next development iteration by David Jencks · 11 years ago
  18. 90416c6 [maven-release-plugin] prepare release org.apache.felix.scr-1.8 by David Jencks · 11 years ago
  19. edd8830 remove snapshot dependency on utils by David Jencks · 11 years ago
  20. b5aa87c upgrade pax exam version by David Jencks · 11 years ago
  21. 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
  22. 081fa83 FELIX-4057 use findbugs plugin and fix many of the bugs by David Jencks · 11 years ago
  23. 5d6a62a FELIX-3651 hopefully temporary use of snapshot ca to avoid NPE in permission check by David Jencks · 11 years ago
  24. 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
  25. 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
  26. fbf5f8e FELIX-3915 R5 way of eliminating timing hole using changecount by David Jencks · 11 years ago
  27. 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
  28. 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
  29. 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
  30. 08a463d FELIX-3862 add thread dump on lock timeout by David Jencks · 11 years ago
  31. 0a673ff [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  32. c1ee569 [maven-release-plugin] prepare release org.apache.felix.scr-1.6.2 by Felix Meschberger · 12 years ago
  33. c5aeea6 FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  34. d1636bf FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  35. 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
  36. 5ccbba2 FELIX-3725 upgrade pax exam to 2.4.0 to use servicemix junit wrapper bundle by David Jencks · 12 years ago
  37. 7978fb9 FELIX-3708 update to java 5 for type safety during development by David Jencks · 12 years ago
  38. dd6e9d4 FELIX-3662 switch to backport-util-concurrent for pre java 5 concurrent emulation by David Jencks · 12 years ago
  39. 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
  40. c87cd72 FELIX-3625 Remove explicit import version by Felix Meschberger · 12 years ago
  41. 27fb81a FELIx-3625 upgrade to 4.3 compendium, ds 1.2 by David Jencks · 12 years ago
  42. d934730 FELIX-3456 Track how lock was obtained, and try to do a thread dump on lock problems by David Jencks · 12 years ago
  43. 9f8ab35 FELIX-3456 configure animal-sniffer to accept lock and atomic classes by David Jencks · 12 years ago
  44. 5143255 FELIX-3535 use apache servicemix junit bundlization rather than springsource by David Jencks · 12 years ago
  45. 47a0c6e FELIX-3527 Check against Java 1.4 API; fix some Java 5 API uses; by Felix Meschberger · 12 years ago
  46. a4b12bd FELIX-3456 Apply final patch #7 introducing locking by Felix Meschberger · 12 years ago
  47. 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
  48. 8422a30 FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 12 years ago
  49. 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
  50. 95f2126 FELIX-3232 Re-Import SCR service API for different embeddings by Felix Meschberger · 13 years ago
  51. 3229b52 FELIX-3158 Use latest parent POM 2.1 and managed Ant plugin version by Felix Meschberger · 13 years ago
  52. 5245d48 FELIX-3093 Upgrade to TinyBundles 1.1.0 and adapt to modified TinyBundle API by Felix Meschberger · 13 years ago
  53. 51d21ad Use latest releases by Carsten Ziegeler · 13 years ago
  54. 0ae60e6 Use latest snapshot by Carsten Ziegeler · 13 years ago
  55. 02fd53d FELIX-2903 Inline required KXml classes instead of embedding the complete library by Felix Meschberger · 13 years ago
  56. df92266 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 13 years ago
  57. f873dbe FELIX-2578 Refactor SCR configuration setup to support late wiring of Configuration Admin API by Felix Meschberger · 13 years ago
  58. 5ac763d Add Bundle-Category to manifest by Felix Meschberger · 13 years ago
  59. 131ef02 FELIX-2578 Intermediate fix for Configuration Admin API dependency: mark import required by Felix Meschberger · 14 years ago
  60. 44add77 FELIX-2712 Add Gogo commands and ensure proper compilation by Felix Meschberger · 14 years ago
  61. 198140c FELIX-2539 Ensure inclusion of the DEPENDENCIES file in the build artifacts by Felix Meschberger · 14 years ago
  62. 38dd63b [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  63. 482a85f [maven-release-plugin] prepare release org.apache.felix.scr-1.6.0 by Felix Meschberger · 14 years ago
  64. 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
  65. 0da1bab FELIX-2288 Actually the API version should be 1.6 by Felix Meschberger · 14 years ago
  66. 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
  67. 39d6c58 Fix description indicating the bundle implements the Declarative Services Specification 1.1 by Felix Meschberger · 14 years ago
  68. 6b5f9af FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 14 years ago
  69. 9e1abba [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  70. 4d5c9fb [maven-release-plugin] prepare release org.apache.felix.scr-1.4.0 by Felix Meschberger · 15 years ago
  71. 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
  72. 5fbf0f1 FELIX-1923 lock maven bundle plugin to version 2.0.1 by Felix Meschberger · 15 years ago
  73. 2136bed FELIX-1897 Add support for Configuration Admin configuration (in addition to the existing bundle context properties) by Felix Meschberger · 15 years ago
  74. 1d307be [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  75. 9afc4d7 [maven-release-plugin] prepare release org.apache.felix.scr-1.2.0 by Felix Meschberger · 15 years ago
  76. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  77. d854a92 FELIX-1658 Declare the Log Service package as a static but by Felix Meschberger · 15 years ago
  78. f6066cb FELIX-1711 Ensure correct versions are imported. Especially by Felix Meschberger · 15 years ago
  79. 00c3217 FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and by Felix Meschberger · 15 years ago
  80. 6c63b75 FELIX-1735 adding a string property for the build directory by Felix Meschberger · 15 years ago
  81. e130b0b FELIX-1735 renaming the property to try again ... by Felix Meschberger · 15 years ago
  82. c17fdbd FELIX-1735 project.build.directory is a file property and cannot by Felix Meschberger · 15 years ago
  83. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  84. 40d3e60 Use inherited bundle plugin version and add Bundle-DocURL by Felix Meschberger · 15 years ago
  85. bbd1e9d Cleanup dependency scopes by Felix Meschberger · 15 years ago
  86. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  87. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  88. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  89. 9b4e023 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
  90. c9f07c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  91. 6334cab [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  92. 4753fcb Revert after failed release by Felix Meschberger · 15 years ago
  93. 4e6ba36 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  94. a4ad70a FELIX-1046 Upgrade to latest Felix parent pom by Felix Meschberger · 15 years ago
  95. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  96. a0313e5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  97. 7e5cd85 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.6 by Carsten Ziegeler · 16 years ago
  98. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  99. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  100. a1e75c8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago