blob: 485fc4c978a57e52409d08e48a01c5b1a174d42c [file] [log] [blame]
Carsten Ziegelera56fc322012-11-30 14:01:55 +00001Changes from 1.9.0 to 1.8.0
2---------------------------
3** Improvement
4 * [FELIX-3358] - Enhance the maven-scr-plugin to be compatible with recent Maven/Eclipse integrations
5 * [FELIX-3642] - Change default for generating descriptor files to generate single file for each component
6 * [FELIX-3641] - Option to generate separate descriptor files
7 * [FELIX-3643] - Use BuildContext for scanning changed files
8 * [FELIX-3640] - Ignore maven-scr-plugin executions in Eclipse
Carsten Ziegelerb9495dc2012-12-03 14:11:56 +00009 * [FELIX-2892] - Get SCR annotations to work with Scala
Carsten Ziegelera56fc322012-11-30 14:01:55 +000010
11** Bug
12 * [FELIX-3788] - specVersion incorrectly determined, depends on class order
13 * [FELIX-3568] - java.lang.VerifyError from bundles compiled with maven-scr-plugin (java 7)
14 * [FELIX-3739] - scr-plugin: "Annotated method {0} not found"
15 * [FELIX-3793] - Property of type Character must use unicode value
16 * [FELIX-3653] - Define the "@Reference" annotation on class level without a "referenceInterface" parameter.
17
18
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000019Changes from 1.7.4 to 1.8.0
20---------------------------
21
22** Task
23 * [FELIX-3225] - Drop javadoc annotation support
24 * [FELIX-3552] - Implement new features of DS 1.2
25 * [FELIX-3550] - Reimplement the SCR Generator
26
27** Bug
28 * [FELIX-3571] - "Comparison method violates general contract!" error in maven-scr-plugin
29 * [FELIX-3555] - Maven SCR Plugin shoudn't attempt to run on modules of type POM
Carsten Ziegeler9da02702012-08-31 14:20:34 +000030 * [FELIX-3269] - @Property is not properly parsed.
31 * [FELIX-3189] - Mixing full-qualified Reference annotations and imported one results in no References exported to seviceComponents.xml
32 * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g. java.util.*)
33 * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L use
Carsten Ziegeler9a8a3d62012-08-13 06:10:37 +000034
35** Improvement
36 * [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt legal files
37
38
Carsten Ziegelercd9188f2011-08-11 09:27:32 +000039Changes from 1.7.2 to 1.7.4
40---------------------------
41
Carsten Ziegeler5ad99732011-08-11 11:51:52 +000042** Bug
43 * [FELIX-2963] - scr annotations @Activate @Deactivate @Modified are not detected with class inheritance
Carsten Ziegelerfd4038c2011-09-27 12:19:19 +000044 * [FELIX-3117] - NullPointerException when not implementing interface that is defined with @Service
Carsten Ziegeler248c6152011-09-27 12:55:03 +000045 * [FELIX-3070} - SCR Plugin and dependencies with classifier cause issue depending on the order of dependency in pom.xml
Carsten Ziegeler3b3a33f2011-09-28 13:38:09 +000046 * [FELIX-3136] - Endless loop: JavaClassDescriptorManager.getJavaClassDescription()
Carsten Ziegeler2e23a022011-09-28 14:24:29 +000047 * [FELIX-3113] - NPE in multi-module Maven project
Carsten Ziegeler248c6152011-09-27 12:55:03 +000048
Carsten Ziegeler5ad99732011-08-11 11:51:52 +000049
Carsten Ziegelercd9188f2011-08-11 09:27:32 +000050** Improvement
51 * [FELIX-3066] - Add support for source directory include filter via plugin configuration
52
53
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000054Changes from 1.7.0 to 1.7.2
55---------------------------
56
Carsten Ziegeler1dd2eb42011-05-02 14:32:45 +000057** Bug
Carsten Ziegeler3d142d42011-06-07 08:41:09 +000058 * [FELIX-2963] - scr annotations @Activate @Deactivate @Modified are not detected with class inheritance
Carsten Ziegeler4723a302011-06-06 14:20:01 +000059 * [FELIX-2978] - Lookup reference policy does not work for inherited components
Carsten Ziegeler61fa43c2011-05-12 05:28:43 +000060 * [FELIX-2945] - SCR plugin: Parsing of "options" for property tag broken for java annotations
Carsten Ziegeler43864462011-05-02 14:38:27 +000061 * [FELIX-2906] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
Carsten Ziegeler1dd2eb42011-05-02 14:32:45 +000062 * [FELIX-2878] - scr- and bundle-plugin in multimodule project fails with goal "test"
63
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000064** Improvement
65 * [FELIX-2939] - Maven SCR Plugin is not (marked as) thread-safe for parallel builds
Carsten Ziegeler4809b6e2011-06-07 10:03:04 +000066 * [FELIX-2492] - scr plugin: using src annotations causes NoClassDefFoundError and other errors
Carsten Ziegeler2af1c402011-06-07 10:48:57 +000067 * [FELIX-2908] - Use same mechanism to get single annotation values as for multiple annotation values
Carsten Ziegelerfdb92222011-05-02 14:19:09 +000068
69
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000070Changes from 1.6.0 to 1.7.0
71---------------------------
72
73** Bug
74 * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
75 * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
76 * [FELIX-2777] - MavenJavaClassDescriptorManager ignores dependencies with system scope
77 * [FELIX-2770] - maven-scr-plugin 1.6.0 incompatible with <packaging>pom</packaging> projects
78 * [FELIX-2731] - NPE while scanning sources with QDox
79 * [FELIX-2681] - NPE in assertMinScrAnnotationArtifactVersion when checking min. version of annotations dependency
Carsten Ziegelere2b104e2011-03-09 10:04:36 +000080 * [FELIX-2876] - <reference> element not generated when name is missing
Carsten Ziegelereb570ee2011-03-08 14:24:45 +000081
82** Improvement
83 * [FELIX-2853] - Deprecate javadoc tags
84 * [FELIX-2753] - Support array of classes for @Service annotation
85 * [FELIX-2874] - Add new scopes to SlingFilter annotation and use new property names
86 * [FELIX-2838] - Allow classes to be specifed as values for the @Property annotation
87 * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
88 * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
89
90