1. 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
  2. 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
  3. 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
  4. b392cce FELIX-3481 - support forced configuration assignment for replacement by Felix Meschberger · 12 years ago
  5. 702d99d JavaDoc by Felix Meschberger · 12 years ago
  6. 9ca130d FELIX-3481 - Targeted PID support: by Felix Meschberger · 12 years ago
  7. 37b8c25 FELIX-3481 - Implement targeted PID support for MSF by Felix Meschberger · 12 years ago
  8. 97a8494 FELIX-3481 Start using targeted PIDs: by Felix Meschberger · 12 years ago
  9. 1aeff34 FELIX-3577 Canalize all ManagedService[Factory] updates through the BaseTracker.*Configuration methods by Felix Meschberger · 12 years ago
  10. 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
  11. 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
  12. 29c6326 FELIX-3577 Adapt to new helper classes and add dependency to OSGi Core 5.0 (to by Felix Meschberger · 12 years ago
  13. 406829c FELIX-3481 Add helper class to manage configurations with targeted PIDs by Felix Meschberger · 12 years ago
  14. 1cc8aad FELIX-3562 Use OSGi Enterprise R5 library to provide Configuration Admin 1.5 API by Felix Meschberger · 12 years ago
  15. c6d6fc2 Reintegrate R5 sanbox branch: by Felix Meschberger · 12 years ago
  16. 1db7be8 FELIX-3177 Replace temp. inclusion of OSGi source by offical class inclusion by Felix Meschberger · 12 years ago
  17. f1adba8 FELIX-2888 Return newly created factory configurations from getConfiguration even though such configuration is not persisted yet. by Felix Meschberger · 13 years ago
  18. 8213263 Improve loggin of configuration update failure and include pid of the configuration whose updated failed. by Felix Meschberger · 13 years ago
  19. 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
  20. 3ed7f96 Add some more logging by Felix Meschberger · 13 years ago
  21. 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
  22. 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
  23. 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
  24. 83adc2b Fix log message: UpdateTask can be for ManagedSevice and ManagedServiceFactory by Felix Meschberger · 13 years ago
  25. 39b20fc Improve logging (indicate updated service in UpdateTask and add bundle location to reference output) by Felix Meschberger · 13 years ago
  26. 2ede1b6 FELIX-3230 Properly check permission of configuration location (CP("*",CONFIGURE) in case of null location) by Felix Meschberger · 13 years ago
  27. 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
  28. 1935473 Log a DEBUG message in the update task if there are no MS[F] to update by Felix Meschberger · 13 years ago
  29. abca58d FELIX-3228 Properly check for CP("*", CONFIGURE) in case the current location is null by Felix Meschberger · 13 years ago
  30. 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
  31. f31f27a Add DEBUG logging to ConfigurationAdmin and Configuration API method implementations by Felix Meschberger · 13 years ago
  32. d9fb05c FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  33. 83b5f15 FELIX-3176 Implement Config Admin 1.4 Changes by Felix Meschberger · 13 years ago
  34. dcf77fd FELIX-3180 Provide MessageFormat based logging method by Felix Meschberger · 13 years ago
  35. 9294ed5 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  36. 1d2c0ff FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  37. fff99df FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  38. 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
  39. 72c9a9c FELIX-2847 Prevent NPE if service already unregistered by Felix Meschberger · 14 years ago
  40. 2965518 FELIX-1747 Use new Felix Parent POM 2-SNAPSHOT and move legal file additions by Felix Meschberger · 14 years ago
  41. c5fb739 FELIX-2766 Don't throw FileNotFoundException when calling by Felix Meschberger · 14 years ago
  42. 0fb2d86 FELIX-2771 Fix Foundation and Mika platform issues: by Felix Meschberger · 14 years ago
  43. 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
  44. 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
  45. 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
  46. 8de7c21 Use new isLogEnabled method to check whether DEBUG logging is enabled before calling the log method. by Felix Meschberger · 14 years ago
  47. 69e05f8 FELIX-2557 Refactor ConfigurationEvent dispatching: by Felix Meschberger · 14 years ago
  48. 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
  49. c2082a1 FELIX-1907 added clarification statements regarding the use of the dictionaries and stability of the Enumeration by Felix Meschberger · 14 years ago
  50. 5544543 FELIX-2552 Add chaching layer for the PersistenceManager services and remove unused PeristenceManagerProxy class by Felix Meschberger · 14 years ago
  51. 8ac82ae FELIX-1727 fixed key validation allowing leading dots and throwing on by Felix Meschberger · 15 years ago
  52. 806d25b FELIX-1543 Refer to official OSGi core and compendium library by Felix Meschberger · 15 years ago
  53. 932cedd FELIX-1545 Added guards to ManagedService[Factory]Update to prevent multiple by Felix Meschberger · 15 years ago
  54. f5c7b01 For better logging (especially in cases of the LogService implemented using by Felix Meschberger · 15 years ago
  55. 21c5c55 FELIX-1545 implement last modification and last update trackers by Felix Meschberger · 15 years ago
  56. ad8e9aa FELIX-1542 add lastModificationTime and lastUpdateTime fields to track by Felix Meschberger · 15 years ago
  57. 8f26e5d FELIX-1541 Include official org.osgi.service.cm sources received by Felix Meschberger · 15 years ago
  58. 46102c1 FELIX-1535 check permission against current access control context by Felix Meschberger · 15 years ago
  59. 0c0e48e FELIX-1448 setting the static bundle to a different location than by Felix Meschberger · 15 years ago
  60. f9837ba FELIX-1488 Disable configuration reassignment due to changing the static by Felix Meschberger · 15 years ago
  61. 612dba1 FELIX-1508 Prevent CM_UPDATED event from being fired after by Felix Meschberger · 15 years ago
  62. 14d2497 FELIX-1507 Add unified error handling for update and delete call back methods by Felix Meschberger · 15 years ago
  63. c214c5d FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set by Felix Meschberger · 15 years ago
  64. b571457 FELIX-1488 support for another use case: by Felix Meschberger · 15 years ago
  65. d19cf36 FELIX-1488 configuration replacement if static bundle binding is by Felix Meschberger · 15 years ago
  66. c383c3b FELIX-1488 dynamic binding must not be removed before initiating the by Felix Meschberger · 15 years ago
  67. 8d871cc FELIX-1146 refactor update tasks to immediately gather configurations by Felix Meschberger · 15 years ago
  68. 82ce019 FELIX-1488 Factor out common properties of Factory and ConfigurationImpl by Felix Meschberger · 15 years ago
  69. ed34920 Consolidate "update" flag setting with configuraiton property update setting by Felix Meschberger · 15 years ago
  70. bc3c320 Ensure update/delete is sent regardless of whether the configuration by Felix Meschberger · 15 years ago
  71. cb660f2 FELIX-1488 Setting a static configuration binding must by Felix Meschberger · 15 years ago
  72. acdb337 FELIX-1488 Setting a static configuration binding must by Felix Meschberger · 15 years ago
  73. 2a91ce2 FELIX-1488 Dynamic configuration bindings have to also be by Felix Meschberger · 15 years ago
  74. b0063bc FELIX-1489 submit created configurations without properties to by Felix Meschberger · 15 years ago
  75. 2bb2d5c FELIX-1486 Support multi-value PIDs by Felix Meschberger · 15 years ago
  76. befd9af FELIX-1488 Only persist static configuration bindings and keep dynamic by Felix Meschberger · 15 years ago
  77. 71385b0 FELIX-1479 Enhance FilePersistenceManager by checks for the system by Felix Meschberger · 15 years ago
  78. c12bbf5 FELIX-1165 Ensure setting the service reference field for a ManagedService by Felix Meschberger · 15 years ago
  79. 9670b2c FELIX-1477 Apply slightly modified (formatting) patch by Andy Wilkinson by Felix Meschberger · 15 years ago
  80. b7060c8 FELIX-1234 Use factory PID for configuration plugin selection if the by Felix Meschberger · 15 years ago
  81. 8c9a9ce FELIX-979 Prevent bundle event handling after the bundle activator's stop method has terminated by Felix Meschberger · 16 years ago
  82. dcb98d4 FELIX-903 add felix.cm.loglevel property to limit the log output by Felix Meschberger · 16 years ago
  83. 0f749f6 Remove those @author and @version tags by Felix Meschberger · 16 years ago
  84. c9356b2 FELIX-890 Configuration.getProperties() must return a full copy of the by Felix Meschberger · 16 years ago
  85. 192227e FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases by Felix Meschberger · 16 years ago
  86. 99856a0 FELIX-881 Also clear the configurationAdminRegistration field before by Felix Meschberger · 16 years ago
  87. 98fca8e FELIX-881 provide getter for the service reference preventing by Felix Meschberger · 16 years ago
  88. b91ea25 FELIX-880 get the ServiceReference from the ServiceRegistration to by Felix Meschberger · 16 years ago
  89. ff67d23 FELIX-740 Check ServiceReference's Bundle before using it, since the by Felix Meschberger · 16 years ago
  90. 8e49b2b FELIX-879 Replace Vector by Collection and copy provided by Felix Meschberger · 16 years ago
  91. e567c9f FELIX-612 Don't persist newly created factory configuration objects and also by Felix Meschberger · 16 years ago
  92. d3714fe FELIX-611 Do not return new configurations from the ConfigurationAdmin.listConfiguration by Felix Meschberger · 16 years ago
  93. 1c0b349 SLING-522 Verify the correctness of the key according to symbolic-name by Felix Meschberger · 17 years ago
  94. f463132 FELIX-516 Record whether a configuration change (update, delete) has been delivered by Felix Meschberger · 17 years ago
  95. 432e387 Add more logging by Felix Meschberger · 17 years ago
  96. 47b825b Correct license headers. by Carsten Ziegeler · 17 years ago
  97. 7853b9a Correct javadocs and clean up code a little bit. by Carsten Ziegeler · 17 years ago
  98. 459b23d Move license and notice file to root directory. by Carsten Ziegeler · 17 years ago
  99. 4168398 Fix for FELIX-443: Make classes static and pass ConfigurationManager. by Carsten Ziegeler · 17 years ago
  100. e74e5a6 Add LICENSE and NOTICE files by Felix Meschberger · 17 years ago