1. 69ccae3 Add svn location by Carsten Ziegeler · 14 years ago
  2. 2584ff9 Modified DEPS format. by Richard S. Hall · 14 years ago
  3. 41fc52b update changelog by Felix Meschberger · 14 years ago
  4. b7bf8de FELIX-2559 rename existing NOTICE file to DEPENDENCIES and add ASF compliant NOTICE file by Felix Meschberger · 14 years ago
  5. c27cc8b FELIX-2557 Further work on event dispatching: ConfigurationManager now uses two separate threads to dispatch configuration events and configuration updates. Both threads are configured to be members of their own thread group, which is a daemon group to be destroyed once both dispatcher threads terminate. by Felix Meschberger · 14 years ago
  6. 0ad1bc1 Add some delay in the ConfigurationBindingTest to ensure newly created configurations are not immediately distributed to starting bundles. by Felix Meschberger · 14 years ago
  7. 8de7c21 Use new isLogEnabled method to check whether DEBUG logging is enabled before calling the log method. by Felix Meschberger · 14 years ago
  8. 69e05f8 FELIX-2557 Refactor ConfigurationEvent dispatching: by Felix Meschberger · 14 years ago
  9. e1b83de FELIX-1545 Use DEBUG level for log messages during test by Felix Meschberger · 14 years ago
  10. 1a3c980 FELIX-1545 Adding Pierre de Rop's stress test (thanks alot for providing) to the integration test suite and changed the way the last update field is set: It is now set to the value of the last modification time field at the time the properties were retrieved from the configuration for the asynchronous update call. by Felix Meschberger · 14 years ago
  11. c2082a1 FELIX-1907 added clarification statements regarding the use of the dictionaries and stability of the Enumeration by Felix Meschberger · 14 years ago
  12. 5544543 FELIX-2552 Add chaching layer for the PersistenceManager services and remove unused PeristenceManagerProxy class by Felix Meschberger · 14 years ago
  13. e7c7c79 Add changelog.txt by Felix Meschberger · 14 years ago
  14. 3aad57c FELIX-2554 simplify integration test setup by adding a build profile "ide" generating a version of the bundle easily accessible with PAX Exam both from within Maven build and from within IDEs by Felix Meschberger · 14 years ago
  15. 00d0cdf FELIX-2179 Actually none of the dependencies need to be compile. So changing dependencies to provided and upgrading bundle plugin to be able to include classes from the provded dependency. by Felix Meschberger · 15 years ago
  16. 8ca8aea FELIX-2179 Apply patch by David Jencks (thanks) by Felix Meschberger · 15 years ago
  17. 8ac82ae FELIX-1727 fixed key validation allowing leading dots and throwing on by Felix Meschberger · 15 years ago
  18. 806d25b FELIX-1543 Refer to official OSGi core and compendium library by Felix Meschberger · 15 years ago
  19. 99a126d [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  20. 5d4a7b0 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.6 by Felix Meschberger · 15 years ago
  21. 932cedd FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple by Felix Meschberger · 15 years ago
  22. f5c7b01 For better logging (especially in cases of the LogService implemented using by Felix Meschberger · 15 years ago
  23. c3e1992 FELIX-1545 remove System.out.println() from helper classes ... by Felix Meschberger · 15 years ago
  24. 21c5c55 FELIX-1545 implement last modification and last update trackers by Felix Meschberger · 15 years ago
  25. d66e955 FELIX-1545 integration testcases exhibiting the concurrency issues of by Felix Meschberger · 15 years ago
  26. 779dec7 Instead of just sitting for a number of seconds we add a ConfigurationAdmin by Felix Meschberger · 15 years ago
  27. 1ecd77a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  28. 19fd979 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.4 by Felix Meschberger · 15 years ago
  29. 31da876 Describe in OBR as implementing version 1.3 of the Configuration Admin Service by Felix Meschberger · 15 years ago
  30. ad8e9aa FELIX-1542 add lastModificationTime and lastUpdateTime fields to track by Felix Meschberger · 15 years ago
  31. 8f26e5d FELIX-1541 Include official org.osgi.service.cm sources received by Felix Meschberger · 15 years ago
  32. e9bce10 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  33. 58a55b2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.2 by Felix Meschberger · 15 years ago
  34. 46102c1 FELIX-1535 check permission against current access control context by Felix Meschberger · 15 years ago
  35. bfe4987 Add use of codehaus plugins and OPS4J stuff to the NOTICE file by Felix Meschberger · 15 years ago
  36. 590e947 Have to use the project. properties instead of pom. properties in ant tasks for older maven versions by Felix Meschberger · 15 years ago
  37. d33af10 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  38. f72dff7 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.0 by Felix Meschberger · 15 years ago
  39. ed509ef Have to explicitly state the test bundle and not scan the target by Felix Meschberger · 15 years ago
  40. fb05f00 Use new Felix Parent POM 1.2 by Felix Meschberger · 15 years ago
  41. 0c0e48e FELIX-1448 setting the static bundle to a different location than by Felix Meschberger · 15 years ago
  42. 440c633 FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  43. f9837ba FELIX-1488 Disable configuration reassignment due to changing the static by Felix Meschberger · 15 years ago
  44. a1c197e FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  45. 9ca9dc7 FELIX-1508 Have to adapt the overwritten method signature by Felix Meschberger · 15 years ago
  46. 612dba1 FELIX-1508 Prevent CM_UPDATED event from being fired after by Felix Meschberger · 15 years ago
  47. 14d2497 FELIX-1507 Add unified error handling for update and delete call back methods by Felix Meschberger · 15 years ago
  48. c214c5d FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set by Felix Meschberger · 15 years ago
  49. b571457 FELIX-1488 support for another use case: by Felix Meschberger · 15 years ago
  50. d19cf36 FELIX-1488 configuration replacement if static bundle binding is by Felix Meschberger · 15 years ago
  51. c383c3b FELIX-1488 dynamic binding must not be removed before initiating the by Felix Meschberger · 15 years ago
  52. 8d871cc FELIX-1146 refactor update tasks to immediately gather configurations by Felix Meschberger · 15 years ago
  53. 82ce019 FELIX-1488 Factor out common properties of Factory and ConfigurationImpl by Felix Meschberger · 15 years ago
  54. 2e1e709 Further integration tests and split up of tests into by Felix Meschberger · 15 years ago
  55. ed34920 Consolidate "update" flag setting with configuraiton property update setting by Felix Meschberger · 15 years ago
  56. bc3c320 Ensure update/delete is sent regardless of whether the configuration by Felix Meschberger · 15 years ago
  57. ca25c51 Split integration tests into separate classes with a by Felix Meschberger · 15 years ago
  58. 9113167 Update OSGi copyright years by Felix Meschberger · 15 years ago
  59. cb660f2 FELIX-1488 Setting a static configuration binding must by Felix Meschberger · 15 years ago
  60. acdb337 FELIX-1488 Setting a static configuration binding must by Felix Meschberger · 15 years ago
  61. 2a91ce2 FELIX-1488 Dynamic configuration bindings have to also be by Felix Meschberger · 15 years ago
  62. 33e690c Integration tests for : by Felix Meschberger · 15 years ago
  63. b0063bc FELIX-1489 submit created configurations without properties to by Felix Meschberger · 15 years ago
  64. 2bb2d5c FELIX-1486 Support multi-value PIDs by Felix Meschberger · 15 years ago
  65. befd9af FELIX-1488 Only persist static configuration bindings and keep dynamic by Felix Meschberger · 15 years ago
  66. 6d27a0a FELIX-1486 support testing with multi-value PIDs by Felix Meschberger · 15 years ago
  67. a2c2fc6 Remove FailureActivator not ready for SVN yet (erroneously committed by Felix Meschberger · 15 years ago
  68. 71385b0 FELIX-1479 Enhance FilePersistenceManager by checks for the system by Felix Meschberger · 15 years ago
  69. f954cc4 FELIX-1165 Integration test ensuring ManagedService reconfiguration by Felix Meschberger · 15 years ago
  70. c12bbf5 FELIX-1165 Ensure setting the service reference field for a ManagedService by Felix Meschberger · 15 years ago
  71. 9670b2c FELIX-1477 Apply slightly modified (formatting) patch by Andy Wilkinson by Felix Meschberger · 15 years ago
  72. cb95fd2 FELIX-1219 Bump cm package export as per the OSGi Alliance decision by Felix Meschberger · 15 years ago
  73. b7060c8 FELIX-1234 Use factory PID for configuration plugin selection if the by Felix Meschberger · 15 years ago
  74. 3121d7a FELIX-1484 integration test ensuring bundle location of configuration by Felix Meschberger · 15 years ago
  75. a3a6204 Update pom files to use the 1.0.4 parent pom (bulk change). by Clement Escoffier · 16 years ago
  76. 8c9a9ce FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated by Felix Meschberger · 16 years ago
  77. 13d35d6 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  78. 2dacccf [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.10 by Felix Meschberger · 16 years ago
  79. e40b291 Ensure configuration directory for the mock goes into target to be cleaned properly by Felix Meschberger · 16 years ago
  80. 4e0acb3 FELIX-903 testcases to verify felix.cm.loglevel property use by Felix Meschberger · 16 years ago
  81. dcb98d4 FELIX-903 add felix.cm.loglevel property to limit the log output by Felix Meschberger · 16 years ago
  82. 0f749f6 Remove those @author and @version tags by Felix Meschberger · 16 years ago
  83. c9356b2 FELIX-890 Configuration.getProperties() must return a full copy of the by Felix Meschberger · 16 years ago
  84. 192227e FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases by Felix Meschberger · 16 years ago
  85. 4c3da9c [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  86. 36f305c [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.8 by Felix Meschberger · 16 years ago
  87. 99856a0 FELIX-881 Also clear the configurationAdminRegistration field before by Felix Meschberger · 16 years ago
  88. 98fca8e FELIX-881 provide getter for the service reference preventing by Felix Meschberger · 16 years ago
  89. 502f4df [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  90. bfdf85b [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.6 by Felix Meschberger · 16 years ago
  91. fecb0a0 Update copyright year by Felix Meschberger · 16 years ago
  92. b91ea25 FELIX-880 get the ServiceReference from the ServiceRegistration to by Felix Meschberger · 16 years ago
  93. ff67d23 FELIX-740 Check ServiceReference's Bundle before using it, since the by Felix Meschberger · 16 years ago
  94. 8e49b2b FELIX-879 Replace Vector by Collection and copy provided by Felix Meschberger · 16 years ago
  95. a766acf FELIX-865 Remove service dependencies, which are not "real" dependencies by Felix Meschberger · 16 years ago
  96. 8944c44 Fix wording for included OSGi packages by Felix Meschberger · 16 years ago
  97. 8b3e637 Added notice, that the bundle incudes OSGi code as the by Felix Meschberger · 16 years ago
  98. c2baa94 FELIX-665 Add obr.xml descriptor file provided by Clement Escoffier by Felix Meschberger · 16 years ago
  99. ec606fe [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 16 years ago
  100. a7075d1 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.0.4 by Felix Meschberger · 16 years ago