Author: cziegeler
Date: Fri Aug 31 14:20:34 2012
New Revision: 1379464
URL: http://svn.apache.org/viewvc?rev=1379464&view=rev
Log:
Update changelog
Modified:
felix/trunk/scrplugin/generator/changelog.txt
felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
felix/trunk/scrplugin/scrtask/changelog.txt
Modified: felix/trunk/scrplugin/generator/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/scrplugin/generator/changelog.txt?rev=1379464&r1=1379463&r2=1379464&view=diff
==============================================================================
--- felix/trunk/scrplugin/generator/changelog.txt (original)
+++ felix/trunk/scrplugin/generator/changelog.txt Fri Aug 31 14:20:34 2012
@@ -8,6 +8,10 @@ Changes from 1.1.4 to 1.2.0
** Bug
* [FELIX-3571] - "Comparison method violates general contract!" error in
maven-scr-plugin
+ * [FELIX-3269] - @Property is not properly parsed.
+ * [FELIX-3189] - Mixing full-qualified Reference annotations and imported
one results in no References exported to seviceComponents.xml
+ * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g.
java.util.*)
+ * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L
use
** Improvement
* [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt
legal files
Modified: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/scrplugin/maven-scr-plugin/changelog.txt?rev=1379464&r1=1379463&r2=1379464&view=diff
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/changelog.txt (original)
+++ felix/trunk/scrplugin/maven-scr-plugin/changelog.txt Fri Aug 31 14:20:34
2012
@@ -9,6 +9,10 @@ Changes from 1.7.4 to 1.8.0
** Bug
* [FELIX-3571] - "Comparison method violates general contract!" error in
maven-scr-plugin
* [FELIX-3555] - Maven SCR Plugin shoudn't attempt to run on modules of
type POM
+ * [FELIX-3269] - @Property is not properly parsed.
+ * [FELIX-3189] - Mixing full-qualified Reference annotations and imported
one results in no References exported to seviceComponents.xml
+ * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g.
java.util.*)
+ * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L
use
** Improvement
* [FELIX-2689] - Upgrade Descriptor generator to new parent POM and adapt
legal files
Modified: felix/trunk/scrplugin/scrtask/changelog.txt
URL:
http://svn.apache.org/viewvc/felix/trunk/scrplugin/scrtask/changelog.txt?rev=1379464&r1=1379463&r2=1379464&view=diff
==============================================================================
--- felix/trunk/scrplugin/scrtask/changelog.txt (original)
+++ felix/trunk/scrplugin/scrtask/changelog.txt Fri Aug 31 14:20:34 2012
@@ -9,6 +9,10 @@ Changes from 1.1.4 to 1.2.0
** Bug
* [FELIX-3571] - "Comparison method violates general contract!" error in
maven-scr-plugin
* [FELIX-3510] - Non java files will be processed
+ * [FELIX-3269] - @Property is not properly parsed.
+ * [FELIX-3189] - Mixing full-qualified Reference annotations and imported
one results in no References exported to seviceComponents.xml
+ * [FELIX-3606] - SCR Plugin: build failure on wildcard imports (e.g.
java.util.*)
+ * [FELIX-3234] - @Property annotation raises exceptions on longValue=0L
use
** Improvement
* [FELIX-3509] - Undocumented features "strictMode", "parseJavadoc" and
"processAnnotations"