1. 10c313c FELIX-4385: Applied the patch fixing the NPE when configuration is deleted at the same time by Pierre De Rop · 10 years ago
  2. ea6b044 FELIX-4408 Fix lower casing in special case locales (such as Turkish) where by Felix Meschberger · 10 years ago
  3. 88489df FELIX-4302 Config Admin can create illegal names on windows by Felix Meschberger · 11 years ago
  4. 10740ca FELIX-4360 Add a test case ensuring value order of Collection properties by Felix Meschberger · 11 years ago
  5. 760da89 FELIX-3360 Fix dynamic configuration binding by Felix Meschberger · 11 years ago
  6. c8dea81 Add test cases to verify configuration is not supplied twice in the by Felix Meschberger · 11 years ago
  7. 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
  8. 3473093 [FELIX-3808] Upgrade ConfigAdmin to pax-exam 2 by Guillaume Nodet · 12 years ago
  9. 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
  10. 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
  11. 725623b FELIX-3481 - Targeted PID support test case by Felix Meschberger · 12 years ago
  12. 273985f FELIX-3481 - Implement targeted PID support for MSF by Felix Meschberger · 12 years ago
  13. e5e3173 Add check for isConfigured() method by Felix Meschberger · 12 years ago
  14. f6e2a53 Cleanup and improve messages by Felix Meschberger · 12 years ago
  15. 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
  16. 3467b16 Move factory configuration test to after creating it by Felix Meschberger · 12 years ago
  17. 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
  18. 8e11931 Fix wrongly named tests (method names switched with respect to actual test) by Felix Meschberger · 12 years ago
  19. 63e7ab1 FELIX-3577 Adapt to new helper classes and add dependency to OSGi Core 5.0 (to by Felix Meschberger · 12 years ago
  20. e7f513f FELIX-3481 Add helper class to manage configurations with targeted PIDs by Felix Meschberger · 12 years ago
  21. 0770cad Reintegrate R5 sanbox branch: by Felix Meschberger · 12 years ago
  22. abb0bc2 FELIX-3177 Replace temp. inclusion of OSGi source by offical class inclusion by Felix Meschberger · 12 years ago
  23. b3bae58 FELIX-2888 Return newly created factory configurations from getConfiguration even though such configuration is not persisted yet. by Felix Meschberger · 12 years ago
  24. 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
  25. 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
  26. 07c56d7 Fix test cases by Felix Meschberger · 13 years ago
  27. 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
  28. 05d89e1 FELIX-3200 Track ManagedService[Factory] PID changes by Felix Meschberger · 13 years ago
  29. 9108571 remove unneeded import by Felix Meschberger · 13 years ago
  30. 6260c1f FELIX-3046 Ensure empty arrays and collections are written out to the files and read again by Felix Meschberger · 13 years ago
  31. 2c04dcf FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  32. 2f8f3c0 FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  33. 007c50e FELIX-3176 Implement Configuration Admin 4.1 changes: by Felix Meschberger · 13 years ago
  34. 0cbb3ff 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
  35. 72f9507 Add missing ASL license header by Felix Meschberger · 13 years ago
  36. 4b26df9 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 · 13 years ago
  37. 33ad4a7 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 · 13 years ago
  38. e3c0e4b 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
  39. 3b2b415 Add some delay in the ConfigurationBindingTest to ensure newly created configurations are not immediately distributed to starting bundles. by Felix Meschberger · 14 years ago
  40. 51e9c90 FELIX-1545 Use DEBUG level for log messages during test by Felix Meschberger · 14 years ago
  41. 8d9851a 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
  42. f2641a2 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
  43. 5e18fac FELIX-1727 fixed key validation allowing leading dots and throwing on by Felix Meschberger · 15 years ago
  44. bbc2778 FELIX-1545 remove System.out.println() from helper classes ... by Felix Meschberger · 15 years ago
  45. cec9c32 FELIX-1545 integration testcases exhibiting the concurrency issues of by Felix Meschberger · 15 years ago
  46. c67f9dc Instead of just sitting for a number of seconds we add a ConfigurationAdmin by Felix Meschberger · 15 years ago
  47. 13e9151 Have to explicitly state the test bundle and not scan the target by Felix Meschberger · 15 years ago
  48. f32700a FELIX-1448 setting the static bundle to a different location than by Felix Meschberger · 15 years ago
  49. ecfd530 FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  50. 85bb47c FELIX-1488 Since the reassignement of configuration is desired but not by Felix Meschberger · 15 years ago
  51. 2e9e50d FELIX-1508 Have to adapt the overwritten method signature by Felix Meschberger · 15 years ago
  52. ca3cd98 FELIX-1488 ConfigurationAdminImpl.getConfiguration(String) should set by Felix Meschberger · 15 years ago
  53. cefe5eb FELIX-1488 support for another use case: by Felix Meschberger · 15 years ago
  54. 6f5b69e FELIX-1488 configuration replacement if static bundle binding is by Felix Meschberger · 15 years ago
  55. c12db8c FELIX-1488 dynamic binding must not be removed before initiating the by Felix Meschberger · 15 years ago
  56. 8659e39 Further integration tests and split up of tests into by Felix Meschberger · 15 years ago
  57. 42764b8 Split integration tests into separate classes with a by Felix Meschberger · 15 years ago
  58. 8f62c43 FELIX-1488 Setting a static configuration binding must by Felix Meschberger · 15 years ago
  59. 3f9e4da FELIX-1488 Dynamic configuration bindings have to also be by Felix Meschberger · 15 years ago
  60. 0fa74f1 Integration tests for : by Felix Meschberger · 15 years ago
  61. 4393f3d FELIX-1486 support testing with multi-value PIDs by Felix Meschberger · 15 years ago
  62. aac8a01 Remove FailureActivator not ready for SVN yet (erroneously committed by Felix Meschberger · 15 years ago
  63. 3434f38 FELIX-1479 Enhance FilePersistenceManager by checks for the system by Felix Meschberger · 15 years ago
  64. 82563bb FELIX-1165 Integration test ensuring ManagedService reconfiguration by Felix Meschberger · 15 years ago
  65. 5d3e7ac FELIX-1165 Ensure setting the service reference field for a ManagedService by Felix Meschberger · 15 years ago
  66. 819d0b7 FELIX-1484 integration test ensuring bundle location of configuration by Felix Meschberger · 15 years ago
  67. 988d041 Ensure configuration directory for the mock goes into target to be cleaned properly by Felix Meschberger · 15 years ago
  68. 1311eb3 FELIX-903 testcases to verify felix.cm.loglevel property use by Felix Meschberger · 15 years ago
  69. 08282c3 FELIX-903 add felix.cm.loglevel property to limit the log output by Felix Meschberger · 15 years ago
  70. 93c409a Remove those @author and @version tags by Felix Meschberger · 16 years ago
  71. a0903df FELIX-890 Configuration.getProperties() must return a full copy of the by Felix Meschberger · 16 years ago
  72. 88d6d10 FELIX-889 Ensure arrays of primitives are also accepted plus some more test cases by Felix Meschberger · 16 years ago
  73. aeb8c5c FELIX-879 Replace Vector by Collection and copy provided by Felix Meschberger · 16 years ago
  74. 40d4e1b FELIX-522 Verify the correctness of the key according to symbolic-name by Felix Meschberger · 16 years ago
  75. 47b825b Correct license headers. by Carsten Ziegeler · 16 years ago
  76. d901827 Ensure the test directories are created in the target folder by Felix Meschberger · 17 years ago
  77. a2cfb09 FELIX-316 Configuration Admin should use the bundle data storage area by default. by Felix Meschberger · 17 years ago
  78. 6b086e7 FELIX-316 Configuration Admin should use the bundle data storage area by default. by Felix Meschberger · 17 years ago
  79. 7b769dc Replace ISO-88591-1 character by proper Java Unicode Escape to prevent compilation issues on non-ISO-8859-1 platforms by Felix Meschberger · 17 years ago
  80. 642b48e Fix wrong license headers by Felix Meschberger · 17 years ago
  81. add2b4a FELIX-11 Implement Configuration Admin (Initial Checkin) by Felix Meschberger · 17 years ago