blob: e67450d81e7b99bd8586a71963af1df87b8de54a [file] [log] [blame]
Carsten Ziegelercfc07d82011-05-05 13:03:38 +00001Changes from 1.5.0 to 1.6.0
Carsten Ziegeler48772442011-05-02 14:19:09 +00002---------------------------
3
Carsten Ziegelercfc07d82011-05-05 13:03:38 +00004** Bug
Carsten Ziegeler22911cd2011-08-17 13:53:25 +00005 * [FELIX-3077] - Abstract class is not detected as abstract
6
7
8Changes from 1.5.0 to 1.6.0
9---------------------------
10
11** Bug
Carsten Ziegeler8686d8a2011-05-18 14:03:10 +000012 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegelercfc07d82011-05-05 13:03:38 +000013 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
14
Carsten Ziegeler48772442011-05-02 14:19:09 +000015** Improvement
16 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegelerc87b16d2011-06-07 10:48:57 +000017 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegeler48772442011-05-02 14:19:09 +000018
19
Carsten Ziegelerf3098682011-03-08 14:24:45 +000020Changes from 1.4.0 to 1.5.0
21---------------------------
22
23** Bug
24 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
25
26** Improvement
27 * [FELIX-2753] - Support array of classes for @Service annotation
28 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
29 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
30 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
31 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
32
33