Guillaume Nodet | 031638e | 2011-05-05 08:33:47 +0000 | [diff] [blame] | 1 | Changes from 1.2.8 to 1.2.10 |
| 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 |
| 10 | |
| 11 | |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 12 | Changes from 1.2.4 to 1.2.8 |
| 13 | --------------------------- |
| 14 | |
| 15 | ** Bug |
| 16 | * [FELIX-1545] - Configurations may still be delivered more than once (or not at all) |
| 17 | * [FELIX-1727] - Properties with leading dots not allowed |
| 18 | * [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] | 19 | * [FELIX-2557] - ConfigurationEvent delivery not building the listener list correctly |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 20 | |
| 21 | ** Improvement |
| 22 | * [FELIX-1907] - Improve documentation on PersistenceManager API |
| 23 | * [FELIX-2552] - Add caching PersistenceManager proxy |
| 24 | * [FELIX-2554] - Improve unit test setup to allow for easier use of integration tests from within IDEs |
| 25 | |
| 26 | ** Task |
| 27 | * [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] | 28 | * [FELIX-2559] - Adapt Configuration Admin LICENSE and NOTICE files |
Felix Meschberger | f5d3f0f | 2010-08-25 09:29:51 +0000 | [diff] [blame] | 29 | |
| 30 | |
| 31 | Changes from 1.2.0 to 1.2.4 |
| 32 | --------------------------- |
| 33 | |
| 34 | ** Bug |
| 35 | * [FELIX-1535] - Permission is checked against the using bundle instead of the access control context (call stack) |
| 36 | * [FELIX-1542] - Configuration may be supplied twice in certain situations |
| 37 | |
| 38 | ** Improvement |
| 39 | * [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package export |
| 40 | |
| 41 | |
| 42 | Changes from 1.0.10 to 1.2.0 |
| 43 | ---------------------------- |
| 44 | |
| 45 | ** Bug |
| 46 | * [FELIX-979] - Config Admin throwing NPE |
| 47 | * [FELIX-1146] - ConfigAdmin can deliver updates to a managed service factory more than once |
| 48 | * [FELIX-1165] - When restarting a bundle, the config admin reports "Configuration ... has already been delivered", and the bundle receives no configuration. |
| 49 | * [FELIX-1477] - ConfigAdmin implementation is not thread-safe |
| 50 | * [FELIX-1479] - Security errors accessing configurations in the file system |
| 51 | * [FELIX-1484] - Dynamically bound configuration must be reset to null after target bundle is uninstalled. |
| 52 | * [FELIX-1486] - Multiple PIDs must be supported |
| 53 | * [FELIX-1488] - Configuration binding is broken |
| 54 | * [FELIX-1489] - New Configurations must still be delivered to ManagedService |
| 55 | * [FELIX-1508] - Configuration.update() must not send CM_UPDATED event |
| 56 | |
| 57 | ** Improvement |
| 58 | * [FELIX-1219] - ConfigAdmin package version has been bumped |
| 59 | * [FELIX-1507] - Prevent update failure in case of multiple updates/deletes |
| 60 | |
| 61 | ** New Feature |
| 62 | * [FELIX-1231] - Support multi-value service.pid service properties |
| 63 | * [FELIX-1234] - Configuration Plugins should be called for all configuration instances of factory targets |
| 64 | |
| 65 | |
| 66 | Changes from 1.0.8 to 1.0.10 |
| 67 | ---------------------------- |
| 68 | |
| 69 | ** Bug |
| 70 | * [FELIX-889] - Arrays of primitives not supported by Configuration Admin |
| 71 | * [FELIX-890] - Configuration.getProperty returns a Dictionary which is not entirely private |
| 72 | |
| 73 | ** Improvement |
| 74 | * [FELIX-903] - Add functionality to limit log output in the absence of a LogService |
| 75 | |
| 76 | |
| 77 | Changes from 1.0.4 to 1.0.8 |
| 78 | --------------------------- |
| 79 | |
| 80 | ** Bug |
| 81 | * [FELIX-740] - ConfigurationManager throws NPE when bundle that registered service is uninstalled |
| 82 | * [FELIX-880] - ServiceReference of ConfigurationEvent is null |
| 83 | * [FELIX-881] - Stopping the Configuration Admin bundle causes a NullPointerException |
| 84 | |
| 85 | ** Improvement |
| 86 | * [FELIX-665] - Configuration Admin OBR description |
| 87 | * [FELIX-865] - OBR: Do not declare ManagedService[Factory], ConfigurationListener and PersistenceManager as required services |
| 88 | * [FELIX-879] - Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector |
| 89 | |
| 90 | |
| 91 | Changes from 1.0.1 to 1.0.4 |
| 92 | --------------------------- |
| 93 | |
| 94 | ** Bug |
| 95 | * [FELIX-611] - ConfigurationAdmin.listConfigurations returns empty configurations |
| 96 | * [FELIX-612] - ConfigurationAdmin.createFactoryConfiguration should not persist Configuration |
| 97 | |
| 98 | ** Improvement |
| 99 | * [FELIX-605] - Include ServiceTracker as private package |
| 100 | |
| 101 | |
| 102 | Changes from 1.0.0 to 1.0.1 |
| 103 | --------------------------- |
| 104 | |
| 105 | ** Bug |
| 106 | * [FELIX-516] - ManagedService[Factory] may be updated twice with the same Configuration |
| 107 | * [FELIX-522] - Configuration Admin allows configuration keys with illegal characters |
| 108 | |
| 109 | |
| 110 | Initial Release 1.0.0 |
| 111 | --------------------- |