blob: b60f02e3c51f4357ce0a7985ba99d4ce82f145e7 [file] [log] [blame]
Carsten Ziegelerd55df672012-08-13 06:10:37 +00001Changes from 1.6.0 to 1.7.0
2---------------------------
3
4** Task
5 * [FELIX-3225] - Drop javadoc annotation support
6 * [FELIX-3247] - Change annotation retention from source to class
7 * [FELIX-3552] - Implement new features of DS 1.2
8 * [FELIX-3550] - Reimplement the SCR Generator
9 * [FELIX-3551] - Support the DS annotations
10
11** Bug
12 * [FELIX-3457] - Component annotation does not detect abstract class
13 * [FELIX-3077] - Abstract class is not detected as abstract
Carsten Ziegelerff359b92012-08-13 06:28:58 +000014 * [FELIX-3593] - ClassCastException when using short-cut notation inside array value annotations
Carsten Ziegelerd55df672012-08-13 06:10:37 +000015
16** Improvement
17 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
18
19
Carsten Ziegelercfc07d82011-05-05 13:03:38 +000020Changes from 1.5.0 to 1.6.0
Carsten Ziegeler48772442011-05-02 14:19:09 +000021---------------------------
22
Carsten Ziegelercfc07d82011-05-05 13:03:38 +000023** Bug
Carsten Ziegeler22911cd2011-08-17 13:53:25 +000024 * [FELIX-3077] - Abstract class is not detected as abstract
25
26
27Changes from 1.5.0 to 1.6.0
28---------------------------
29
30** Bug
Carsten Ziegeler8686d8a2011-05-18 14:03:10 +000031 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegelercfc07d82011-05-05 13:03:38 +000032 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
33
Carsten Ziegeler48772442011-05-02 14:19:09 +000034** Improvement
35 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegelerc87b16d2011-06-07 10:48:57 +000036 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegeler48772442011-05-02 14:19:09 +000037
38
Carsten Ziegelerf3098682011-03-08 14:24:45 +000039Changes from 1.4.0 to 1.5.0
40---------------------------
41
42** Bug
43 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
44
45** Improvement
46 * [FELIX-2753] - Support array of classes for @Service annotation
47 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
48 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
49 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
50 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
51
52