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 2016/10/12 19:21:00 UTC

svn commit: r1764514 - /felix/trunk/tools/maven-scr-plugin/changelog.txt

Author: cziegeler
Date: Wed Oct 12 19:21:00 2016
New Revision: 1764514

URL: http://svn.apache.org/viewvc?rev=1764514&view=rev
Log:
FELIX-5373 : Improve failure message when enabling metatype and using no or private properties only

Modified:
    felix/trunk/tools/maven-scr-plugin/changelog.txt

Modified: felix/trunk/tools/maven-scr-plugin/changelog.txt
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-scr-plugin/changelog.txt?rev=1764514&r1=1764513&r2=1764514&view=diff
==============================================================================
--- felix/trunk/tools/maven-scr-plugin/changelog.txt (original)
+++ felix/trunk/tools/maven-scr-plugin/changelog.txt Wed Oct 12 19:21:00 2016
@@ -1,3 +1,13 @@
+Changes from 1.23.0 to 1.22.0
+-----------------------------
+** Improvement
+    * [FELIX-5373] - Improve failure message when enabling metatype and using no or private properties only
+** Bug
+    * [FELIX-5304] - SERVICE_PID property should not be created
+    * [FELIX-5328] - NoClassDefFound not wrapped in the ClassScanner
+    * [FELIX-5345] - Incorrect encoding in metatype props file
+
+
 Changes from 1.22.0 to 1.21.0
 -----------------------------
 ** Bug