Carsten Ziegeler | 42d3198 | 2015-08-10 08:49:49 +0000 | [diff] [blame] | 1 | Changes from 1.1.0 to 1.1.2 |
| 2 | --------------------------- |
| 3 | |
| 4 | ** Bug |
| 5 | * [FELIX-5000] - Potential NPE when reading metatype info due to FELIX-4973 |
| 6 | |
| 7 | |
Carsten Ziegeler | 7a2b6aa | 2015-08-07 00:13:39 +0000 | [diff] [blame] | 8 | Changes from 1.0.12 to 1.1.0 |
Carsten Ziegeler | 42d3198 | 2015-08-10 08:49:49 +0000 | [diff] [blame] | 9 | ---------------------------- |
Carsten Ziegeler | 7a2b6aa | 2015-08-07 00:13:39 +0000 | [diff] [blame] | 10 | |
| 11 | ** Improvement |
| 12 | * [FELIX-4980] - Add capabilities for metatype R6 |
| 13 | * [FELIX-4973] - Relax exception handling when reading metatype XML |
| 14 | |
| 15 | |
Carsten Ziegeler | b41e874 | 2014-10-02 12:11:02 +0000 | [diff] [blame] | 16 | Changes from 1.0.10 to 1.0.12 |
| 17 | ----------------------------- |
| 18 | |
| 19 | ** Improvement |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 20 | * [FELIX-4649] - Get MetaTypeInformation while bundle is starting |
| 21 | |
| 22 | ** Bug |
| 23 | * [FELIX-4644] - Designates with multiple Objects |
| 24 | * [FELIX-4665] - Metatype service does not allow a default empty string in XML resource |
| 25 | * [FELIX-4771] - Possible NPE when accessing content of attribute |
Sanjeeb Kumar Sahoo | 54925df | 2015-04-15 00:10:29 +0000 | [diff] [blame] | 26 | * [FELIX-4799] - Support for multiple factory designates in single MetaType file |
Carsten Ziegeler | b41e874 | 2014-10-02 12:11:02 +0000 | [diff] [blame] | 27 | |
| 28 | |
Carsten Ziegeler | 918d664 | 2014-01-15 14:42:28 +0000 | [diff] [blame] | 29 | Changes from 1.0.8 to 1.0.10 |
| 30 | ---------------------------- |
| 31 | |
| 32 | ** Bug |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 33 | * [FELIX-4289] - Spaces within values are removed for default values |
Carsten Ziegeler | 918d664 | 2014-01-15 14:42:28 +0000 | [diff] [blame] | 34 | |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 35 | |
Jan Willem Janssen | 46bff2b | 2012-11-16 10:15:04 +0000 | [diff] [blame] | 36 | Changes from 1.0.6 to 1.0.8 |
| 37 | --------------------------- |
| 38 | |
| 39 | ** Bug |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 40 | * [FELIX-3756] - Optional attributes validated invalid data as correct; |
| 41 | * [FELIX-3757] - If an AttributeDefinition did not specify a minimum, maximum or option values, it did not detect missing values; |
| 42 | * [FELIX-3758] - AttributeDefinition.validate() did not take non-zero cardinality into consideration. |
| 43 | * [FELIX-4214] - Cache in BundleResources works only for a single metatype properties file per bundle |
| 44 | * [FELIX-3884] - Default value and options |
Carsten Ziegeler | 0e01f1e | 2013-09-02 16:25:06 +0000 | [diff] [blame] | 45 | |
Jan Willem Janssen | 46bff2b | 2012-11-16 10:15:04 +0000 | [diff] [blame] | 46 | |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 47 | Changes from 1.0.4 to 1.0.6 |
| 48 | --------------------------- |
| 49 | |
| 50 | ** Bug |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 51 | * [FELIX-2094] - AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array |
| 52 | * [FELIX-2097] - DefaultMetaTypeProvider.getLocales() must not reuturn an empty string entry |
| 53 | * [FELIX-2860] - getLocales() in DefaultMetaTypeProvider needs to check return of findEntries |
| 54 | * [FELIX-2867] - getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect |
| 55 | * [FELIX-2868] - Icon only works if absolute path specified, but specification allows for relative urls |
| 56 | * [FELIX-3183] - Attribute requirement is not validated |
| 57 | * [FELIX-3364] - MetaDataReader exposes a private exception class on the public API |
| 58 | * [FELIX-3720] - Designate's pid attribute is optional and not mandatory |
| 59 | * [FELIX-3730] - AD.validate of string attributes must validate the string length |
| 60 | * [FELIX-3732] - service.pid properties of ManagedServiceFactory services must be used as factory PIDs |
| 61 | * [FELIX-3734] - MetaType: NPE in ServiceTracker for fragment bundle |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 62 | |
| 63 | ** Improvement |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 64 | * [FELIX-3167] - Add support for new PASSWORD attribute type |
| 65 | * [FELIX-3338] - Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype |
| 66 | * [FELIX-3736] - Add support for MetaTypeProvider service modifications |
| 67 | * [FELIX-3740] - Maintain the MetaTypeProvider service tracker on the MetaTypeService |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 68 | |
| 69 | ** New Feature |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 70 | * [FELIX-2719] - Add name space support to the meta type implementation |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 71 | |
| 72 | ** Task |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 73 | * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, String) specification compliance |
| 74 | * [FELIX-3182] - Update to use parent POM 2.1 |
| 75 | * [FELIX-3184] - Add support for metatype extension by MetatypeProvider services |
| 76 | * [FELIX-3731] - Multi-Value service.pid service properties must be supported |
| 77 | * [FELIX-3733] - Clarify icon location |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 78 | |
| 79 | |
| 80 | Changes from 1.0.2 to 1.0.4 |
| 81 | --------------------------- |
| 82 | ** Bug |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 83 | * [FELIX-1226] - The MetaType service should ignore the pid attribute of Designate elements if factoryPid is set. |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 84 | |
| 85 | ** Improvement |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 86 | * [FELIX-718] - Update NOTICE file to new format |
| 87 | * [FELIX-1227] - Project Descriptor Enhancement |
| 88 | * [FELIX-1434] - Include service tracker in bundle instead of importing it |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 89 | |
| 90 | |
| 91 | Changes from 1.0.0 to 1.0.2 |
| 92 | --------------------------- |
| 93 | |
| 94 | ** Bug |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 95 | * [FELIX-520] - MetaDataReader - ad.setMax |
| 96 | * [FELIX-521] - MetaType - optionValues check |
| 97 | * [FELIX-597] - Meta type service incorrectly parses attribute element content when the content is specified in value child tags |
| 98 | * [FELIX-607] - Meta type localization incorrectly resolved in the meta type folder |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 99 | |
| 100 | ** Improvement |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 101 | * [FELIX-666] - Metatype OBR description |
Felix Meschberger | f392e05 | 2012-10-18 12:56:10 +0000 | [diff] [blame] | 102 | |
| 103 | |
| 104 | Initial Release 1.0.0 |
| 105 | --------------------- |
| 106 | |
| 107 | ** New Feature |
Jan Willem Janssen | 32244a4 | 2015-02-18 12:39:54 +0000 | [diff] [blame] | 108 | * [FELIX-20] - Implement Metatype Service |