blob: 7439df551aee934975467fae4733e9ad797aa6c7 [file] [log] [blame]
Carsten Ziegeler8ff063c2013-02-13 15:36:11 +00001Changes from 1.8.0 to 1.7.0
2----------------------------
3** Improvement
4 * [FELIX-3169] - Add support for new PASSWORD attribute type of Metatype service
5
6
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +00007Changes from 1.6.0 to 1.7.0
8---------------------------
9
10** Task
11 * [FELIX-3225] - Drop javadoc annotation support
12 * [FELIX-3247] - Change annotation retention from source to class
13 * [FELIX-3552] - Implement new features of DS 1.2
14 * [FELIX-3550] - Reimplement the SCR Generator
15 * [FELIX-3551] - Support the DS annotations
16
17** Bug
18 * [FELIX-3457] - Component annotation does not detect abstract class
19 * [FELIX-3077] - Abstract class is not detected as abstract
Carsten Ziegelera4f8f892012-08-13 06:28:58 +000020 * [FELIX-3593] - ClassCastException when using short-cut notation inside array value annotations
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000021
22** Improvement
23 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
24
25
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000026Changes from 1.5.0 to 1.6.0
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000027---------------------------
28
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000029** Bug
Carsten Ziegelerc0268bc2011-08-17 13:53:25 +000030 * [FELIX-3077] - Abstract class is not detected as abstract
31
32
33Changes from 1.5.0 to 1.6.0
34---------------------------
35
36** Bug
Carsten Ziegelerc8ea1262011-05-18 14:03:10 +000037 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000038 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
39
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000040** Improvement
41 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegeler2af1c402011-06-07 10:48:57 +000042 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000043
44
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000045Changes from 1.4.0 to 1.5.0
46---------------------------
47
48** Bug
49 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
50
51** Improvement
52 * [FELIX-2753] - Support array of classes for @Service annotation
53 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
54 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
55 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
56 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
57
58