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 2014/08/23 18:16:53 UTC

svn commit: r1620048 - /commons/proper/configuration/trunk/src/site/xdoc/index.xml

Author: oheger
Date: Sat Aug 23 16:16:53 2014
New Revision: 1620048

URL: http://svn.apache.org/r1620048
Log:
Updated index page with information about version 2.0 alpha.

Modified:
    commons/proper/configuration/trunk/src/site/xdoc/index.xml

Modified: commons/proper/configuration/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/index.xml?rev=1620048&r1=1620047&r2=1620048&view=diff
==============================================================================
--- commons/proper/configuration/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/configuration/trunk/src/site/xdoc/index.xml Sat Aug 23 16:16:53 2014
@@ -45,7 +45,7 @@ Integer integer = config.getInteger("num
 
       </p>
       <p>
-		Configuration parameters may be loaded from the following sources:
+        Configuration parameters may be loaded from the following sources:
 
         <ul>
           <li>Properties files</li>
@@ -59,23 +59,35 @@ Integer integer = config.getInteger("num
           <li>Servlet parameters</li>
         </ul>
 
-        Different configuration sources can be mixed using a <code>ConfigurationFactory</code> and
-		a <code>CompositeConfiguration</code>. Additional sources of configuration parameters can
+        Configuration objects are created using configuration builders.
+        Different configuration sources can be mixed using a <code>CombinedConfigurationBuilder</code> and
+        a <code>CombinedConfiguration</code>. Additional sources of configuration parameters can
         be created by using custom configuration objects. This customization can be achieved by
-		extending <code>AbstractConfiguration</code> or <code>AbstractFileConfiguration</code>.
+        extending <code>AbstractConfiguration</code> or <code>AbstractHierarchicalConfiguration</code>.
       </p>
-	  <p>
-		The full Javadoc API documentation is available <a href="apidocs/index.html">here</a>.
-	  </p>
-    </section>  	
-    
-    <section name="Latest Release">
       <p>
-        The latest release of Apache Commons Configuration is available from the
-        <a href="http://commons.apache.org/configuration/download_configuration.cgi">Apache download area</a>. 
-        It is also available from the <a href="http://repo1.maven.org/maven2/commons-configuration/commons-configuration/">Maven repository</a>.
-        The <a href="changes-report.html">Changes Report</a> explains all of the changes and bug fixes that have been made.
+        The full Javadoc API documentation is available <a href="apidocs/index.html">here</a>.
       </p>
+    </section>  	
+    
+    <section name="Commons Configuration 2.0 alpha1">
+    <p>
+      The latest stable release of Apache Commons Configuration is version 1.10. It is available from the
+      <a href="http://commons.apache.org/configuration/download_configuration.cgi">Apache download area</a>. 
+      It is also available from the <a href="http://repo1.maven.org/maven2/commons-configuration/commons-configuration/">Maven repository</a>.
+      The <a href="changes-report.html">Changes Report</a> explains all of the changes and bug fixes that have been made.
+    </p>
+    <p>
+      In the meantime, work has been spent on a major redesign of the library
+      addressing some of the weaknesses of the 1.x version series. The results
+      are now made available as an alpha release. This release aims at gaining
+      feedback from the community regarding changed and new concepts implemented
+      for version 2.0. It is not yet production ready! The version is also
+      available from the <a href="http://commons.apache.org/configuration/download_configuration.cgi">Download
+      page</a>. There is a <a href="userguide/upgradeto2_0.html">Migration
+      guide</a> that can be used as guideline when upgrading from version 1.x to
+      2.0. It describes the most important changes.
+    </p>
     </section>
     
     <section name="History">