blob: 35b1dd779a15461b45b540f7847da24a85a4c26a [file] [log] [blame]
Carsten Ziegelerfe504062015-10-15 14:49:36 +00001Changes from 1.10.0 to 1.9.12
2-----------------------------
3** Improvement
4 * [FELIX-5072] - Support optional property "pattern" in @SlingFilter annotation
5
6
Carsten Ziegeler18cbd912015-04-23 13:37:33 +00007Changes from 1.9.12 to 1.9.10
8-----------------------------
9** Improvement
10 * [FELIX-4859] - Documentation inconsistency in filter.order vs service.ranking
11
12
Carsten Ziegeler718efa32014-09-21 09:14:47 +000013Changes from 1.9.10 to 1.9.8
14----------------------------
15** Bug
16 * [FELIX-4648] - SlingAnnotationProcessor.processSlingFilter cannot deal with multiple scopes
17
18
Carsten Ziegeler317d4cb2014-03-05 13:29:27 +000019Changes from 1.9.8 to 1.9.6
20---------------------------
21** Improvement
22 * [FELIX-4277] - The maven-scr-plugin generates false warnings when using @SlingServlet
Carsten Ziegelerd583b4e2014-03-05 13:38:26 +000023 * [FELIX-4393] - @Property should accept empty name values on instance fields
Carsten Ziegeler317d4cb2014-03-05 13:29:27 +000024
Carsten Ziegeler8ed82562013-07-17 13:22:05 +000025Changes from 1.9.6 to 1.9.4
26---------------------------
27** Improvement
28 * [FELIX-4170] - Deprecate inheritance of component descriptors
29
30
31Changes from 1.9.4 to 1.9.2
32---------------------------
Carsten Ziegelerfcf281f2013-05-14 06:26:06 +000033** Bug
Carsten Ziegeler1ada6a52013-05-14 06:29:27 +000034 * [FELIX-4047] - Unable to create single valued (String) array property
Carsten Ziegelerfcf281f2013-05-14 06:26:06 +000035
36** Improvement
37 * [FELIX-4063] - Avoid warnings when using @SlingServlet and @SlingFilter annotations
Carsten Ziegelere578dee2013-05-05 14:52:19 +000038
39
Carsten Ziegeler8ed82562013-07-17 13:22:05 +000040Changes from 1.9.2 to 1.9.0
41---------------------------
Carsten Ziegeler965de342013-04-09 12:11:33 +000042** Bug
43 * [FELIX-3977] - @Property: ArrayIndexOutOfBoundsException empty array default value
44
45
Carsten Ziegeler8ed82562013-07-17 13:22:05 +000046Changes from 1.9.0 to 1.8.0
47---------------------------
Carsten Ziegelera97c9122013-03-01 06:46:38 +000048** Bug
49 * [FELIX-3940] - Abstract class is not detected
50
51
Carsten Ziegeler8ed82562013-07-17 13:22:05 +000052Changes from 1.8.0 to 1.7.0
53---------------------------
Carsten Ziegeler8ff063c2013-02-13 15:36:11 +000054** Improvement
55 * [FELIX-3169] - Add support for new PASSWORD attribute type of Metatype service
56
57
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000058Changes from 1.6.0 to 1.7.0
59---------------------------
60
61** Task
62 * [FELIX-3225] - Drop javadoc annotation support
63 * [FELIX-3247] - Change annotation retention from source to class
64 * [FELIX-3552] - Implement new features of DS 1.2
65 * [FELIX-3550] - Reimplement the SCR Generator
66 * [FELIX-3551] - Support the DS annotations
67
68** Bug
69 * [FELIX-3457] - Component annotation does not detect abstract class
70 * [FELIX-3077] - Abstract class is not detected as abstract
Carsten Ziegelera4f8f892012-08-13 06:28:58 +000071 * [FELIX-3593] - ClassCastException when using short-cut notation inside array value annotations
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000072
73** Improvement
74 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
75
76
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000077Changes from 1.5.0 to 1.6.0
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000078---------------------------
79
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000080** Bug
Carsten Ziegelerc0268bc2011-08-17 13:53:25 +000081 * [FELIX-3077] - Abstract class is not detected as abstract
82
83
84Changes from 1.5.0 to 1.6.0
85---------------------------
86
87** Bug
Carsten Ziegelerc8ea1262011-05-18 14:03:10 +000088 * [FELIX-2957] - Filter scope should be an array
Carsten Ziegeler5c4c73a2011-05-05 13:03:38 +000089 * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
90
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000091** Improvement
92 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegeler2af1c402011-06-07 10:48:57 +000093 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000094
95
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000096Changes from 1.4.0 to 1.5.0
97---------------------------
98
99** Bug
100 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
101
102** Improvement
103 * [FELIX-2753] - Support array of classes for @Service annotation
104 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
105 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
106 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
107 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
108
109