Jan Willem Janssen | 46bff2b | 2012-11-16 10:15:04 +0000 | [diff] [blame] | 1 | Changes from 1.0.6 to 1.0.8 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-3756] - Optional attributes validated invalid data as correct; |
| 6 | * [FELIX-3757] - If an AttributeDefinition did not specify a minimum, maximum or option values, it did not detect missing values; |
| 7 | * [FELIX-3758] - AttributeDefinition.validate() did not take non-zero cardinality into consideration. |
Carsten Ziegeler | 0e01f1e | 2013-09-02 16:25:06 +0000 | [diff] [blame] | 8 | * [FELIX-4214] - Cache in BundleResources works only for a single metatype properties file per bundle |
Carsten Ziegeler | 7dc51a9 | 2013-09-03 06:08:57 +0000 | [diff] [blame] | 9 | * [FELIX-3884] - Default value and options |
Carsten Ziegeler | 0e01f1e | 2013-09-02 16:25:06 +0000 | [diff] [blame] | 10 | |
Jan Willem Janssen | 46bff2b | 2012-11-16 10:15:04 +0000 | [diff] [blame] | 11 | |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 12 | Changes from 1.0.4 to 1.0.6 |
| 13 | --------------------------- |
| 14 | |
| 15 | ** Bug |
| 16 | * [FELIX-2094] - AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array |
| 17 | * [FELIX-2097] - DefaultMetaTypeProvider.getLocales() must not reuturn an empty string entry |
| 18 | * [FELIX-2860] - getLocales() in DefaultMetaTypeProvider needs to check return of findEntries |
| 19 | * [FELIX-2867] - getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect |
| 20 | * [FELIX-2868] - Icon only works if absolute path specified, but specification allows for relative urls |
| 21 | * [FELIX-3183] - Attribute requirement is not validated |
Felix Meschberger | 90547fa | 2012-10-29 15:24:51 +0000 | [diff] [blame] | 22 | * [FELIX-3364] - MetaDataReader exposes a private exception class on the public API |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 23 | * [FELIX-3720] - Designate's pid attribute is optional and not mandatory |
Felix Meschberger | 90547fa | 2012-10-29 15:24:51 +0000 | [diff] [blame] | 24 | * [FELIX-3730] - AD.validate of string attributes must validate the string length |
| 25 | * [FELIX-3732] - service.pid properties of ManagedServiceFactory services must be used as factory PIDs |
| 26 | * [FELIX-3734] - MetaType: NPE in ServiceTracker for fragment bundle |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 27 | |
| 28 | ** Improvement |
| 29 | * [FELIX-3167] - Add support for new PASSWORD attribute type |
| 30 | * [FELIX-3338] - Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype |
Felix Meschberger | 90547fa | 2012-10-29 15:24:51 +0000 | [diff] [blame] | 31 | * [FELIX-3736] - Add support for MetaTypeProvider service modifications |
| 32 | * [FELIX-3740] - Maintain the MetaTypeProvider service tracker on the MetaTypeService |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 33 | |
| 34 | ** New Feature |
| 35 | * [FELIX-2719] - Add name space support to the meta type implementation |
| 36 | |
| 37 | ** Task |
| 38 | * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, String) specification compliance |
| 39 | * [FELIX-3182] - Update to use parent POM 2.1 |
| 40 | * [FELIX-3184] - Add support for metatype extension by MetatypeProvider services |
Felix Meschberger | 90547fa | 2012-10-29 15:24:51 +0000 | [diff] [blame] | 41 | * [FELIX-3731] - Multi-Value service.pid service properties must be supported |
| 42 | * [FELIX-3733] - Clarify icon location |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 43 | |
| 44 | |
| 45 | Changes from 1.0.2 to 1.0.4 |
| 46 | --------------------------- |
| 47 | ** Bug |
| 48 | * [FELIX-1226] - The MetaType service should ignore the pid attribute of Designate elements if factoryPid is set. |
| 49 | |
| 50 | ** Improvement |
| 51 | * [FELIX-718] - Update NOTICE file to new format |
| 52 | * [FELIX-1227] - Project Descriptor Enhancement |
| 53 | * [FELIX-1434] - Include service tracker in bundle instead of importing it |
| 54 | |
| 55 | |
| 56 | Changes from 1.0.0 to 1.0.2 |
| 57 | --------------------------- |
| 58 | |
| 59 | ** Bug |
| 60 | * [FELIX-520] - MetaDataReader - ad.setMax |
| 61 | * [FELIX-521] - MetaType - optionValues check |
| 62 | * [FELIX-597] - Meta type service incorrectly parses attribute element content when the content is specified in value child tags |
| 63 | * [FELIX-607] - Meta type localization incorrectly resolved in the meta type folder |
| 64 | |
| 65 | ** Improvement |
| 66 | * [FELIX-666] - Metatype OBR description |
| 67 | |
| 68 | |
| 69 | Initial Release 1.0.0 |
| 70 | --------------------- |
| 71 | |
| 72 | ** New Feature |
| 73 | * [FELIX-20] - Implement Metatype Service |