Guillaume Nodet | f8daf46 | 2012-06-11 17:36:26 +0000 | [diff] [blame] | 1 | Changes from 1.1.4 to 1.2.0 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Improvement |
| 5 | * Variables are not preserved during write-back if they are |
| 6 | defined as framework properties |
| 7 | |
| 8 | ** New features |
| 9 | * Add a BaseManagedServiceFactory to help writing such factories |
| 10 | |
Guillaume Nodet | 9e39e2d | 2012-02-14 13:52:40 +0000 | [diff] [blame] | 11 | Changes from 1.1.2 to 1.1.0 |
| 12 | --------------------------- |
| 13 | |
| 14 | ** Bug |
| 15 | * Access to system properties should be done in a priviledged |
| 16 | block. |
| 17 | * The manifest parser does not correctly handle empty strings. |
| 18 | |
| 19 | ** Improvement |
| 20 | * Add java.util.Properties backward compatibility methods |
| 21 | * Allow the substitution methods to receive a callback to |
| 22 | obtain custom values |
| 23 | |
| 24 | Changes from 1.0.0 to 1.1.0 |
| 25 | --------------------------- |
Guillaume Nodet | e6b1d9a | 2010-11-03 21:42:49 +0000 | [diff] [blame] | 26 | |
| 27 | ** New Feature |
| 28 | * New org.apache.felix.utils.collections.DictionaryAsMap class |
| 29 | to wrap a Dictionary as a Map |
| 30 | * New org.apache.felix.utils.properties.InterpolationHelper to |
| 31 | interpolate a Map of properties using ${xx} replacements |
| 32 | * New org.apache.felix.utils.properties.Properties class to |
| 33 | load/save properties and allow editing them without loosing |
| 34 | the user formatting |