1. 95ecb5a [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 9 years ago
  2. 7c37ee4 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.8.4 by Guillaume Nodet · 9 years ago
  3. 45ab8ed FELIX-4851 Deliver Configuration Events listeners in STARTED state also. by A. J. David Bosschaert · 9 years ago
  4. 0dbbaad Add changelog for 1.8.4 release by Guillaume Nodet · 9 years ago
  5. f4fbe41 [FELIX-4851] ConfigAdmin only forwards ConfigurationEvents to ConfigurationListeners which are provided by bundles that are in state ACTIVE by Guillaume Nodet · 9 years ago
  6. a937abc [FELIX-4855] ConfigAdmin does not update ManagedServiceFactory on framework restart by Guillaume Nodet · 9 years ago
  7. c7d64f9 FELIX-4846 : Wrong exception type in list operation by Carsten Ziegeler · 9 years ago
  8. e22e237 [maven-release-plugin] prepare for next development iteration by Guillaume Nodet · 9 years ago
  9. ef78cc2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.8.2 by Guillaume Nodet · 9 years ago
  10. 7831c72 Add changelog for configadmin by Guillaume Nodet · 9 years ago
  11. 39f688d [FELIX-4811] Optimize ConfigurationManager#listConfigurations by Guillaume Nodet · 9 years ago
  12. e0b0a02 [FELIX-4566] Consistency in PersistenceManager and Cache is not guaranteed by Guillaume Nodet · 10 years ago
  13. 10c313c FELIX-4385: Applied the patch fixing the NPE when configuration is deleted at the same time by Pierre De Rop · 10 years ago
  14. ea6b044 FELIX-4408 Fix lower casing in special case locales (such as Turkish) where by Felix Meschberger · 10 years ago
  15. 88489df FELIX-4302 Config Admin can create illegal names on windows by Felix Meschberger · 11 years ago
  16. ec1f505 FELIX-4362 Call ManagedService[Factory] methods as privileged actions by Felix Meschberger · 11 years ago
  17. 10740ca FELIX-4360 Add a test case ensuring value order of Collection properties by Felix Meschberger · 11 years ago
  18. a58c8f7 [FELIX-4316] Packages imported dynamically should also be imported statically with an optional flag by Guillaume Nodet · 11 years ago
  19. 87b4e0f [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 11 years ago
  20. 8bac5e2 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.8.0 by Felix Meschberger · 11 years ago
  21. 615514f Update change log by Felix Meschberger · 11 years ago
  22. f748bfb FELIX-4238 The pmtCount field must keep the tracking count not the number of tracked services. Otherwise the list of services is updated on each access to configuration. by Felix Meschberger · 11 years ago
  23. efccbe0 FELIX-4039 Add license header by Felix Meschberger · 11 years ago
  24. fe993ff FELIX-4197 Enforce permission check on Configuration.get/setBundleLocation. by Felix Meschberger · 11 years ago
  25. 0ddb3a1 Update changelog by Felix Meschberger · 11 years ago
  26. eaa3e20 FELIX-4039 Add permissions.perm file contributed by Romain Dubois (thanks alot) by Felix Meschberger · 11 years ago
  27. a18ed23 FELIX-4165 Check the return value of the file deletion by Felix Meschberger · 11 years ago
  28. 760da89 FELIX-3360 Fix dynamic configuration binding by Felix Meschberger · 11 years ago
  29. c8dea81 Add test cases to verify configuration is not supplied twice in the by Felix Meschberger · 11 years ago
  30. 274aa24 FELIX-3820 Guard access to the ConfigurationManager field in the ConfigurationAdminImpl class (slightly modified patch by Guillaume Nodet, thanks). Also added some more guards in the context of permission checks and added integration tests. by Felix Meschberger · 12 years ago
  31. 3473093 [FELIX-3808] Upgrade ConfigAdmin to pax-exam 2 by Guillaume Nodet · 12 years ago
  32. 9963073 FELIX-3823 Make sure the default FilePersistenceManager is properly unregistered by the bundle itself by Felix Meschberger · 12 years ago
  33. fffde29 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
  34. 8eabf7c [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  35. 0eb5469 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.6.0 by Felix Meschberger · 12 years ago
  36. 87d8c60 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
  37. 54e1f5b Fix JavaDoc warnings by Felix Meschberger · 12 years ago
  38. b0095a9 Update changelog.txt for release 1.6.0 by Felix Meschberger · 12 years ago
  39. 3cbf465 FELIX-3721 Make sure ManagedService[Factory] services are always called back on initial service registration by Felix Meschberger · 12 years ago
  40. a8922bd 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
  41. e94b157 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
  42. 1ff5c53 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
  43. 3792b1a FELIX-3481 - support forced configuration assignment for replacement by Felix Meschberger · 12 years ago
  44. 69afa1b JavaDoc by Felix Meschberger · 12 years ago
  45. 725623b FELIX-3481 - Targeted PID support test case by Felix Meschberger · 12 years ago
  46. cd5195f FELIX-3481 - Targeted PID support: by Felix Meschberger · 12 years ago
  47. 273985f FELIX-3481 - Implement targeted PID support for MSF by Felix Meschberger · 12 years ago
  48. e5e3173 Add check for isConfigured() method by Felix Meschberger · 12 years ago
  49. f6e2a53 Cleanup and improve messages by Felix Meschberger · 12 years ago
  50. 5ece503 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
  51. c0894f3 FELIX-3481 Start using targeted PIDs: by Felix Meschberger · 12 years ago
  52. 3467b16 Move factory configuration test to after creating it by Felix Meschberger · 12 years ago
  53. 382a19b FELIX-3577 Canalize all ManagedService[Factory] updates through the BaseTracker.*Configuration methods by Felix Meschberger · 12 years ago
  54. 73266ae Improve bundling by omitting the BundleTracker from the embedded OSGi tracker package by Felix Meschberger · 12 years ago
  55. accd901 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
  56. e9502bd 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
  57. 8e11931 Fix wrongly named tests (method names switched with respect to actual test) by Felix Meschberger · 12 years ago
  58. 63e7ab1 FELIX-3577 Adapt to new helper classes and add dependency to OSGi Core 5.0 (to by Felix Meschberger · 12 years ago
  59. e7f513f FELIX-3481 Add helper class to manage configurations with targeted PIDs by Felix Meschberger · 12 years ago
  60. 70f0abd FELIX-3562 Use OSGi Enterprise R5 library to provide Configuration Admin 1.5 API by Felix Meschberger · 12 years ago
  61. 0770cad Reintegrate R5 sanbox branch: by Felix Meschberger · 12 years ago
  62. 9254582 FELIX-3532 Update to latest bundle plugin by Felix Meschberger · 12 years ago
  63. cba2b2a [maven-release-plugin] prepare for next development iteration by Felix Meschberger · 12 years ago
  64. a321089 [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  65. 5d6dcc9 Update changelog by Felix Meschberger · 12 years ago
  66. d4c93bd developerConnection must be https URL by Felix Meschberger · 12 years ago
  67. ab3c9ce [maven-release-plugin] rollback the release of org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  68. 70ed09f [maven-release-plugin] prepare release org.apache.felix.configadmin-1.4.0 by Felix Meschberger · 12 years ago
  69. abb0bc2 FELIX-3177 Replace temp. inclusion of OSGi source by offical class inclusion by Felix Meschberger · 12 years ago
  70. b3bae58 FELIX-2888 Return newly created factory configurations from getConfiguration even though such configuration is not persisted yet. by Felix Meschberger · 12 years ago
  71. 93edd66 Improve loggin of configuration update failure and include pid of the configuration whose updated failed. by Felix Meschberger · 12 years ago
  72. 623f714 FELIX-3327 Throw IllegalStateException on setBundleLocation, getBundleLocation, update, and delete if the Configuration Admin Service has been stopped. by Felix Meschberger · 12 years ago
  73. f768ef9 Add some more logging by Felix Meschberger · 12 years ago
  74. 1cc7aa7 Add another bug reference to the change log by Felix Meschberger · 13 years ago
  75. 4a48e25 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
  76. c97f3dd Update changelog with three more bugs fixed by Felix Meschberger · 13 years ago
  77. 2444da6 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
  78. 6120723 FELIX-3231 Remove update counter and rename lastModificationTime to revision to better reflect the intent of the field. by Felix Meschberger · 13 years ago
  79. 07c56d7 Fix test cases by Felix Meschberger · 13 years ago
  80. 1ee888d Fix log message: UpdateTask can be for ManagedSevice and ManagedServiceFactory by Felix Meschberger · 13 years ago
  81. 0135b32 Improve logging (indicate updated service in UpdateTask and add bundle location to reference output) by Felix Meschberger · 13 years ago
  82. 565151a FELIX-3230 Properly check permission of configuration location (CP("*",CONFIGURE) in case of null location) by Felix Meschberger · 13 years ago
  83. 55d0a82 FELIX-3227 If existing configuration is not visible to an MS, the update method is called with null by Felix Meschberger · 13 years ago
  84. 5761b86 Update changelog with three bugs fixed by Felix Meschberger · 13 years ago
  85. ad94987 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
  86. 137ee72 Log a DEBUG message in the update task if there are no MS[F] to update by Felix Meschberger · 13 years ago
  87. fa6f013 FELIX-3228 Properly check for CP("*", CONFIGURE) in case the current location is null by Felix Meschberger · 13 years ago
  88. 27689c1 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
  89. f0c5a3d Add DEBUG logging to ConfigurationAdmin and Configuration API method implementations by Felix Meschberger · 13 years ago
  90. c4696e4 FELIX-3200 Update change log by Felix Meschberger · 13 years ago
  91. cdb12bf Use ${project.artifact} for maven3 warning prevention .... ;-) by Felix Meschberger · 13 years ago
  92. 05d89e1 FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  93. fb833e7 FELIX-3176 Implement Config Admin 1.4 Changes by Felix Meschberger · 13 years ago
  94. 12acf34 Add fixed improvement issue by Felix Meschberger · 13 years ago
  95. 9108571 remove unneeded import by Felix Meschberger · 13 years ago
  96. 4f26929 FELIX-3180 Provide MessageFormat based logging method by Felix Meschberger · 13 years ago
  97. 35658d5 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  98. a323727 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
  99. 6260c1f FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  100. 2c04dcf FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago