David Jencks | 99fcc6e | 2013-10-23 00:24:43 +0000 | [diff] [blame] | 1 | Changes from 1.2.0 to 1.4.0 |
David Jencks | 4d1f45f | 2013-10-22 23:43:25 +0000 | [diff] [blame] | 2 | --------------------------- |
| 3 | ** Bug |
| 4 | * [FELIX-3752] Compilation failure in utils subproject on AIX |
| 5 | * Fix bad copyright |
| 6 | * Add a isStopping() method on the extender. Fix comparison of system bundle (see ARIES-1031) |
| 7 | * [FELIX-3779] InterpolationHelperTest.testBasicSubstitution fails with JDK7 on Windows |
| 8 | |
| 9 | ** New features |
| 10 | * [FELIX-3997] Provide an abstract bundle extender |
| 11 | |
Guillaume Nodet | f8daf46 | 2012-06-11 17:36:26 +0000 | [diff] [blame] | 12 | Changes from 1.1.4 to 1.2.0 |
| 13 | --------------------------- |
| 14 | |
| 15 | ** Improvement |
| 16 | * Variables are not preserved during write-back if they are |
| 17 | defined as framework properties |
| 18 | |
| 19 | ** New features |
| 20 | * Add a BaseManagedServiceFactory to help writing such factories |
| 21 | |
Guillaume Nodet | 9e39e2d | 2012-02-14 13:52:40 +0000 | [diff] [blame] | 22 | Changes from 1.1.2 to 1.1.0 |
| 23 | --------------------------- |
| 24 | |
| 25 | ** Bug |
| 26 | * Access to system properties should be done in a priviledged |
| 27 | block. |
| 28 | * The manifest parser does not correctly handle empty strings. |
| 29 | |
| 30 | ** Improvement |
| 31 | * Add java.util.Properties backward compatibility methods |
| 32 | * Allow the substitution methods to receive a callback to |
| 33 | obtain custom values |
| 34 | |
| 35 | Changes from 1.0.0 to 1.1.0 |
| 36 | --------------------------- |
Guillaume Nodet | e6b1d9a | 2010-11-03 21:42:49 +0000 | [diff] [blame] | 37 | |
| 38 | ** New Feature |
| 39 | * New org.apache.felix.utils.collections.DictionaryAsMap class |
| 40 | to wrap a Dictionary as a Map |
| 41 | * New org.apache.felix.utils.properties.InterpolationHelper to |
| 42 | interpolate a Map of properties using ${xx} replacements |
| 43 | * New org.apache.felix.utils.properties.Properties class to |
| 44 | load/save properties and allow editing them without loosing |
| 45 | the user formatting |