blob: dcab5c181a05ed50dc493d872d837b0c7e10abc2 [file] [log] [blame]
Jan Willem Janssen998f2692016-02-04 16:10:34 +00001Changes from 1.1.2 to ...
2-------------------------
3
4** Bug
5 * [FELIX-5173] - Metatype service's BundleResources ignore properties provided by fragment bundles
6
7
Carsten Ziegeler42d31982015-08-10 08:49:49 +00008Changes from 1.1.0 to 1.1.2
9---------------------------
10
11** Bug
12 * [FELIX-5000] - Potential NPE when reading metatype info due to FELIX-4973
13
14
Carsten Ziegeler7a2b6aa2015-08-07 00:13:39 +000015Changes from 1.0.12 to 1.1.0
Carsten Ziegeler42d31982015-08-10 08:49:49 +000016----------------------------
Carsten Ziegeler7a2b6aa2015-08-07 00:13:39 +000017
18** Improvement
19 * [FELIX-4980] - Add capabilities for metatype R6
20 * [FELIX-4973] - Relax exception handling when reading metatype XML
21
22
Carsten Ziegelerb41e8742014-10-02 12:11:02 +000023Changes from 1.0.10 to 1.0.12
24-----------------------------
25
26** Improvement
Jan Willem Janssen32244a42015-02-18 12:39:54 +000027 * [FELIX-4649] - Get MetaTypeInformation while bundle is starting
Jan Willem Janssen998f2692016-02-04 16:10:34 +000028 * [FELIX-4687] - Support v. 1.3 metatype namespace
Jan Willem Janssen32244a42015-02-18 12:39:54 +000029
30** Bug
31 * [FELIX-4644] - Designates with multiple Objects
32 * [FELIX-4665] - Metatype service does not allow a default empty string in XML resource
33 * [FELIX-4771] - Possible NPE when accessing content of attribute
Sanjeeb Kumar Sahoo54925df2015-04-15 00:10:29 +000034 * [FELIX-4799] - Support for multiple factory designates in single MetaType file
Carsten Ziegelerb41e8742014-10-02 12:11:02 +000035
36
Carsten Ziegeler918d6642014-01-15 14:42:28 +000037Changes from 1.0.8 to 1.0.10
38----------------------------
39
40** Bug
Jan Willem Janssen32244a42015-02-18 12:39:54 +000041 * [FELIX-4289] - Spaces within values are removed for default values
Carsten Ziegeler918d6642014-01-15 14:42:28 +000042
Jan Willem Janssen32244a42015-02-18 12:39:54 +000043
Jan Willem Janssen46bff2b2012-11-16 10:15:04 +000044Changes from 1.0.6 to 1.0.8
45---------------------------
46
47** Bug
Jan Willem Janssen32244a42015-02-18 12:39:54 +000048 * [FELIX-3756] - Optional attributes validated invalid data as correct;
49 * [FELIX-3757] - If an AttributeDefinition did not specify a minimum, maximum or option values, it did not detect missing values;
50 * [FELIX-3758] - AttributeDefinition.validate() did not take non-zero cardinality into consideration.
51 * [FELIX-4214] - Cache in BundleResources works only for a single metatype properties file per bundle
52 * [FELIX-3884] - Default value and options
Carsten Ziegeler0e01f1e2013-09-02 16:25:06 +000053
Jan Willem Janssen46bff2b2012-11-16 10:15:04 +000054
Felix Meschbergerf392e052012-10-18 12:56:10 +000055Changes from 1.0.4 to 1.0.6
56---------------------------
57
58** Bug
Jan Willem Janssen32244a42015-02-18 12:39:54 +000059 * [FELIX-2094] - AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array
60 * [FELIX-2097] - DefaultMetaTypeProvider.getLocales() must not reuturn an empty string entry
61 * [FELIX-2860] - getLocales() in DefaultMetaTypeProvider needs to check return of findEntries
62 * [FELIX-2867] - getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect
63 * [FELIX-2868] - Icon only works if absolute path specified, but specification allows for relative urls
64 * [FELIX-3183] - Attribute requirement is not validated
65 * [FELIX-3364] - MetaDataReader exposes a private exception class on the public API
66 * [FELIX-3720] - Designate's pid attribute is optional and not mandatory
67 * [FELIX-3730] - AD.validate of string attributes must validate the string length
68 * [FELIX-3732] - service.pid properties of ManagedServiceFactory services must be used as factory PIDs
69 * [FELIX-3734] - MetaType: NPE in ServiceTracker for fragment bundle
Felix Meschbergerf392e052012-10-18 12:56:10 +000070
71** Improvement
Jan Willem Janssen32244a42015-02-18 12:39:54 +000072 * [FELIX-3167] - Add support for new PASSWORD attribute type
73 * [FELIX-3338] - Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
74 * [FELIX-3736] - Add support for MetaTypeProvider service modifications
75 * [FELIX-3740] - Maintain the MetaTypeProvider service tracker on the MetaTypeService
Felix Meschbergerf392e052012-10-18 12:56:10 +000076
77** New Feature
Jan Willem Janssen32244a42015-02-18 12:39:54 +000078 * [FELIX-2719] - Add name space support to the meta type implementation
Felix Meschbergerf392e052012-10-18 12:56:10 +000079
80** Task
Jan Willem Janssen32244a42015-02-18 12:39:54 +000081 * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, String) specification compliance
82 * [FELIX-3182] - Update to use parent POM 2.1
83 * [FELIX-3184] - Add support for metatype extension by MetatypeProvider services
84 * [FELIX-3731] - Multi-Value service.pid service properties must be supported
85 * [FELIX-3733] - Clarify icon location
Felix Meschbergerf392e052012-10-18 12:56:10 +000086
87
88Changes from 1.0.2 to 1.0.4
89---------------------------
90** Bug
Jan Willem Janssen32244a42015-02-18 12:39:54 +000091 * [FELIX-1226] - The MetaType service should ignore the pid attribute of Designate elements if factoryPid is set.
Felix Meschbergerf392e052012-10-18 12:56:10 +000092
93** Improvement
Jan Willem Janssen32244a42015-02-18 12:39:54 +000094 * [FELIX-718] - Update NOTICE file to new format
95 * [FELIX-1227] - Project Descriptor Enhancement
96 * [FELIX-1434] - Include service tracker in bundle instead of importing it
Felix Meschbergerf392e052012-10-18 12:56:10 +000097
98
99Changes from 1.0.0 to 1.0.2
100---------------------------
101
102** Bug
Jan Willem Janssen32244a42015-02-18 12:39:54 +0000103 * [FELIX-520] - MetaDataReader - ad.setMax
104 * [FELIX-521] - MetaType - optionValues check
105 * [FELIX-597] - Meta type service incorrectly parses attribute element content when the content is specified in value child tags
106 * [FELIX-607] - Meta type localization incorrectly resolved in the meta type folder
Felix Meschbergerf392e052012-10-18 12:56:10 +0000107
108** Improvement
Jan Willem Janssen32244a42015-02-18 12:39:54 +0000109 * [FELIX-666] - Metatype OBR description
Felix Meschbergerf392e052012-10-18 12:56:10 +0000110
111
112Initial Release 1.0.0
113---------------------
114
115** New Feature
Jan Willem Janssen32244a42015-02-18 12:39:54 +0000116 * [FELIX-20] - Implement Metatype Service