blob: b60f02e3c51f4357ce0a7985ba99d4ce82f145e7 [file] [log] [blame]
Changes from 1.6.0 to 1.7.0
---------------------------
** Task
* [FELIX-3225] - Drop javadoc annotation support
* [FELIX-3247] - Change annotation retention from source to class
* [FELIX-3552] - Implement new features of DS 1.2
* [FELIX-3550] - Reimplement the SCR Generator
* [FELIX-3551] - Support the DS annotations
** Bug
* [FELIX-3457] - Component annotation does not detect abstract class
* [FELIX-3077] - Abstract class is not detected as abstract
* [FELIX-3593] - ClassCastException when using short-cut notation inside array value annotations
** Improvement
* [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
Changes from 1.5.0 to 1.6.0
---------------------------
** Bug
* [FELIX-3077] - Abstract class is not detected as abstract
Changes from 1.5.0 to 1.6.0
---------------------------
** Bug
* [FELIX-2957] - Filter scope should be an array
* [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component
** Improvement
* [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
* [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Changes from 1.4.0 to 1.5.0
---------------------------
** Bug
* [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
** Improvement
* [FELIX-2753] - Support array of classes for @Service annotation
* [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
* [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
* [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
* [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules