blob: 092b406018a3d8a6223ea7f1306217219a1b544b [file] [log] [blame]
Felix Meschbergera3237272011-10-20 19:17:45 +00001Changes from 1.2.8 to 1.4.0
Guillaume Nodet031638e2011-05-05 08:33:47 +00002----------------------------
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 Meschberger5d6dcc92012-05-30 12:15:31 +000010 * [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 Meschbergera3237272011-10-20 19:17:45 +000011 * [FELIX-3046] - Empty array configuration value is read as null after restart
12 * [FELIX-3175] - RankingComparator results in wrong results
Felix Meschberger5761b862011-11-16 10:38:01 +000013 * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe
14 * [FELIX-3228] - Configuration.getBundleLocation to generous
15 * [FELIX-3229] - ConfigurationAdmin.getConfiguration(String, String) and .createConfiguration(String) to generous
Felix Meschbergerc97f3dd2011-11-18 20:46:46 +000016 * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly
17 * [FELIX-3231] - Disable update counter
18 * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000019 * [FELIX-3390] - Intermittent NPE in ConfigurationManager
Felix Meschbergera3237272011-10-20 19:17:45 +000020
Felix Meschberger12acf342011-10-21 13:54:45 +000021** Improvement
22 * [FELIX-3180] - Provide MessageFormat based logging method
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000023 * [FELIX-3327] - Gracefully handle Configuration access after Configuration Admin Service has terminated
Felix Meschberger12acf342011-10-21 13:54:45 +000024
Felix Meschbergera3237272011-10-20 19:17:45 +000025** Task
26 * [FELIX-3176] - Implement Configuration Admin 1.4 changes
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000027 * [FELIX-3177] - Remove temporary inclusion of OSGi classes
Felix Meschbergerc4696e42011-11-03 23:44:49 +000028 * [FELIX-3200] - Track PID changes of ManagedService[Factory] services
Felix Meschberger1cc7aa72012-01-11 08:11:19 +000029 * [FELIX-3301] - Enforce only using Java 1.3 API use
Felix Meschbergera3237272011-10-20 19:17:45 +000030
31** Wish
32 * [FELIX-1747] - Use Remote Resources Plugin to generate the legal files
Guillaume Nodet031638e2011-05-05 08:33:47 +000033
34
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000035Changes from 1.2.4 to 1.2.8
36---------------------------
37
38** Bug
39 * [FELIX-1545] - Configurations may still be delivered more than once (or not at all)
40 * [FELIX-1727] - Properties with leading dots not allowed
41 * [FELIX-2179] - junit does not need to be a compile scope dependency of configadmin
Felix Meschberger54b45c42010-08-26 09:29:29 +000042 * [FELIX-2557] - ConfigurationEvent delivery not building the listener list correctly
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000043
44** Improvement
45 * [FELIX-1907] - Improve documentation on PersistenceManager API
46 * [FELIX-2552] - Add caching PersistenceManager proxy
47 * [FELIX-2554] - Improve unit test setup to allow for easier use of integration tests from within IDEs
48
49** Task
50 * [FELIX-1543] - Remove org.osgi.service.cm from configadmin project as soon as R4.2 compendium library is available from the Maven Repository
Felix Meschberger54b45c42010-08-26 09:29:29 +000051 * [FELIX-2559] - Adapt Configuration Admin LICENSE and NOTICE files
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000052
53
54Changes from 1.2.0 to 1.2.4
55---------------------------
56
57** Bug
58 * [FELIX-1535] - Permission is checked against the using bundle instead of the access control context (call stack)
59 * [FELIX-1542] - Configuration may be supplied twice in certain situations
60
61** Improvement
62 * [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package export
63
64
65Changes from 1.0.10 to 1.2.0
66----------------------------
67
68** Bug
69 * [FELIX-979] - Config Admin throwing NPE
70 * [FELIX-1146] - ConfigAdmin can deliver updates to a managed service factory more than once
71 * [FELIX-1165] - When restarting a bundle, the config admin reports "Configuration ... has already been delivered", and the bundle receives no configuration.
72 * [FELIX-1477] - ConfigAdmin implementation is not thread-safe
73 * [FELIX-1479] - Security errors accessing configurations in the file system
74 * [FELIX-1484] - Dynamically bound configuration must be reset to null after target bundle is uninstalled.
75 * [FELIX-1486] - Multiple PIDs must be supported
76 * [FELIX-1488] - Configuration binding is broken
77 * [FELIX-1489] - New Configurations must still be delivered to ManagedService
78 * [FELIX-1508] - Configuration.update() must not send CM_UPDATED event
79
80** Improvement
81 * [FELIX-1219] - ConfigAdmin package version has been bumped
82 * [FELIX-1507] - Prevent update failure in case of multiple updates/deletes
83
84** New Feature
85 * [FELIX-1231] - Support multi-value service.pid service properties
86 * [FELIX-1234] - Configuration Plugins should be called for all configuration instances of factory targets
87
88
89Changes from 1.0.8 to 1.0.10
90----------------------------
91
92** Bug
93 * [FELIX-889] - Arrays of primitives not supported by Configuration Admin
94 * [FELIX-890] - Configuration.getProperty returns a Dictionary which is not entirely private
95
96** Improvement
97 * [FELIX-903] - Add functionality to limit log output in the absence of a LogService
98
99
100Changes from 1.0.4 to 1.0.8
101---------------------------
102
103** Bug
104 * [FELIX-740] - ConfigurationManager throws NPE when bundle that registered service is uninstalled
105 * [FELIX-880] - ServiceReference of ConfigurationEvent is null
106 * [FELIX-881] - Stopping the Configuration Admin bundle causes a NullPointerException
107
108** Improvement
109 * [FELIX-665] - Configuration Admin OBR description
110 * [FELIX-865] - OBR: Do not declare ManagedService[Factory], ConfigurationListener and PersistenceManager as required services
111 * [FELIX-879] - Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector
112
113
114Changes from 1.0.1 to 1.0.4
115---------------------------
116
117** Bug
118 * [FELIX-611] - ConfigurationAdmin.listConfigurations returns empty configurations
119 * [FELIX-612] - ConfigurationAdmin.createFactoryConfiguration should not persist Configuration
120
121** Improvement
122 * [FELIX-605] - Include ServiceTracker as private package
123
124
125Changes from 1.0.0 to 1.0.1
126---------------------------
127
128** Bug
129 * [FELIX-516] - ManagedService[Factory] may be updated twice with the same Configuration
130 * [FELIX-522] - Configuration Admin allows configuration keys with illegal characters
131
132
133Initial Release 1.0.0
134---------------------