1. 7d0c925 Add another bug reference to the change log by Felix Meschberger · 13 years ago
  2. 458b1a9 FELIX-3301 Enforce only using Java 1.3 API and fix one single non-Java 1.3 API use by Felix Meschberger · 13 years ago
  3. 3c541a3 Update changelog with three more bugs fixed by Felix Meschberger · 13 years ago
  4. d873875 FELIX-3233 Ensure canReceive is called with non-null Bundle argument and log if ServiceReference.getBundle() becomes null before handling the update (this can happen in race-condition situations where the service is unregistered before the update is [asynchronously] processed). by Felix Meschberger · 13 years ago
  5. 6c11346 FELIX-3231 Remove update counter and rename lastModificationTime to revision to better reflect the intent of the field. by Felix Meschberger · 13 years ago
  6. c45958d Fix test cases by Felix Meschberger · 13 years ago
  7. 83adc2b Fix log message: UpdateTask can be for ManagedSevice and ManagedServiceFactory by Felix Meschberger · 13 years ago
  8. 39b20fc Improve logging (indicate updated service in UpdateTask and add bundle location to reference output) by Felix Meschberger · 13 years ago
  9. 2ede1b6 FELIX-3230 Properly check permission of configuration location (CP("*",CONFIGURE) in case of null location) by Felix Meschberger · 13 years ago
  10. eccc142 FELIX-3227 If existing configuration is not visible to an MS, the update method is called with null by Felix Meschberger · 13 years ago
  11. 33e198b Update changelog with three bugs fixed by Felix Meschberger · 13 years ago
  12. 4e3e825 FELIX-3229 Fix permission checks (and clean code up a bit) for getConfiguration(String, String) and createFactoryConfiguration(String, String) by Felix Meschberger · 13 years ago
  13. 1935473 Log a DEBUG message in the update task if there are no MS[F] to update by Felix Meschberger · 13 years ago
  14. abca58d FELIX-3228 Properly check for CP("*", CONFIGURE) in case the current location is null by Felix Meschberger · 13 years ago
  15. 553bc7f FELIX-3227 Comply with Config Admin 1.4 to call ManagedService.update with null if configuration is not visible by Felix Meschberger · 13 years ago
  16. f31f27a Add DEBUG logging to ConfigurationAdmin and Configuration API method implementations by Felix Meschberger · 13 years ago
  17. 68f2ecd FELIX-3200 Update change log by Felix Meschberger · 13 years ago
  18. 7014145 Use ${project.artifact} for maven3 warning prevention .... ;-) by Felix Meschberger · 13 years ago
  19. d9fb05c FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  20. 83b5f15 FELIX-3176 Implement Config Admin 1.4 Changes by Felix Meschberger · 13 years ago
  21. d0b8598 Add fixed improvement issue by Felix Meschberger · 13 years ago
  22. 90cacd3 remove unneeded import by Felix Meschberger · 13 years ago
  23. dcf77fd FELIX-3180 Provide MessageFormat based logging method by Felix Meschberger · 13 years ago
  24. 9294ed5 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  25. 06a7912 Update changelog to remove never released 1.2.10 version and prepare for the next 1.4.0 release by Felix Meschberger · 13 years ago
  26. 1d2c0ff FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  27. 52910b2 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  28. 0371036 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  29. fff99df FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  30. a4b79b1 FELIX-3175 Fix the RankingComparator to accomodate for services to be sorted in collections (array, set) according to regular service.ranking property as well as service.cmRanking (for ConfigurationPlugins) ordering. Added unit tests to make sure the comparator works as expected. by Felix Meschberger · 13 years ago
  31. fbb7c81 Use released plugin by Carsten Ziegeler · 13 years ago
  32. 6e172fe Use latest releases by Carsten Ziegeler · 14 years ago
  33. 6d2eec9 Use latest snapshot by Carsten Ziegeler · 14 years ago
  34. ae79eed Update changelog by Guillaume Nodet · 14 years ago
  35. f4cc54a FELIX-2885 - The config admin bundle does not indicate its provided and required services dependencies by Guillaume Nodet · 14 years ago
  36. 72c9a9c FELIX-2847 Prevent NPE if service already unregistered by Felix Meschberger · 14 years ago
  37. 2965518 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 14 years ago
  38. 6de5826 Add missing ASL license header by Felix Meschberger · 14 years ago
  39. c5fb739 FELIX-2766 Don't throw FileNotFoundException when calling by Felix Meschberger · 14 years ago
  40. 0fb2d86 FELIX-2771 Fix Foundation and Mika platform issues: by Felix Meschberger · 14 years ago
  41. 8309e52 Add Bundle-DocURL to manifest by Felix Meschberger · 14 years ago
  42. 5522940 FELIX-2813 Make the service registration field volatile and ensure the asynchronous threads are started only after registering the service and stopped before unregistering the service. by Felix Meschberger · 14 years ago
  43. 9e55394 FELIX-2813 This test shows the issue, even though it does not fail. If somebody knows how to make a test fail if another thread throws a NPE, feel free to jump in. by Marcel Offermans · 14 years ago
  44. 8664d1c [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  45. ddbcd77 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8 by Felix Meschberger · 14 years ago
  46. 1f576be FELIX-2184 The definitions of PID and configuration property name syntax are actually only recommendations not prescriptions. Thus PIDs may technically be any string and should be accepted from both the party setting up new configuration as well as from persistence. Adding tests to verify this. by Felix Meschberger · 14 years ago
  47. d9305cb FELIX-1984 Define proper import versions for the packages exported/expected by the bundle and also define the proper version for the dynamic log service import by Felix Meschberger · 14 years ago
  48. fda3918 Backup version for aborted release by Felix Meschberger · 14 years ago
  49. 065c181 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  50. 0176f97 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8 by Felix Meschberger · 14 years ago
  51. 69ccae3 Add svn location by Carsten Ziegeler · 14 years ago
  52. 2584ff9 Modified DEPS format. by Richard S. Hall · 14 years ago
  53. 41fc52b update changelog by Felix Meschberger · 14 years ago
  54. b7bf8de FELIX-2559 rename existing NOTICE file to DEPENDENCIES and add ASF compliant NOTICE file by Felix Meschberger · 14 years ago
  55. 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
  56. 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
  57. 8de7c21 Use new isLogEnabled method to check whether DEBUG logging is enabled before calling the log method. by Felix Meschberger · 14 years ago
  58. 69e05f8 FELIX-2557 Refactor ConfigurationEvent dispatching: by Felix Meschberger · 14 years ago
  59. e1b83de FELIX-1545 Use DEBUG level for log messages during test by Felix Meschberger · 14 years ago
  60. 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
  61. c2082a1 FELIX-1907 added clarification statements regarding the use of the dictionaries and stability of the Enumeration by Felix Meschberger · 14 years ago
  62. 5544543 FELIX-2552 Add chaching layer for the PersistenceManager services and remove unused PeristenceManagerProxy class by Felix Meschberger · 14 years ago
  63. e7c7c79 Add changelog.txt by Felix Meschberger · 14 years ago
  64. 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
  65. 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
  66. 8ca8aea FELIX-2179 Apply patch by David Jencks (thanks) by Felix Meschberger · 15 years ago
  67. 8ac82ae FELIX-1727 fixed key validation allowing leading dots and throwing on by Felix Meschberger · 15 years ago
  68. 806d25b FELIX-1543 Refer to official OSGi core and compendium library by Felix Meschberger · 15 years ago
  69. 99a126d [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  70. 5d4a7b0 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.6 by Felix Meschberger · 15 years ago
  71. 932cedd FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple by Felix Meschberger · 15 years ago
  72. f5c7b01 For better logging (especially in cases of the LogService implemented using by Felix Meschberger · 15 years ago
  73. c3e1992 FELIX-1545 remove System.out.println() from helper classes ... by Felix Meschberger · 15 years ago
  74. 21c5c55 FELIX-1545 implement last modification and last update trackers by Felix Meschberger · 15 years ago
  75. d66e955 FELIX-1545 integration testcases exhibiting the concurrency issues of by Felix Meschberger · 15 years ago
  76. 779dec7 Instead of just sitting for a number of seconds we add a ConfigurationAdmin by Felix Meschberger · 15 years ago
  77. 1ecd77a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  78. 19fd979 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.4 by Felix Meschberger · 15 years ago
  79. 31da876 Describe in OBR as implementing version 1.3 of the Configuration Admin Service by Felix Meschberger · 15 years ago
  80. ad8e9aa FELIX-1542 add lastModificationTime and lastUpdateTime fields to track by Felix Meschberger · 15 years ago
  81. 8f26e5d FELIX-1541 Include official org.osgi.service.cm sources received by Felix Meschberger · 15 years ago
  82. e9bce10 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  83. 58a55b2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.2 by Felix Meschberger · 15 years ago
  84. 46102c1 FELIX-1535 check permission against current access control context by Felix Meschberger · 15 years ago
  85. bfe4987 Add use of codehaus plugins and OPS4J stuff to the NOTICE file by Felix Meschberger · 15 years ago
  86. 590e947 Have to use the project. properties instead of pom. properties in ant tasks for older maven versions by Felix Meschberger · 15 years ago
  87. d33af10 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 15 years ago
  88. f72dff7 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.0 by Felix Meschberger · 15 years ago
  89. ed509ef Have to explicitly state the test bundle and not scan the target by Felix Meschberger · 15 years ago
  90. fb05f00 Use new Felix Parent POM 1.2 by Felix Meschberger · 15 years ago
  91. 0c0e48e FELIX-1448 setting the static bundle to a different location than by Felix Meschberger · 15 years ago
  92. 440c633 FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  93. f9837ba FELIX-1488 Disable configuration reassignment due to changing the static by Felix Meschberger · 15 years ago
  94. a1c197e FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  95. 9ca9dc7 FELIX-1508 Have to adapt the overwritten method signature by Felix Meschberger · 15 years ago
  96. 612dba1 FELIX-1508 Prevent CM_UPDATED event from being fired after by Felix Meschberger · 15 years ago
  97. 14d2497 FELIX-1507 Add unified error handling for update and delete call back methods by Felix Meschberger · 15 years ago
  98. c214c5d FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set by Felix Meschberger · 15 years ago
  99. b571457 FELIX-1488 support for another use case: by Felix Meschberger · 15 years ago
  100. d19cf36 FELIX-1488 configuration replacement if static bundle binding is by Felix Meschberger · 15 years ago