Carsten Ziegeler | 786611d | 2015-08-07 00:24:51 +0000 | [diff] [blame] | 1 | Changes from 1.8.6 to 1.8.8 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Improvement |
| 5 | * [FELIX-4917] - FilePersistenceManager doesn't support comments |
| 6 | |
| 7 | ** Bug |
| 8 | * [FELIX-4962] - Configadmin leaks caller's security context downstream |
| 9 | * [FELIX-4945] - Escaped folder names makes ConfigAdmin incompatible and factory configs not always work |
| 10 | |
| 11 | |
Carsten Ziegeler | 014cca6 | 2015-05-11 18:17:28 +0000 | [diff] [blame] | 12 | Changes from 1.8.4 to 1.8.6 |
| 13 | --------------------------- |
| 14 | |
Carsten Ziegeler | 164179b | 2015-05-12 06:13:11 +0000 | [diff] [blame] | 15 | ** Improvement |
| 16 | * [FELIX-4844] - Store configuration data in a diff-tool friendly way |
Carsten Ziegeler | 01a1e07 | 2015-05-13 05:41:01 +0000 | [diff] [blame] | 17 | * [FELIX-4884] - Avoid unnecessary array creation if listConfigurations does not find anything |
Carsten Ziegeler | 164179b | 2015-05-12 06:13:11 +0000 | [diff] [blame] | 18 | |
Carsten Ziegeler | 014cca6 | 2015-05-11 18:17:28 +0000 | [diff] [blame] | 19 | |
Guillaume Nodet | 0dbbaad | 2015-04-17 11:45:20 +0000 | [diff] [blame] | 20 | Changes from 1.8.2 to 1.8.4 |
Carsten Ziegeler | 014cca6 | 2015-05-11 18:17:28 +0000 | [diff] [blame] | 21 | --------------------------- |
Guillaume Nodet | 0dbbaad | 2015-04-17 11:45:20 +0000 | [diff] [blame] | 22 | |
| 23 | ** Bug |
| 24 | * [FELIX-4846] - Wrong exception type in list operation |
| 25 | * [FELIX-4851] - ConfigAdmin only forwards ConfigurationEvents to ConfigurationListeners which are provided by bundles that are in state ACTIVE |
| 26 | * [FELIX-4855] - ConfigAdmin does not update ManagedServiceFactory on framework restart |
| 27 | |
| 28 | |
Guillaume Nodet | 7831c72 | 2015-03-05 08:45:12 +0000 | [diff] [blame] | 29 | Changes from 1.8.0 to 1.8.2 |
| 30 | ---------------------------- |
| 31 | |
| 32 | ** Bug |
| 33 | * [FELIX-4302] - Config Admin can create illegal names on windows |
| 34 | * [FELIX-4360] - Ensure ordered property values in configurations |
| 35 | * [FELIX-4362] - Security ConfigAdmin permissions are inherited on the stack |
| 36 | * [FELIX-4385] - NPE in Configuration Admin Service when deleting configuration |
| 37 | * [FELIX-4408] - CaseInsensitiveDictionary is platform/locale dependant |
| 38 | * [FELIX-4566] - Consistency in PersistenceManager and Cache is not guaranteed |
| 39 | |
| 40 | ** Improvement |
| 41 | * [FELIX-4316] - Packages imported dynamically should also be imported statically with an optional flag |
| 42 | * [FELIX-4811] - Optimize ConfigurationManager#listConfigurations |
| 43 | |
| 44 | |
Felix Meschberger | 0ddb3a1 | 2013-08-14 08:18:09 +0000 | [diff] [blame] | 45 | Changes from 1.6.0 to 1.8.0 |
| 46 | ---------------------------- |
| 47 | |
| 48 | ** Bug |
| 49 | * [FELIX-3360] - Bundle location is statically set for dynamically bound bundles |
| 50 | * [FELIX-3762] - NPE in UpdateConfiguration#run |
| 51 | * [FELIX-3820] - Possible NPE in ConfigAdmin after shutting down when accessed by bad behaving bundles |
| 52 | * [FELIX-3823] - ConfigAdmin should explicitely unregister services |
| 53 | * [FELIX-4165] - FilePersistenceManager fails to rename configuration file |
Felix Meschberger | 615514f | 2013-09-25 14:14:05 +0000 | [diff] [blame] | 54 | * [FELIX-4197] - [CM] Always check permission on Configuration.get/setBundleLocation |
| 55 | * [FELIX-4238] - Unnecessary re-initialization of PersistenceManagers in configadmin |
Felix Meschberger | 0ddb3a1 | 2013-08-14 08:18:09 +0000 | [diff] [blame] | 56 | |
| 57 | ** Improvement |
| 58 | * [FELIX-4039] - Add Permissions file in ConfigAdmin bundle |
| 59 | |
| 60 | ** Task |
| 61 | * [FELIX-3808] - Upgrade ConfigAdmin to pax-exam 2 |
| 62 | |
| 63 | |
Felix Meschberger | b0095a9 | 2012-10-19 13:27:53 +0000 | [diff] [blame] | 64 | Changes from 1.4.0 to 1.6.0 |
| 65 | ---------------------------- |
| 66 | |
| 67 | ** Bug |
| 68 | * [FELIX-3532] - Source artifact is not being generated |
| 69 | * [FELIX-3596] - Config Admin should track SynchronousConfigurationListeners |
| 70 | * [FELIX-3721] - Configuration not always provided upon initial service registration |
| 71 | |
| 72 | ** Improvement |
| 73 | * [FELIX-3577] - Refactor helpers and service trackers |
| 74 | * [FELIX-3622] - ConfigurationManager.listConfigurations may not always properly log the configuration PID |
| 75 | |
| 76 | ** Task |
| 77 | * [FELIX-3479] - [Config Admin 1.5] Implement Configuration.getChangeCount() |
| 78 | * [FELIX-3480] - [Config Admin 1.5] Implement support for SynchronousConfigurationListener |
| 79 | * [FELIX-3481] - [Config Admin 1.5] Implement support for Targeted PIDs |
| 80 | * [FELIX-3483] - [Config Admin 1.5] Export cm API at version 1.5 |
| 81 | * [FELIX-3554] - Prevent same configuration to be delivered multiple times |
| 82 | * [FELIX-3562] - Use OSGi Configuration Admin 1.5 API classes |
| 83 | * [FELIX-3578] - ConfigAdmin Maven build does not have Maven convention *-sources.jar artifacts |
| 84 | |
| 85 | |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 86 | Changes from 1.2.8 to 1.4.0 |
Guillaume Nodet | 031638e | 2011-05-05 08:33:47 +0000 | [diff] [blame] | 87 | ---------------------------- |
| 88 | |
| 89 | ** Bug |
| 90 | * [FELIX-2766] - Calling update() on a newly created factory configuration causes FileNotFoundException |
| 91 | * [FELIX-2771] - Configuration Admin does not work on Foundation 1.2 and Mika |
| 92 | * [FELIX-2813] - NPE in UpdateThread when updating a configuration right after ConfigurationAdmin service starts |
| 93 | * [FELIX-2847] - NPE in ConfigurationManager.java:1003 (static String toString( ServiceReference ref )) |
| 94 | * [FELIX-2885] - The config admin bundle does not indicate its provided and required services dependencies |
Felix Meschberger | 5d6dcc9 | 2012-05-30 12:15:31 +0000 | [diff] [blame] | 95 | * [FELIX-2888] - if you create a factory configuration and anybody takes a peek before you've had a chance to update, your pudding is trapped forever |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 96 | * [FELIX-3046] - Empty array configuration value is read as null after restart |
| 97 | * [FELIX-3175] - RankingComparator results in wrong results |
Felix Meschberger | 5761b86 | 2011-11-16 10:38:01 +0000 | [diff] [blame] | 98 | * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe |
| 99 | * [FELIX-3228] - Configuration.getBundleLocation to generous |
| 100 | * [FELIX-3229] - ConfigurationAdmin.getConfiguration(String, String) and .createConfiguration(String) to generous |
Felix Meschberger | c97f3dd | 2011-11-18 20:46:46 +0000 | [diff] [blame] | 101 | * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly |
| 102 | * [FELIX-3231] - Disable update counter |
| 103 | * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException |
Felix Meschberger | 5d6dcc9 | 2012-05-30 12:15:31 +0000 | [diff] [blame] | 104 | * [FELIX-3390] - Intermittent NPE in ConfigurationManager |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 105 | |
Felix Meschberger | 12acf34 | 2011-10-21 13:54:45 +0000 | [diff] [blame] | 106 | ** Improvement |
| 107 | * [FELIX-3180] - Provide MessageFormat based logging method |
Felix Meschberger | 5d6dcc9 | 2012-05-30 12:15:31 +0000 | [diff] [blame] | 108 | * [FELIX-3327] - Gracefully handle Configuration access after Configuration Admin Service has terminated |
Felix Meschberger | 12acf34 | 2011-10-21 13:54:45 +0000 | [diff] [blame] | 109 | |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 110 | ** Task |
| 111 | * [FELIX-3176] - Implement Configuration Admin 1.4 changes |
Felix Meschberger | 5d6dcc9 | 2012-05-30 12:15:31 +0000 | [diff] [blame] | 112 | * [FELIX-3177] - Remove temporary inclusion of OSGi classes |
Felix Meschberger | c4696e4 | 2011-11-03 23:44:49 +0000 | [diff] [blame] | 113 | * [FELIX-3200] - Track PID changes of ManagedService[Factory] services |
Felix Meschberger | 1cc7aa7 | 2012-01-11 08:11:19 +0000 | [diff] [blame] | 114 | * [FELIX-3301] - Enforce only using Java 1.3 API use |
Felix Meschberger | a323727 | 2011-10-20 19:17:45 +0000 | [diff] [blame] | 115 | |
| 116 | ** Wish |
| 117 | * [FELIX-1747] - Use Remote Resources Plugin to generate the legal files |
Guillaume Nodet | 031638e | 2011-05-05 08:33:47 +0000 | [diff] [blame] | 118 | |
| 119 | |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 120 | Changes from 1.2.4 to 1.2.8 |
| 121 | --------------------------- |
| 122 | |
| 123 | ** Bug |
| 124 | * [FELIX-1545] - Configurations may still be delivered more than once (or not at all) |
| 125 | * [FELIX-1727] - Properties with leading dots not allowed |
| 126 | * [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] | 127 | * [FELIX-2557] - ConfigurationEvent delivery not building the listener list correctly |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 128 | |
| 129 | ** Improvement |
| 130 | * [FELIX-1907] - Improve documentation on PersistenceManager API |
| 131 | * [FELIX-2552] - Add caching PersistenceManager proxy |
| 132 | * [FELIX-2554] - Improve unit test setup to allow for easier use of integration tests from within IDEs |
| 133 | |
| 134 | ** Task |
| 135 | * [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] | 136 | * [FELIX-2559] - Adapt Configuration Admin LICENSE and NOTICE files |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 137 | |
| 138 | |
| 139 | Changes from 1.2.0 to 1.2.4 |
| 140 | --------------------------- |
| 141 | |
| 142 | ** Bug |
| 143 | * [FELIX-1535] - Permission is checked against the using bundle instead of the access control context (call stack) |
| 144 | * [FELIX-1542] - Configuration may be supplied twice in certain situations |
| 145 | |
| 146 | ** Improvement |
| 147 | * [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package export |
| 148 | |
| 149 | |
| 150 | Changes from 1.0.10 to 1.2.0 |
| 151 | ---------------------------- |
| 152 | |
| 153 | ** Bug |
| 154 | * [FELIX-979] - Config Admin throwing NPE |
| 155 | * [FELIX-1146] - ConfigAdmin can deliver updates to a managed service factory more than once |
| 156 | * [FELIX-1165] - When restarting a bundle, the config admin reports "Configuration ... has already been delivered", and the bundle receives no configuration. |
| 157 | * [FELIX-1477] - ConfigAdmin implementation is not thread-safe |
| 158 | * [FELIX-1479] - Security errors accessing configurations in the file system |
| 159 | * [FELIX-1484] - Dynamically bound configuration must be reset to null after target bundle is uninstalled. |
| 160 | * [FELIX-1486] - Multiple PIDs must be supported |
| 161 | * [FELIX-1488] - Configuration binding is broken |
| 162 | * [FELIX-1489] - New Configurations must still be delivered to ManagedService |
| 163 | * [FELIX-1508] - Configuration.update() must not send CM_UPDATED event |
| 164 | |
| 165 | ** Improvement |
| 166 | * [FELIX-1219] - ConfigAdmin package version has been bumped |
| 167 | * [FELIX-1507] - Prevent update failure in case of multiple updates/deletes |
| 168 | |
| 169 | ** New Feature |
| 170 | * [FELIX-1231] - Support multi-value service.pid service properties |
| 171 | * [FELIX-1234] - Configuration Plugins should be called for all configuration instances of factory targets |
| 172 | |
| 173 | |
| 174 | Changes from 1.0.8 to 1.0.10 |
| 175 | ---------------------------- |
| 176 | |
| 177 | ** Bug |
| 178 | * [FELIX-889] - Arrays of primitives not supported by Configuration Admin |
| 179 | * [FELIX-890] - Configuration.getProperty returns a Dictionary which is not entirely private |
| 180 | |
| 181 | ** Improvement |
| 182 | * [FELIX-903] - Add functionality to limit log output in the absence of a LogService |
| 183 | |
| 184 | |
| 185 | Changes from 1.0.4 to 1.0.8 |
| 186 | --------------------------- |
| 187 | |
| 188 | ** Bug |
| 189 | * [FELIX-740] - ConfigurationManager throws NPE when bundle that registered service is uninstalled |
| 190 | * [FELIX-880] - ServiceReference of ConfigurationEvent is null |
| 191 | * [FELIX-881] - Stopping the Configuration Admin bundle causes a NullPointerException |
| 192 | |
| 193 | ** Improvement |
| 194 | * [FELIX-665] - Configuration Admin OBR description |
| 195 | * [FELIX-865] - OBR: Do not declare ManagedService[Factory], ConfigurationListener and PersistenceManager as required services |
| 196 | * [FELIX-879] - Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector |
| 197 | |
| 198 | |
| 199 | Changes from 1.0.1 to 1.0.4 |
| 200 | --------------------------- |
| 201 | |
| 202 | ** Bug |
| 203 | * [FELIX-611] - ConfigurationAdmin.listConfigurations returns empty configurations |
| 204 | * [FELIX-612] - ConfigurationAdmin.createFactoryConfiguration should not persist Configuration |
| 205 | |
| 206 | ** Improvement |
| 207 | * [FELIX-605] - Include ServiceTracker as private package |
| 208 | |
| 209 | |
| 210 | Changes from 1.0.0 to 1.0.1 |
| 211 | --------------------------- |
| 212 | |
| 213 | ** Bug |
| 214 | * [FELIX-516] - ManagedService[Factory] may be updated twice with the same Configuration |
| 215 | * [FELIX-522] - Configuration Admin allows configuration keys with illegal characters |
| 216 | |
| 217 | |
| 218 | Initial Release 1.0.0 |
| 219 | --------------------- |