1. 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
  2. 08a463d FELIX-3862 add thread dump on lock timeout by David Jencks · 11 years ago
  3. 0a673ff [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  4. c1ee569 [maven-release-plugin] prepare release org.apache.felix.scr-1.6.2 by Felix Meschberger · 12 years ago
  5. c5aeea6 FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  6. d1636bf FELIX-3747 Cleanup project for Java 5 release by Felix Meschberger · 12 years ago
  7. 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
  8. 5ccbba2 FELIX-3725 upgrade pax exam to 2.4.0 to use servicemix junit wrapper bundle by David Jencks · 12 years ago
  9. 7978fb9 FELIX-3708 update to java 5 for type safety during development by David Jencks · 12 years ago
  10. dd6e9d4 FELIX-3662 switch to backport-util-concurrent for pre java 5 concurrent emulation by David Jencks · 12 years ago
  11. 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
  12. c87cd72 FELIX-3625 Remove explicit import version by Felix Meschberger · 12 years ago
  13. 27fb81a FELIx-3625 upgrade to 4.3 compendium, ds 1.2 by David Jencks · 12 years ago
  14. d934730 FELIX-3456 Track how lock was obtained, and try to do a thread dump on lock problems by David Jencks · 12 years ago
  15. 9f8ab35 FELIX-3456 configure animal-sniffer to accept lock and atomic classes by David Jencks · 12 years ago
  16. 5143255 FELIX-3535 use apache servicemix junit bundlization rather than springsource by David Jencks · 12 years ago
  17. 47a0c6e FELIX-3527 Check against Java 1.4 API; fix some Java 5 API uses; by Felix Meschberger · 12 years ago
  18. a4b12bd FELIX-3456 Apply final patch #7 introducing locking by Felix Meschberger · 12 years ago
  19. 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
  20. 8422a30 FELIX-3377 Applied patch provided by David Jencks (thanks alot) slightly modified: by Felix Meschberger · 12 years ago
  21. 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
  22. 95f2126 FELIX-3232 Re-Import SCR service API for different embeddings by Felix Meschberger · 13 years ago
  23. 3229b52 FELIX-3158 Use latest parent POM 2.1 and managed Ant plugin version by Felix Meschberger · 13 years ago
  24. 5245d48 FELIX-3093 Upgrade to TinyBundles 1.1.0 and adapt to modified TinyBundle API by Felix Meschberger · 13 years ago
  25. 51d21ad Use latest releases by Carsten Ziegeler · 13 years ago
  26. 0ae60e6 Use latest snapshot by Carsten Ziegeler · 13 years ago
  27. 02fd53d FELIX-2903 Inline required KXml classes instead of embedding the complete library by Felix Meschberger · 13 years ago
  28. df92266 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 13 years ago
  29. f873dbe FELIX-2578 Refactor SCR configuration setup to support late wiring of Configuration Admin API by Felix Meschberger · 13 years ago
  30. 5ac763d Add Bundle-Category to manifest by Felix Meschberger · 13 years ago
  31. 131ef02 FELIX-2578 Intermediate fix for Configuration Admin API dependency: mark import required by Felix Meschberger · 14 years ago
  32. 44add77 FELIX-2712 Add Gogo commands and ensure proper compilation by Felix Meschberger · 14 years ago
  33. 198140c FELIX-2539 Ensure inclusion of the DEPENDENCIES file in the build artifacts by Felix Meschberger · 14 years ago
  34. 38dd63b [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  35. 482a85f [maven-release-plugin] prepare release org.apache.felix.scr-1.6.0 by Felix Meschberger · 14 years ago
  36. 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
  37. 0da1bab FELIX-2288 Actually the API version should be 1.6 by Felix Meschberger · 14 years ago
  38. 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
  39. 39d6c58 Fix description indicating the bundle implements the Declarative Services Specification 1.1 by Felix Meschberger · 14 years ago
  40. 6b5f9af FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 14 years ago
  41. 9e1abba [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  42. 4d5c9fb [maven-release-plugin] prepare release org.apache.felix.scr-1.4.0 by Felix Meschberger · 15 years ago
  43. 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
  44. 5fbf0f1 FELIX-1923 lock maven bundle plugin to version 2.0.1 by Felix Meschberger · 15 years ago
  45. 2136bed FELIX-1897 Add support for Configuration Admin configuration (in addition to the existing bundle context properties) by Felix Meschberger · 15 years ago
  46. 1d307be [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  47. 9afc4d7 [maven-release-plugin] prepare release org.apache.felix.scr-1.2.0 by Felix Meschberger · 15 years ago
  48. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  49. d854a92 FELIX-1658 Declare the Log Service package as a static but by Felix Meschberger · 15 years ago
  50. f6066cb FELIX-1711 Ensure correct versions are imported. Especially by Felix Meschberger · 15 years ago
  51. 00c3217 FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and by Felix Meschberger · 15 years ago
  52. 6c63b75 FELIX-1735 adding a string property for the build directory by Felix Meschberger · 15 years ago
  53. e130b0b FELIX-1735 renaming the property to try again ... by Felix Meschberger · 15 years ago
  54. c17fdbd FELIX-1735 project.build.directory is a file property and cannot by Felix Meschberger · 15 years ago
  55. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  56. 40d3e60 Use inherited bundle plugin version and add Bundle-DocURL by Felix Meschberger · 15 years ago
  57. bbd1e9d Cleanup dependency scopes by Felix Meschberger · 15 years ago
  58. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  59. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  60. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  61. 9b4e023 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
  62. c9f07c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  63. 6334cab [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  64. 4753fcb Revert after failed release by Felix Meschberger · 15 years ago
  65. 4e6ba36 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  66. a4ad70a FELIX-1046 Upgrade to latest Felix parent pom by Felix Meschberger · 15 years ago
  67. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  68. a0313e5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  69. 7e5cd85 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.6 by Carsten Ziegeler · 16 years ago
  70. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  71. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  72. a1e75c8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  73. 9340094 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.2 by Felix Meschberger · 16 years ago
  74. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  75. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  76. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  77. f310f70 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  78. 4a2f3ce [maven-release-plugin] prepare release org.apache.felix.scr-1.0.0 by Carsten Ziegeler · 16 years ago
  79. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  80. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 16 years ago
  81. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 16 years ago
  82. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 16 years ago
  83. 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
  84. 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
  85. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 16 years ago
  86. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  87. 871e7db Required POM changes to use the latest snapshot of the bundleplugin for the complete build by Stuart McCulloch · 17 years ago
  88. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  89. 644283d Depend on released versions of dependencies (if possible) by Felix Meschberger · 17 years ago
  90. 0a3858c Move to the next version by Karl Pauls · 17 years ago
  91. 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
  92. 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
  93. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
  94. 55aee8e FELIX-277 Improve SCR packaging to make it simpler to deploy and use by Felix Meschberger · 17 years ago
  95. a76c196 FELIX-264 Update pom to use new bundle plugin (add plugin version) by Felix Meschberger · 17 years ago
  96. 8f1542f FELIX-258 Update pom to use new bundle plugin by Felix Meschberger · 17 years ago
  97. f2be196 Updated version numbers to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  98. 323d971 Applied patch (FELIX-140) to remove generic activator and use bundle by Richard S. Hall · 18 years ago
  99. 40aff94 Shortened the Declarative Services subproject directory name. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.scr/pom.xml]
  100. a3664ba Initial upload by Humberto Cervantes Maceda · 18 years ago