You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by oh...@apache.org on 2015/11/14 16:53:56 UTC

svn commit: r1714340 - /commons/proper/configuration/trunk/src/changes/changes.xml

Author: oheger
Date: Sat Nov 14 15:53:56 2015
New Revision: 1714340

URL: http://svn.apache.org/viewvc?rev=1714340&view=rev
Log:
[CONFIGURATION-614] Updated changes.xml.

Modified:
    commons/proper/configuration/trunk/src/changes/changes.xml

Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/changes/changes.xml?rev=1714340&r1=1714339&r2=1714340&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/changes/changes.xml (original)
+++ commons/proper/configuration/trunk/src/changes/changes.xml Sat Nov 14 15:53:56 2015
@@ -27,6 +27,11 @@
   <body>
     <release version="2.0-beta2" date="in SVN"
       description="TBD">
+      <action dev="oheger" type="update" issue="CONFIGURATION-614">
+        References to Commons Logging have been removed from the Configuration
+        API. It is still possible to influence logging by making use of the new
+        ConfigurationLogger abstraction.
+      </action>
       <action dev="oheger" type="update" issue="CONFIGURATION-612" due-to="Jon Weygand">
         The return type of ConfigurationBuilder.getConfiguration() was changed
         from Configuration to ImmutableConfiguration because this is the base