1. 0da1bab FELIX-2288 Actually the API version should be 1.6 by Felix Meschberger · 14 years ago
  2. 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
  3. 39d6c58 Fix description indicating the bundle implements the Declarative Services Specification 1.1 by Felix Meschberger · 14 years ago
  4. 6b5f9af FELIX-1997 : Actual configuration might not be reflected in the web console by Carsten Ziegeler · 14 years ago
  5. 9e1abba [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  6. 4d5c9fb [maven-release-plugin] prepare release org.apache.felix.scr-1.4.0 by Felix Meschberger · 15 years ago
  7. 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
  8. 5fbf0f1 FELIX-1923 lock maven bundle plugin to version 2.0.1 by Felix Meschberger · 15 years ago
  9. 2136bed FELIX-1897 Add support for Configuration Admin configuration (in addition to the existing bundle context properties) by Felix Meschberger · 15 years ago
  10. 1d307be [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  11. 9afc4d7 [maven-release-plugin] prepare release org.apache.felix.scr-1.2.0 by Felix Meschberger · 15 years ago
  12. 8a8c633 FELIX-1823 Drop support for Framework API 1.3 (R4.0) and depend by Felix Meschberger · 15 years ago
  13. d854a92 FELIX-1658 Declare the Log Service package as a static but by Felix Meschberger · 15 years ago
  14. f6066cb FELIX-1711 Ensure correct versions are imported. Especially by Felix Meschberger · 15 years ago
  15. 00c3217 FELIX-1658 Removing Enabled state (folded into Unsatisfied state) and by Felix Meschberger · 15 years ago
  16. 6c63b75 FELIX-1735 adding a string property for the build directory by Felix Meschberger · 15 years ago
  17. e130b0b FELIX-1735 renaming the property to try again ... by Felix Meschberger · 15 years ago
  18. c17fdbd FELIX-1735 project.build.directory is a file property and cannot by Felix Meschberger · 15 years ago
  19. 55e3b97 FELIX-1735 provide bundle jar file name to the integration tests with a by Felix Meschberger · 15 years ago
  20. 40d3e60 Use inherited bundle plugin version and add Bundle-DocURL by Felix Meschberger · 15 years ago
  21. bbd1e9d Cleanup dependency scopes by Felix Meschberger · 15 years ago
  22. ca79792 FELIX-1711 use official OSGi libraries as dependencies, control by Felix Meschberger · 15 years ago
  23. 2e88542 Better support for integration testing: by Felix Meschberger · 15 years ago
  24. 47eb037 FELIX-1416 Add unit and integration tests for new and fixed configuration behaviour by Felix Meschberger · 15 years ago
  25. 9b4e023 FELIX-1313 import configuration admin package optionally and by Felix Meschberger · 15 years ago
  26. c9f07c3 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  27. 6334cab [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  28. 4753fcb Revert after failed release by Felix Meschberger · 15 years ago
  29. 4e6ba36 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.8 by Felix Meschberger · 15 years ago
  30. a4ad70a FELIX-1046 Upgrade to latest Felix parent pom by Felix Meschberger · 15 years ago
  31. 4ae8697 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 15 years ago
  32. a0313e5 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  33. 7e5cd85 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.6 by Carsten Ziegeler · 16 years ago
  34. ddf314f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  35. e844bea [maven-release-plugin] prepare release org.apache.felix.scr-1.0.4 by Felix Meschberger · 16 years ago
  36. a1e75c8 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  37. 9340094 [maven-release-plugin] prepare release org.apache.felix.scr-1.0.2 by Felix Meschberger · 16 years ago
  38. cf6e51b Add/Update bundle vendor. by Carsten Ziegeler · 16 years ago
  39. 876ca72 Use 1.4.0 bundleplugin, and enable jdk13 classifier build in UPNP basedriver by Stuart McCulloch · 16 years ago
  40. cb8192f Upgrade to release 1.2.1 of the maven-bundle-plugin (improved uses calculation) by Stuart McCulloch · 16 years ago
  41. f310f70 [maven-release-plugin] prepare for next development iteration by Carsten Ziegeler · 16 years ago
  42. 4a2f3ce [maven-release-plugin] prepare release org.apache.felix.scr-1.0.0 by Carsten Ziegeler · 16 years ago
  43. c340ecf Use released version of compendium. by Carsten Ziegeler · 16 years ago
  44. 78bcc77 Use released version of maven bundle plugin. by Carsten Ziegeler · 16 years ago
  45. 646b9f1 Use latest released parent pom. by Carsten Ziegeler · 16 years ago
  46. 269f455 Add merge-first to prevent a warning while building the bundle by Felix Meschberger · 16 years ago
  47. 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
  48. 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
  49. 38927d0 Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  50. b61fe0e Update to releast version of parent pom and add missing licence headers. by Carsten Ziegeler · 17 years ago
  51. 871e7db Required POM changes to use the latest snapshot of the bundleplugin for the complete build by Stuart McCulloch · 17 years ago
  52. d25a63d FELIX-284 Add Management API by Felix Meschberger · 17 years ago
  53. 644283d Depend on released versions of dependencies (if possible) by Felix Meschberger · 17 years ago
  54. 0a3858c Move to the next version by Karl Pauls · 17 years ago
  55. 589e2b3 Move the parent pom.xml into it's own subproject and fix some minor issues by Karl Pauls · 17 years ago
  56. 797bc98 Renamed the artifactId of the bundle plugin back to maven-bundle-plugin. by Richard S. Hall · 17 years ago
  57. 48b1427 Continued to svn repo refactoring, specifically moved and renamed the by Richard S. Hall · 17 years ago
  58. 55aee8e FELIX-277 Improve SCR packaging to make it simpler to deploy and use by Felix Meschberger · 17 years ago
  59. a76c196 FELIX-264 Update pom to use new bundle plugin (add plugin version) by Felix Meschberger · 17 years ago
  60. 8f1542f FELIX-258 Update pom to use new bundle plugin by Felix Meschberger · 17 years ago
  61. f2be196 Updated version numbers to 0.9.0-incubator-SNAPSHOT. by Richard S. Hall · 18 years ago
  62. 323d971 Applied patch (FELIX-140) to remove generic activator and use bundle by Richard S. Hall · 18 years ago
  63. 40aff94 Shortened the Declarative Services subproject directory name. by Richard S. Hall · 18 years ago[Renamed from org.apache.felix.scr/pom.xml]
  64. a3664ba Initial upload by Humberto Cervantes Maceda · 18 years ago