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