Carsten Ziegeler | 5c4c73a | 2011-05-05 13:03:38 +0000 | [diff] [blame] | 1 | Changes from 1.5.0 to 1.6.0 |
Carsten Ziegeler | fdb9222 | 2011-05-02 14:19:09 +0000 | [diff] [blame] | 2 | --------------------------- |
| 3 | |
Carsten Ziegeler | 5c4c73a | 2011-05-05 13:03:38 +0000 | [diff] [blame] | 4 | ** Bug |
Carsten Ziegeler | c0268bc | 2011-08-17 13:53:25 +0000 | [diff] [blame] | 5 | * [FELIX-3077] - Abstract class is not detected as abstract |
| 6 | |
| 7 | |
| 8 | Changes from 1.5.0 to 1.6.0 |
| 9 | --------------------------- |
| 10 | |
| 11 | ** Bug |
Carsten Ziegeler | c8ea126 | 2011-05-18 14:03:10 +0000 | [diff] [blame] | 12 | * [FELIX-2957] - Filter scope should be an array |
Carsten Ziegeler | 5c4c73a | 2011-05-05 13:03:38 +0000 | [diff] [blame] | 13 | * [FELIX-2943] - Component generated by @SlingServlet does not match default settings of @Component |
| 14 | |
Carsten Ziegeler | fdb9222 | 2011-05-02 14:19:09 +0000 | [diff] [blame] | 15 | ** Improvement |
| 16 | * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds |
Carsten Ziegeler | 2af1c40 | 2011-06-07 10:48:57 +0000 | [diff] [blame] | 17 | * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values |
Carsten Ziegeler | fdb9222 | 2011-05-02 14:19:09 +0000 | [diff] [blame] | 18 | |
| 19 | |
Carsten Ziegeler | eb570ee | 2011-03-08 14:24:45 +0000 | [diff] [blame] | 20 | Changes 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 | |