1. d853a45 [FELIX-3808] Upgrade ConfigAdmin to pax-exam 2 by Guillaume Nodet · 12 years ago
  2. 033546f FELIX-3823 Make sure the default FilePersistenceManager is properly unregistered by the bundle itself by Felix Meschberger · 12 years ago
  3. b65ec75 FELIX-3762 Get the BaseTracker instance on demand while executing the task instead of at construction time. This ensures the tracker exists. by Felix Meschberger · 12 years ago
  4. 605536a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  5. c9c8dd0 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.6.0 by Felix Meschberger · 12 years ago
  6. 543625e FELIX-3721 Properly register new PIDs when a ManagedService[Factory] updates the service registration with a different (set of) PIDs by Felix Meschberger · 12 years ago
  7. b3750aa Fix JavaDoc warnings by Felix Meschberger · 12 years ago
  8. ab27cfe Update changelog.txt for release 1.6.0 by Felix Meschberger · 12 years ago
  9. 8aae12f FELIX-3721 Make sure ManagedService[Factory] services are always called back on initial service registration by Felix Meschberger · 12 years ago
  10. 5e1031a FELIX-3622 Use the local variable pid to log the service PID of the configuration added instead of accessing the raw dictionary which has the property removed after calling the ConfigurationImpl constructor. by Felix Meschberger · 12 years ago
  11. edcfe32 FELIX-3596 ConfigurationEvents should only be synchronously delivered to listeners registered as SynchronousConfigurationEventListener (this is a service interface not a marker interface). Adapted test cases to verify async delivery to SynchronousConfigurationEventListener implementations registered as ConfigurationEventListener services. by Felix Meschberger · 12 years ago
  12. 01b1f88 FELIX-3481 - Fix targeted PID case where the service PID contains a pipe (|) symbol and add a testcase for the fix by Felix Meschberger · 12 years ago
  13. b392cce FELIX-3481 - support forced configuration assignment for replacement by Felix Meschberger · 12 years ago
  14. 702d99d JavaDoc by Felix Meschberger · 12 years ago
  15. 48d5a2a FELIX-3481 - Targeted PID support test case by Felix Meschberger · 12 years ago
  16. 9ca130d FELIX-3481 - Targeted PID support: by Felix Meschberger · 12 years ago
  17. 37b8c25 FELIX-3481 - Implement targeted PID support for MSF by Felix Meschberger · 12 years ago
  18. c2cdf13 Add check for isConfigured() method by Felix Meschberger · 12 years ago
  19. f8828f4 Cleanup and improve messages by Felix Meschberger · 12 years ago
  20. 8da1059 Make sure to really wait until being notified. The thread might be awakened (or interrupted) for other reasons than for triggering by notification so we loop until we get the notification. To also not loose a notification, we wait for a limited time only. In any case, the loop only exists when the trigger flag is set. by Felix Meschberger · 12 years ago
  21. 97a8494 FELIX-3481 Start using targeted PIDs: by Felix Meschberger · 12 years ago
  22. 032039d Move factory configuration test to after creating it by Felix Meschberger · 12 years ago
  23. 1aeff34 FELIX-3577 Canalize all ManagedService[Factory] updates through the BaseTracker.*Configuration methods by Felix Meschberger · 12 years ago
  24. 01834da Improve bundling by omitting the BundleTracker from the embedded OSGi tracker package by Felix Meschberger · 12 years ago
  25. 613a93b FELIX-3577 Fix a conversion glitch (calling service reference removal instead of configuration removal). Also renamed the provide and remove methods to provideConfiguration and removeConfiguration to make the distinction of removal clear. by Felix Meschberger · 12 years ago
  26. 6b18712 FELIX-3481 Add tests for the matchesTarget method and improve the MockBundle to throw an AbstractMethodError if one of the post-Framework-API-1.4 methods is called, such as Bundle.getVersion(). by Felix Meschberger · 12 years ago
  27. 86bfe54 Fix wrongly named tests (method names switched with respect to actual test) by Felix Meschberger · 12 years ago
  28. 29c6326 FELIX-3577 Adapt to new helper classes and add dependency to OSGi Core 5.0 (to by Felix Meschberger · 12 years ago
  29. 406829c FELIX-3481 Add helper class to manage configurations with targeted PIDs by Felix Meschberger · 12 years ago
  30. 1cc8aad FELIX-3562 Use OSGi Enterprise R5 library to provide Configuration Admin 1.5 API by Felix Meschberger · 12 years ago
  31. c6d6fc2 Reintegrate R5 sanbox branch: by Felix Meschberger · 12 years ago
  32. 9e05dfd FELIX-3532 Update to latest bundle plugin by Felix Meschberger · 12 years ago
  33. 1d26559 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  34. 34bbabf [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  35. 79c99c9 Update changelog by Felix Meschberger · 12 years ago
  36. df7480e developerConnection must be https URL by Felix Meschberger · 12 years ago
  37. b236889 [maven-release-plugin] rollback the release of org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  38. bd1dc7d [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  39. 1db7be8 FELIX-3177 Replace temp. inclusion of OSGi source by offical class inclusion by Felix Meschberger · 12 years ago
  40. f1adba8 FELIX-2888 Return newly created factory configurations from getConfiguration even though such configuration is not persisted yet. by Felix Meschberger · 13 years ago
  41. 8213263 Improve loggin of configuration update failure and include pid of the configuration whose updated failed. by Felix Meschberger · 13 years ago
  42. 35ff0a7 FELIX-3327 Throw IllegalStateException on setBundleLocation, getBundleLocation, update, and delete if the Configuration Admin Service has been stopped. by Felix Meschberger · 13 years ago
  43. 3ed7f96 Add some more logging by Felix Meschberger · 13 years ago
  44. 7d0c925 Add another bug reference to the change log by Felix Meschberger · 13 years ago
  45. 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
  46. 3c541a3 Update changelog with three more bugs fixed by Felix Meschberger · 13 years ago
  47. 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
  48. 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
  49. c45958d Fix test cases by Felix Meschberger · 13 years ago
  50. 83adc2b Fix log message: UpdateTask can be for ManagedSevice and ManagedServiceFactory by Felix Meschberger · 13 years ago
  51. 39b20fc Improve logging (indicate updated service in UpdateTask and add bundle location to reference output) by Felix Meschberger · 13 years ago
  52. 2ede1b6 FELIX-3230 Properly check permission of configuration location (CP("*",CONFIGURE) in case of null location) by Felix Meschberger · 13 years ago
  53. 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
  54. 33e198b Update changelog with three bugs fixed by Felix Meschberger · 13 years ago
  55. 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
  56. 1935473 Log a DEBUG message in the update task if there are no MS[F] to update by Felix Meschberger · 13 years ago
  57. abca58d FELIX-3228 Properly check for CP("*", CONFIGURE) in case the current location is null by Felix Meschberger · 13 years ago
  58. 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
  59. f31f27a Add DEBUG logging to ConfigurationAdmin and Configuration API method implementations by Felix Meschberger · 13 years ago
  60. 68f2ecd FELIX-3200 Update change log by Felix Meschberger · 13 years ago
  61. 7014145 Use ${project.artifact} for maven3 warning prevention .... ;-) by Felix Meschberger · 13 years ago
  62. d9fb05c FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  63. 83b5f15 FELIX-3176 Implement Config Admin 1.4 Changes by Felix Meschberger · 13 years ago
  64. d0b8598 Add fixed improvement issue by Felix Meschberger · 13 years ago
  65. 90cacd3 remove unneeded import by Felix Meschberger · 13 years ago
  66. dcf77fd FELIX-3180 Provide MessageFormat based logging method by Felix Meschberger · 13 years ago
  67. 9294ed5 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  68. 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
  69. 1d2c0ff FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  70. 52910b2 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  71. 0371036 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  72. fff99df FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  73. 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
  74. fbb7c81 Use released plugin by Carsten Ziegeler · 13 years ago
  75. 6e172fe Use latest releases by Carsten Ziegeler · 14 years ago
  76. 6d2eec9 Use latest snapshot by Carsten Ziegeler · 14 years ago
  77. ae79eed Update changelog by Guillaume Nodet · 14 years ago
  78. f4cc54a FELIX-2885 - The config admin bundle does not indicate its provided and required services dependencies by Guillaume Nodet · 14 years ago
  79. 72c9a9c FELIX-2847 Prevent NPE if service already unregistered by Felix Meschberger · 14 years ago
  80. 2965518 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 14 years ago
  81. 6de5826 Add missing ASL license header by Felix Meschberger · 14 years ago
  82. c5fb739 FELIX-2766 Don't throw FileNotFoundException when calling by Felix Meschberger · 14 years ago
  83. 0fb2d86 FELIX-2771 Fix Foundation and Mika platform issues: by Felix Meschberger · 14 years ago
  84. 8309e52 Add Bundle-DocURL to manifest by Felix Meschberger · 14 years ago
  85. 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
  86. 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
  87. 8664d1c [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  88. ddbcd77 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8 by Felix Meschberger · 14 years ago
  89. 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
  90. 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
  91. fda3918 Backup version for aborted release by Felix Meschberger · 14 years ago
  92. 065c181 [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 14 years ago
  93. 0176f97 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.2.8 by Felix Meschberger · 14 years ago
  94. 69ccae3 Add svn location by Carsten Ziegeler · 14 years ago
  95. 2584ff9 Modified DEPS format. by Richard S. Hall · 14 years ago
  96. 41fc52b update changelog by Felix Meschberger · 14 years ago
  97. b7bf8de FELIX-2559 rename existing NOTICE file to DEPENDENCIES and add ASF compliant NOTICE file by Felix Meschberger · 14 years ago
  98. 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
  99. 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
  100. 8de7c21 Use new isLogEnabled method to check whether DEBUG logging is enabled before calling the log method. by Felix Meschberger · 14 years ago