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