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 2018/01/11 07:12:50 UTC

svn commit: r1820841 - in /felix/trunk/tools/org.apache.felix.scr.bnd: changelog.txt pom.xml

Author: cziegeler
Date: Thu Jan 11 07:12:50 2018
New Revision: 1820841

URL: http://svn.apache.org/viewvc?rev=1820841&view=rev
Log:
Use generator 1.18.0

Modified:
    felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt
    felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml

Modified: felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt?rev=1820841&r1=1820840&r2=1820841&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/changelog.txt Thu Jan 11 07:12:50 2018
@@ -1,3 +1,12 @@
+Changes from 1.8.0 to 1.9.0
+---------------------------
+** Bug
+    * [FELIX-5464] - java.lang.NullPointerException at org.apache.felix.scrplugin.helper.ClassScanner.processClass(ClassScanner.java:207)
+    * [FELIX-5729] - NoSuchFieldError when @Reference referenceInterface type different than field type
+    * [FELIX-5730] - Different separators in localization attribute
+    * [FELIX-5771] - Metatype generation via bnd plugin creates incorrect file names
+    
+
 Changes from 1.7.2 to 1.8.0
 ---------------------------
 ** Bug

Modified: felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml?rev=1820841&r1=1820840&r2=1820841&view=diff
==============================================================================
--- felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml (original)
+++ felix/trunk/tools/org.apache.felix.scr.bnd/pom.xml Thu Jan 11 07:12:50 2018
@@ -53,13 +53,13 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.generator</artifactId>
-            <version>1.17.1-SNAPSHOT</version>
+            <version>1.18.0</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.annotations</artifactId>
-            <version>1.12.1-SNAPSHOT</version>
+            <version>1.12.0</version>
             <scope>compile</scope>
         </dependency>
         <!-- bndlib is provided at runtime (it neither needs to be considered by the maven-shade-plugin nor as transitive dependency by Maven) -->