Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 1 | Changes from 1.2.8 to 1.4.0 |
Guillaume Nodet | 031638e | 2011-05-05 08:33:47 +0000 | [diff] [blame] | 2 | ---------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-2766] - Calling update() on a newly created factory configuration causes FileNotFoundException |
| 6 | * [FELIX-2771] - Configuration Admin does not work on Foundation 1.2 and Mika |
| 7 | * [FELIX-2813] - NPE in UpdateThread when updating a configuration right after ConfigurationAdmin service starts |
| 8 | * [FELIX-2847] - NPE in ConfigurationManager.java:1003 (static String toString( ServiceReference ref )) |
| 9 | * [FELIX-2885] - The config admin bundle does not indicate its provided and required services dependencies |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 10 | * [FELIX-3046] - Empty array configuration value is read as null after restart |
| 11 | * [FELIX-3175] - RankingComparator results in wrong results |
Felix Meschberger | 5761b86 | 2011-11-16 10:38:01 +0000 | [diff] [blame] | 12 | * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe |
| 13 | * [FELIX-3228] - Configuration.getBundleLocation to generous |
| 14 | * [FELIX-3229] - ConfigurationAdmin.getConfiguration(String, String) and .createConfiguration(String) to generous |
Felix Meschberger | c97f3dd | 2011-11-18 20:46:46 +0000 | [diff] [blame] | 15 | * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly |
| 16 | * [FELIX-3231] - Disable update counter |
| 17 | * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 18 | |
Felix Meschberger | 12acf34 | 2011-10-21 13:54:45 +0000 | [diff] [blame] | 19 | ** Improvement |
| 20 | * [FELIX-3180] - Provide MessageFormat based logging method |
| 21 | |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 22 | ** Task |
| 23 | * [FELIX-3176] - Implement Configuration Admin 1.4 changes |
Felix Meschberger | c4696e4 | 2011-11-03 23:44:49 +0000 | [diff] [blame] | 24 | * [FELIX-3200] - Track PID changes of ManagedService[Factory] services |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 25 | |
| 26 | ** Wish |
| 27 | * [FELIX-1747] - Use Remote Resources Plugin to generate the legal files |
Guillaume Nodet | 031638e | 2011-05-05 08:33:47 +0000 | [diff] [blame] | 28 | |
| 29 | |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 30 | Changes from 1.2.4 to 1.2.8 |
| 31 | --------------------------- |
| 32 | |
| 33 | ** Bug |
| 34 | * [FELIX-1545] - Configurations may still be delivered more than once (or not at all) |
| 35 | * [FELIX-1727] - Properties with leading dots not allowed |
| 36 | * [FELIX-2179] - junit does not need to be a compile scope dependency of configadmin |
Felix Meschberger | 54b45c4 | 2010-08-26 09:29:29 +0000 | [diff] [blame] | 37 | * [FELIX-2557] - ConfigurationEvent delivery not building the listener list correctly |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 38 | |
| 39 | ** Improvement |
| 40 | * [FELIX-1907] - Improve documentation on PersistenceManager API |
| 41 | * [FELIX-2552] - Add caching PersistenceManager proxy |
| 42 | * [FELIX-2554] - Improve unit test setup to allow for easier use of integration tests from within IDEs |
| 43 | |
| 44 | ** Task |
| 45 | * [FELIX-1543] - Remove org.osgi.service.cm from configadmin project as soon as R4.2 compendium library is available from the Maven Repository |
Felix Meschberger | 54b45c4 | 2010-08-26 09:29:29 +0000 | [diff] [blame] | 46 | * [FELIX-2559] - Adapt Configuration Admin LICENSE and NOTICE files |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 47 | |
| 48 | |
| 49 | Changes from 1.2.0 to 1.2.4 |
| 50 | --------------------------- |
| 51 | |
| 52 | ** Bug |
| 53 | * [FELIX-1535] - Permission is checked against the using bundle instead of the access control context (call stack) |
| 54 | * [FELIX-1542] - Configuration may be supplied twice in certain situations |
| 55 | |
| 56 | ** Improvement |
| 57 | * [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package export |
| 58 | |
| 59 | |
| 60 | Changes from 1.0.10 to 1.2.0 |
| 61 | ---------------------------- |
| 62 | |
| 63 | ** Bug |
| 64 | * [FELIX-979] - Config Admin throwing NPE |
| 65 | * [FELIX-1146] - ConfigAdmin can deliver updates to a managed service factory more than once |
| 66 | * [FELIX-1165] - When restarting a bundle, the config admin reports "Configuration ... has already been delivered", and the bundle receives no configuration. |
| 67 | * [FELIX-1477] - ConfigAdmin implementation is not thread-safe |
| 68 | * [FELIX-1479] - Security errors accessing configurations in the file system |
| 69 | * [FELIX-1484] - Dynamically bound configuration must be reset to null after target bundle is uninstalled. |
| 70 | * [FELIX-1486] - Multiple PIDs must be supported |
| 71 | * [FELIX-1488] - Configuration binding is broken |
| 72 | * [FELIX-1489] - New Configurations must still be delivered to ManagedService |
| 73 | * [FELIX-1508] - Configuration.update() must not send CM_UPDATED event |
| 74 | |
| 75 | ** Improvement |
| 76 | * [FELIX-1219] - ConfigAdmin package version has been bumped |
| 77 | * [FELIX-1507] - Prevent update failure in case of multiple updates/deletes |
| 78 | |
| 79 | ** New Feature |
| 80 | * [FELIX-1231] - Support multi-value service.pid service properties |
| 81 | * [FELIX-1234] - Configuration Plugins should be called for all configuration instances of factory targets |
| 82 | |
| 83 | |
| 84 | Changes from 1.0.8 to 1.0.10 |
| 85 | ---------------------------- |
| 86 | |
| 87 | ** Bug |
| 88 | * [FELIX-889] - Arrays of primitives not supported by Configuration Admin |
| 89 | * [FELIX-890] - Configuration.getProperty returns a Dictionary which is not entirely private |
| 90 | |
| 91 | ** Improvement |
| 92 | * [FELIX-903] - Add functionality to limit log output in the absence of a LogService |
| 93 | |
| 94 | |
| 95 | Changes from 1.0.4 to 1.0.8 |
| 96 | --------------------------- |
| 97 | |
| 98 | ** Bug |
| 99 | * [FELIX-740] - ConfigurationManager throws NPE when bundle that registered service is uninstalled |
| 100 | * [FELIX-880] - ServiceReference of ConfigurationEvent is null |
| 101 | * [FELIX-881] - Stopping the Configuration Admin bundle causes a NullPointerException |
| 102 | |
| 103 | ** Improvement |
| 104 | * [FELIX-665] - Configuration Admin OBR description |
| 105 | * [FELIX-865] - OBR: Do not declare ManagedService[Factory], ConfigurationListener and PersistenceManager as required services |
| 106 | * [FELIX-879] - Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector |
| 107 | |
| 108 | |
| 109 | Changes from 1.0.1 to 1.0.4 |
| 110 | --------------------------- |
| 111 | |
| 112 | ** Bug |
| 113 | * [FELIX-611] - ConfigurationAdmin.listConfigurations returns empty configurations |
| 114 | * [FELIX-612] - ConfigurationAdmin.createFactoryConfiguration should not persist Configuration |
| 115 | |
| 116 | ** Improvement |
| 117 | * [FELIX-605] - Include ServiceTracker as private package |
| 118 | |
| 119 | |
| 120 | Changes from 1.0.0 to 1.0.1 |
| 121 | --------------------------- |
| 122 | |
| 123 | ** Bug |
| 124 | * [FELIX-516] - ManagedService[Factory] may be updated twice with the same Configuration |
| 125 | * [FELIX-522] - Configuration Admin allows configuration keys with illegal characters |
| 126 | |
| 127 | |
| 128 | Initial Release 1.0.0 |
| 129 | --------------------- |