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