blob: 33f217480a99ec13f99a1514ae22cd75b22f56b5 [file] [log] [blame]
Felix Meschbergerb0095a92012-10-19 13:27:53 +00001Changes from 1.4.0 to 1.6.0
2----------------------------
3
4** Bug
5 * [FELIX-3532] - Source artifact is not being generated
6 * [FELIX-3596] - Config Admin should track SynchronousConfigurationListeners
7 * [FELIX-3721] - Configuration not always provided upon initial service registration
8
9** Improvement
10 * [FELIX-3577] - Refactor helpers and service trackers
11 * [FELIX-3622] - ConfigurationManager.listConfigurations may not always properly log the configuration PID
12
13** Task
14 * [FELIX-3479] - [Config Admin 1.5] Implement Configuration.getChangeCount()
15 * [FELIX-3480] - [Config Admin 1.5] Implement support for SynchronousConfigurationListener
16 * [FELIX-3481] - [Config Admin 1.5] Implement support for Targeted PIDs
17 * [FELIX-3483] - [Config Admin 1.5] Export cm API at version 1.5
18 * [FELIX-3554] - Prevent same configuration to be delivered multiple times
19 * [FELIX-3562] - Use OSGi Configuration Admin 1.5 API classes
20 * [FELIX-3578] - ConfigAdmin Maven build does not have Maven convention *-sources.jar artifacts
21
22
Felix Meschbergera3237272011-10-20 19:17:45 +000023Changes from 1.2.8 to 1.4.0
Guillaume Nodet031638e2011-05-05 08:33:47 +000024----------------------------
25
26** Bug
27 * [FELIX-2766] - Calling update() on a newly created factory configuration causes FileNotFoundException
28 * [FELIX-2771] - Configuration Admin does not work on Foundation 1.2 and Mika
29 * [FELIX-2813] - NPE in UpdateThread when updating a configuration right after ConfigurationAdmin service starts
30 * [FELIX-2847] - NPE in ConfigurationManager.java:1003 (static String toString( ServiceReference ref ))
31 * [FELIX-2885] - The config admin bundle does not indicate its provided and required services dependencies
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000032 * [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 +000033 * [FELIX-3046] - Empty array configuration value is read as null after restart
34 * [FELIX-3175] - RankingComparator results in wrong results
Felix Meschberger5761b862011-11-16 10:38:01 +000035 * [FELIX-3227] - ManagedService.update must be called with null if configuration exists but is not visilbe
36 * [FELIX-3228] - Configuration.getBundleLocation to generous
37 * [FELIX-3229] - ConfigurationAdmin.getConfiguration(String, String) and .createConfiguration(String) to generous
Felix Meschbergerc97f3dd2011-11-18 20:46:46 +000038 * [FELIX-3230] - ConfiguartionAdapter.setBundleLocation checks configuration permission incorrectly
39 * [FELIX-3231] - Disable update counter
40 * [FELIX-3233] - ConfigurationManager.canReceive may throw NullPointerException
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000041 * [FELIX-3390] - Intermittent NPE in ConfigurationManager
Felix Meschbergera3237272011-10-20 19:17:45 +000042
Felix Meschberger12acf342011-10-21 13:54:45 +000043** Improvement
44 * [FELIX-3180] - Provide MessageFormat based logging method
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000045 * [FELIX-3327] - Gracefully handle Configuration access after Configuration Admin Service has terminated
Felix Meschberger12acf342011-10-21 13:54:45 +000046
Felix Meschbergera3237272011-10-20 19:17:45 +000047** Task
48 * [FELIX-3176] - Implement Configuration Admin 1.4 changes
Felix Meschberger5d6dcc92012-05-30 12:15:31 +000049 * [FELIX-3177] - Remove temporary inclusion of OSGi classes
Felix Meschbergerc4696e42011-11-03 23:44:49 +000050 * [FELIX-3200] - Track PID changes of ManagedService[Factory] services
Felix Meschberger1cc7aa72012-01-11 08:11:19 +000051 * [FELIX-3301] - Enforce only using Java 1.3 API use
Felix Meschbergera3237272011-10-20 19:17:45 +000052
53** Wish
54 * [FELIX-1747] - Use Remote Resources Plugin to generate the legal files
Guillaume Nodet031638e2011-05-05 08:33:47 +000055
56
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000057Changes from 1.2.4 to 1.2.8
58---------------------------
59
60** Bug
61 * [FELIX-1545] - Configurations may still be delivered more than once (or not at all)
62 * [FELIX-1727] - Properties with leading dots not allowed
63 * [FELIX-2179] - junit does not need to be a compile scope dependency of configadmin
Felix Meschberger54b45c42010-08-26 09:29:29 +000064 * [FELIX-2557] - ConfigurationEvent delivery not building the listener list correctly
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000065
66** Improvement
67 * [FELIX-1907] - Improve documentation on PersistenceManager API
68 * [FELIX-2552] - Add caching PersistenceManager proxy
69 * [FELIX-2554] - Improve unit test setup to allow for easier use of integration tests from within IDEs
70
71** Task
72 * [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 +000073 * [FELIX-2559] - Adapt Configuration Admin LICENSE and NOTICE files
Felix Meschbergerf5d3f0f2010-08-25 09:29:51 +000074
75
76Changes from 1.2.0 to 1.2.4
77---------------------------
78
79** Bug
80 * [FELIX-1535] - Permission is checked against the using bundle instead of the access control context (call stack)
81 * [FELIX-1542] - Configuration may be supplied twice in certain situations
82
83** Improvement
84 * [FELIX-1541] - Include latest CM 1.3 (Compendium R 4.2) package export
85
86
87Changes from 1.0.10 to 1.2.0
88----------------------------
89
90** Bug
91 * [FELIX-979] - Config Admin throwing NPE
92 * [FELIX-1146] - ConfigAdmin can deliver updates to a managed service factory more than once
93 * [FELIX-1165] - When restarting a bundle, the config admin reports "Configuration ... has already been delivered", and the bundle receives no configuration.
94 * [FELIX-1477] - ConfigAdmin implementation is not thread-safe
95 * [FELIX-1479] - Security errors accessing configurations in the file system
96 * [FELIX-1484] - Dynamically bound configuration must be reset to null after target bundle is uninstalled.
97 * [FELIX-1486] - Multiple PIDs must be supported
98 * [FELIX-1488] - Configuration binding is broken
99 * [FELIX-1489] - New Configurations must still be delivered to ManagedService
100 * [FELIX-1508] - Configuration.update() must not send CM_UPDATED event
101
102** Improvement
103 * [FELIX-1219] - ConfigAdmin package version has been bumped
104 * [FELIX-1507] - Prevent update failure in case of multiple updates/deletes
105
106** New Feature
107 * [FELIX-1231] - Support multi-value service.pid service properties
108 * [FELIX-1234] - Configuration Plugins should be called for all configuration instances of factory targets
109
110
111Changes from 1.0.8 to 1.0.10
112----------------------------
113
114** Bug
115 * [FELIX-889] - Arrays of primitives not supported by Configuration Admin
116 * [FELIX-890] - Configuration.getProperty returns a Dictionary which is not entirely private
117
118** Improvement
119 * [FELIX-903] - Add functionality to limit log output in the absence of a LogService
120
121
122Changes from 1.0.4 to 1.0.8
123---------------------------
124
125** Bug
126 * [FELIX-740] - ConfigurationManager throws NPE when bundle that registered service is uninstalled
127 * [FELIX-880] - ServiceReference of ConfigurationEvent is null
128 * [FELIX-881] - Stopping the Configuration Admin bundle causes a NullPointerException
129
130** Improvement
131 * [FELIX-665] - Configuration Admin OBR description
132 * [FELIX-865] - OBR: Do not declare ManagedService[Factory], ConfigurationListener and PersistenceManager as required services
133 * [FELIX-879] - Use Collection interface internally instead of Vector, also be lenient and accept any Colleciton value and do not require Vector
134
135
136Changes from 1.0.1 to 1.0.4
137---------------------------
138
139** Bug
140 * [FELIX-611] - ConfigurationAdmin.listConfigurations returns empty configurations
141 * [FELIX-612] - ConfigurationAdmin.createFactoryConfiguration should not persist Configuration
142
143** Improvement
144 * [FELIX-605] - Include ServiceTracker as private package
145
146
147Changes from 1.0.0 to 1.0.1
148---------------------------
149
150** Bug
151 * [FELIX-516] - ManagedService[Factory] may be updated twice with the same Configuration
152 * [FELIX-522] - Configuration Admin allows configuration keys with illegal characters
153
154
155Initial Release 1.0.0
156---------------------