blob: 46e465e670280e1245d9e8e35e92fbdf10c8ee37 [file] [log] [blame]
Carsten Ziegelere578dee2013-05-05 14:52:19 +00001 Changes from 1.9.4 to 1.9.2
2----------------------------
3**
4 * [FELIX-4047] - Unable to single valued (String) array property
5
6
Carsten Ziegeler965de342013-04-09 12:11:33 +00007 Changes from 1.9.2 to 1.9.0
8----------------------------
9** Bug
10 * [FELIX-3977] - @Property: ArrayIndexOutOfBoundsException empty array default value
11
12
Carsten Ziegelera97c9122013-03-01 06:46:38 +000013 Changes from 1.9.0 to 1.8.0
14----------------------------
15** Bug
16 * [FELIX-3940] - Abstract class is not detected
17
18
19 Changes from 1.8.0 to 1.7.0
Carsten Ziegeler8ff063c2013-02-13 15:36:11 +000020----------------------------
21** Improvement
22 * [FELIX-3169] - Add support for new PASSWORD attribute type of Metatype service
23
24
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000025Changes from 1.6.0 to 1.7.0
26---------------------------
27
28** Task
29 * [FELIX-3225] - Drop javadoc annotation support
30 * [FELIX-3247] - Change annotation retention from source to class
31 * [FELIX-3552] - Implement new features of DS 1.2
32 * [FELIX-3550] - Reimplement the SCR Generator
33 * [FELIX-3551] - Support the DS annotations
34
35** Bug
36 * [FELIX-3457] - Component annotation does not detect abstract class
37 * [FELIX-3077] - Abstract class is not detected as abstract
Carsten Ziegelera4f8f892012-08-13 06:28:58 +000038 * [FELIX-3593] - ClassCastException when using short-cut notation inside array value annotations
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000039
40** Improvement
41 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
42
43
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000044Changes from 1.5.0 to 1.6.0
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000045---------------------------
46
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000047** Bug
Carsten Ziegelerc0268bc2011-08-17 13:53:25 +000048 * [FELIX-3077] - Abstract class is not detected as abstract
49
50
51Changes from 1.5.0 to 1.6.0
52---------------------------
53
54** Bug
Carsten Ziegelerc8ea1262011-05-18 14:03:10 +000055 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000056 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
57
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000058** Improvement
59 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegeler2af1c402011-06-07 10:48:57 +000060 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000061
62
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000063Changes from 1.4.0 to 1.5.0
64---------------------------
65
66** Bug
67 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
68
69** Improvement
70 * [FELIX-2753] - Support array of classes for @Service annotation
71 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
72 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
73 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
74 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
75
76