blob: af4d409c42ae9998b25ebf72050a385742cd5b3f [file] [log] [blame]
Felix Meschbergerf392e052012-10-18 12:56:10 +00001Changes from 1.0.4 to 1.0.6
2---------------------------
3
4** Bug
5 * [FELIX-2094] - AttributeDefinition with an empty default value must attribute must result in a single (empty string) entry string array
6 * [FELIX-2097] - DefaultMetaTypeProvider.getLocales() must not reuturn an empty string entry
7 * [FELIX-2860] - getLocales() in DefaultMetaTypeProvider needs to check return of findEntries
8 * [FELIX-2867] - getIcon() in LocalizedObjectClassDefinition keyset iteration incorrect
9 * [FELIX-2868] - Icon only works if absolute path specified, but specification allows for relative urls
10 * [FELIX-3183] - Attribute requirement is not validated
Felix Meschberger90547fa2012-10-29 15:24:51 +000011 * [FELIX-3364] - MetaDataReader exposes a private exception class on the public API
Felix Meschbergerf392e052012-10-18 12:56:10 +000012 * [FELIX-3720] - Designate's pid attribute is optional and not mandatory
Felix Meschberger90547fa2012-10-29 15:24:51 +000013 * [FELIX-3730] - AD.validate of string attributes must validate the string length
14 * [FELIX-3732] - service.pid properties of ManagedServiceFactory services must be used as factory PIDs
15 * [FELIX-3734] - MetaType: NPE in ServiceTracker for fragment bundle
Felix Meschbergerf392e052012-10-18 12:56:10 +000016
17** Improvement
18 * [FELIX-3167] - Add support for new PASSWORD attribute type
19 * [FELIX-3338] - Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
Felix Meschberger90547fa2012-10-29 15:24:51 +000020 * [FELIX-3736] - Add support for MetaTypeProvider service modifications
21 * [FELIX-3740] - Maintain the MetaTypeProvider service tracker on the MetaTypeService
Felix Meschbergerf392e052012-10-18 12:56:10 +000022
23** New Feature
24 * [FELIX-2719] - Add name space support to the meta type implementation
25
26** Task
27 * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, String) specification compliance
28 * [FELIX-3182] - Update to use parent POM 2.1
29 * [FELIX-3184] - Add support for metatype extension by MetatypeProvider services
Felix Meschberger90547fa2012-10-29 15:24:51 +000030 * [FELIX-3731] - Multi-Value service.pid service properties must be supported
31 * [FELIX-3733] - Clarify icon location
Felix Meschbergerf392e052012-10-18 12:56:10 +000032
33
34Changes from 1.0.2 to 1.0.4
35---------------------------
36** Bug
37 * [FELIX-1226] - The MetaType service should ignore the pid attribute of Designate elements if factoryPid is set.
38
39** Improvement
40 * [FELIX-718] - Update NOTICE file to new format
41 * [FELIX-1227] - Project Descriptor Enhancement
42 * [FELIX-1434] - Include service tracker in bundle instead of importing it
43
44
45Changes from 1.0.0 to 1.0.2
46---------------------------
47
48** Bug
49 * [FELIX-520] - MetaDataReader - ad.setMax
50 * [FELIX-521] - MetaType - optionValues check
51 * [FELIX-597] - Meta type service incorrectly parses attribute element content when the content is specified in value child tags
52 * [FELIX-607] - Meta type localization incorrectly resolved in the meta type folder
53
54** Improvement
55 * [FELIX-666] - Metatype OBR description
56
57
58Initial Release 1.0.0
59---------------------
60
61** New Feature
62 * [FELIX-20] - Implement Metatype Service