blob: 839d7bcba22b4cba2e7dfc5125a1289cbd46c143 [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
11 * [FELIX-3720] - Designate's pid attribute is optional and not mandatory
12
13** Improvement
14 * [FELIX-3167] - Add support for new PASSWORD attribute type
15 * [FELIX-3338] - Add support for optional attributes in the MetaDataReader as defined in the XML schema for metatype
16
17** New Feature
18 * [FELIX-2719] - Add name space support to the meta type implementation
19
20** Task
21 * [FELIX-2096] - Check MetaTypeProvider.getObjectClassDefinition(String, String) specification compliance
22 * [FELIX-3182] - Update to use parent POM 2.1
23 * [FELIX-3184] - Add support for metatype extension by MetatypeProvider services
24
25
26Changes from 1.0.2 to 1.0.4
27---------------------------
28** Bug
29 * [FELIX-1226] - The MetaType service should ignore the pid attribute of Designate elements if factoryPid is set.
30
31** Improvement
32 * [FELIX-718] - Update NOTICE file to new format
33 * [FELIX-1227] - Project Descriptor Enhancement
34 * [FELIX-1434] - Include service tracker in bundle instead of importing it
35
36
37Changes from 1.0.0 to 1.0.2
38---------------------------
39
40** Bug
41 * [FELIX-520] - MetaDataReader - ad.setMax
42 * [FELIX-521] - MetaType - optionValues check
43 * [FELIX-597] - Meta type service incorrectly parses attribute element content when the content is specified in value child tags
44 * [FELIX-607] - Meta type localization incorrectly resolved in the meta type folder
45
46** Improvement
47 * [FELIX-666] - Metatype OBR description
48
49
50Initial Release 1.0.0
51---------------------
52
53** New Feature
54 * [FELIX-20] - Implement Metatype Service