You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2011/03/08 15:24:46 UTC

svn commit: r1079369 - in /felix/trunk/scrplugin: annotations/changelog.txt generator/changelog.txt maven-scr-plugin/changelog.txt scrtask/changelog.txt

Author: cziegeler
Date: Tue Mar  8 14:24:45 2011
New Revision: 1079369

URL: http://svn.apache.org/viewvc?rev=1079369&view=rev
Log:
FELIX-2690 : Add changelog.txt to SCR/Metatype generation modules

Added:
    felix/trunk/scrplugin/annotations/changelog.txt   (with props)
    felix/trunk/scrplugin/generator/changelog.txt   (with props)
    felix/trunk/scrplugin/maven-scr-plugin/changelog.txt   (with props)
    felix/trunk/scrplugin/scrtask/changelog.txt   (with props)

Added: felix/trunk/scrplugin/annotations/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/annotations/changelog.txt?rev=1079369&view=auto
==============================================================================
--- felix/trunk/scrplugin/annotations/changelog.txt (added)
+++ felix/trunk/scrplugin/annotations/changelog.txt Tue Mar  8 14:24:45 2011
@@ -0,0 +1,14 @@
+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
+
+

Propchange: felix/trunk/scrplugin/annotations/changelog.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: felix/trunk/scrplugin/annotations/changelog.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: felix/trunk/scrplugin/annotations/changelog.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: felix/trunk/scrplugin/generator/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/generator/changelog.txt?rev=1079369&view=auto
==============================================================================
--- felix/trunk/scrplugin/generator/changelog.txt (added)
+++ felix/trunk/scrplugin/generator/changelog.txt Tue Mar  8 14:24:45 2011
@@ -0,0 +1,15 @@
+Changes from 1.0.0 to 1.0.2
+---------------------------
+
+** Bug
+    * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
+    * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
+    * [FELIX-2731] - NPE while scanning sources with QDox
+
+** Improvement
+    * [FELIX-2853] - Deprecate javadoc tags
+    * [FELIX-2753] - Support array of classes for @Service annotation
+    * [FELIX-2863] - Warnings and error messages contain @scr.* if annotations are used
+    * [FELIX-2690] - Add changelog.txt to SCR/Metatype generation modules
+
+

Propchange: felix/trunk/scrplugin/generator/changelog.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: felix/trunk/scrplugin/generator/changelog.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: felix/trunk/scrplugin/generator/changelog.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/maven-scr-plugin/changelog.txt?rev=1079369&view=auto
==============================================================================
--- felix/trunk/scrplugin/maven-scr-plugin/changelog.txt (added)
+++ felix/trunk/scrplugin/maven-scr-plugin/changelog.txt Tue Mar  8 14:24:45 2011
@@ -0,0 +1,20 @@
+Changes from 1.6.0 to 1.7.0
+---------------------------
+
+** Bug
+    * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
+    * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
+    * [FELIX-2777] - MavenJavaClassDescriptorManager ignores dependencies with system scope
+    * [FELIX-2770] - maven-scr-plugin 1.6.0 incompatible with <packaging>pom</packaging> projects
+    * [FELIX-2731] - NPE while scanning sources with QDox
+    * [FELIX-2681] - NPE in assertMinScrAnnotationArtifactVersion when checking min. version of annotations dependency
+
+** Improvement
+    * [FELIX-2853] - Deprecate javadoc tags
+    * [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
+
+

Propchange: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: felix/trunk/scrplugin/maven-scr-plugin/changelog.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: felix/trunk/scrplugin/scrtask/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/scrplugin/scrtask/changelog.txt?rev=1079369&view=auto
==============================================================================
--- felix/trunk/scrplugin/scrtask/changelog.txt (added)
+++ felix/trunk/scrplugin/scrtask/changelog.txt Tue Mar  8 14:24:45 2011
@@ -0,0 +1,17 @@
+Changes from 1.0.0 to 1.1.0
+---------------------------
+
+** Bug
+    * [FELIX-2704] - @Property(cardinality=Integer.MAX_Int, ...) causes java.lang.NumberFormatException
+    * [FELIX-2835] - SCR plugin: Parsing of "options" for property tag broken for javadoc annotations
+    * [FELIX-2731] - NPE while scanning sources with QDox
+
+** Improvement
+    * [FELIX-2853] - Deprecate javadoc tags
+    * [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
+
+

Propchange: felix/trunk/scrplugin/scrtask/changelog.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: felix/trunk/scrplugin/scrtask/changelog.txt
------------------------------------------------------------------------------
    svn:keywords = Id

Propchange: felix/trunk/scrplugin/scrtask/changelog.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain