blob: e8a3585b59466782742355484e59eb18f6bfee7f [file] [log] [blame]
Carsten Ziegeler9a8a3d62012-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
14
15** Improvement
16 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
17
18
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000019Changes from 1.5.0 to 1.6.0
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000020---------------------------
21
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000022** Bug
Carsten Ziegelerc0268bc2011-08-17 13:53:25 +000023 * [FELIX-3077] - Abstract class is not detected as abstract
24
25
26Changes from 1.5.0 to 1.6.0
27---------------------------
28
29** Bug
Carsten Ziegelerc8ea1262011-05-18 14:03:10 +000030 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000031 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
32
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000033** Improvement
34 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegeler2af1c402011-06-07 10:48:57 +000035 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000036
37
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000038Changes from 1.4.0 to 1.5.0
39---------------------------
40
41** Bug
42 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
43
44** Improvement
45 * [FELIX-2753] - Support array of classes for @Service annotation
46 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
47 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
48 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
49 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
50
51