Author: niallp Date: Sun Aug 5 09:59:22 2007 New Revision: 562906 URL: http://svn.apache.org/viewvc?view=rev&rev=562906 Log: Update site for 1.8.0 Beta release
Modified: commons/proper/beanutils/trunk/src/site/site.xml commons/proper/beanutils/trunk/xdocs/changes.xml commons/proper/beanutils/trunk/xdocs/index.xml commons/proper/beanutils/trunk/xdocs/navigation.xml Modified: commons/proper/beanutils/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/site/site.xml?view=diff&rev=562906&r1=562905&r2=562906 ============================================================================== --- commons/proper/beanutils/trunk/src/site/site.xml (original) +++ commons/proper/beanutils/trunk/src/site/site.xml Sun Aug 5 09:59:22 2007 @@ -37,10 +37,10 @@ <item name="Building" href="/building.html"/> <!-- item name="History" href="/changes-report.html"/ --> <item name="Wiki" href="http://wiki.apache.org/jakarta-commons/BeanUtils"/> - <item name="Latest"> - <item name="User Guide" href="/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> - <item name="API" href="/apidocs/index.html"/> - <item name="Bean Collections" href="/bean-collections.html"/> + <item name="1.8.0-BETA"> + <item name="Release Notes" href='http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt'/> + <item name="User Guide" href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> + <item name="API" href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/index.html"/> </item> <item name="1.7.0 Release"> <item name="User Guide" href="http://commons.apache.org/beanutils/commons-beanutils-1.7.0/docs/api/org/apache/commons/beanutils/package-summary.html#package_description"/> Modified: commons/proper/beanutils/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/xdocs/changes.xml?view=diff&rev=562906&r1=562905&r2=562906 ============================================================================== --- commons/proper/beanutils/trunk/xdocs/changes.xml (original) +++ commons/proper/beanutils/trunk/xdocs/changes.xml Sun Aug 5 09:59:22 2007 @@ -39,7 +39,7 @@ </properties> <body> - <release version="1.8.0" date="in SVN" description="Converter improvements, Plugable expression Resolver and bug fixes for 1.7.0"> + <release version="1.8.0-BETA" date="2007-08-04" description="Converter improvements, Plugable expression Resolver and bug fixes for 1.7.0"> <action dev="niallp" type="add" issue="BEANUTILS-259"> Add plugable property name expression <b><i>Resolver</i></b>. </action> Modified: commons/proper/beanutils/trunk/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/xdocs/index.xml?view=diff&rev=562906&r1=562905&r2=562906 ============================================================================== --- commons/proper/beanutils/trunk/xdocs/index.xml (original) +++ commons/proper/beanutils/trunk/xdocs/index.xml Sun Aug 5 09:59:22 2007 @@ -28,6 +28,11 @@ <section name="Commons BeanUtils"> <p> +<strong>Please <a href="http://commons.apache.org/downloads/download_beanutils.cgi">download</a> +and test the BeanUtils <a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt">1.8.0 Beta</a> +release</strong> (see <a href="/issue-tracking.html">here</a> for reporting any issues). +</p> +<p> Most Java developers are used to creating Java classes that conform to the JavaBeans naming patterns for property getters and setters. It is natural to then access these methods directly, using calls to the corresponding @@ -102,20 +107,24 @@ <section name="Releases"> - <subsection name='Mirrored Releases'> +<subsection name="1.8.0 Beta"> <p> -Releases after 1.7.0 should be downloaded from a mirror. Please remember to verify the -sigature of the release from the -<a href='http://www.apache.org/dist/commons/beanutils/'>main apache site</a> -when downloading from a mirror. +<strong>Please <a href="http://commons.apache.org/downloads/download_beanutils.cgi">download</a> +and test the BeanUtils <a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt">1.8.0 Beta</a> +release</strong> (see <a href="/issue-tracking.html">here</a> for reporting any issues). </p> <p> - Binary and Source releases are available - <a href="http://commons.apache.org/downloads/download_beanutils.cgi">here</a>. +BeanUtils <strong>1.8.0 Beta</strong> is binary compatible with version 1.7.0 +and contains quite a few +<a href="http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt"> +bug fixes and enhancements</a>. Since it has been nearly three years since the +last BeanUtils release, it is hoped that this <strong><i>Beta</i></strong> release +will facilitate wider testing to ensure that there are no major compatibility issues +before the final 1.8.0 release. </p> </subsection> -<subsection name='1.7.x Releases (Mirrored)'> - <p> +<subsection name="1.7.0"> +<p> <strong>BeanUtils 1.7.0</strong> is a service release which removes the dependency upon a specific commons-collection library version. It may be safely used together with either the 2.x or 3.x series of commons-collections releases. @@ -139,6 +148,10 @@ on commons logging and an optional bean collections jar (containing classes that provide easy and efficient ways to manage collections of beans) which depends on commons collections 3. +</p> +<p> +BeanUtils 1.7.0 is available to download +<a href="http://commons.apache.org/downloads/download_beanutils.cgi">here</a>. </p> </subsection> <subsection name='Older Releases (Not Mirrored)'> Modified: commons/proper/beanutils/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/xdocs/navigation.xml?view=diff&rev=562906&r1=562905&r2=562906 ============================================================================== --- commons/proper/beanutils/trunk/xdocs/navigation.xml (original) +++ commons/proper/beanutils/trunk/xdocs/navigation.xml Sun Aug 5 09:59:22 2007 @@ -44,10 +44,10 @@ <item name="Building" href="/building.html"/> <item name="Wiki" href="http://wiki.apache.org/jakarta-commons/BeanUtils"/> - <item name="Latest"> - <item name="User Guide" href="/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> - <item name="API" href="/apidocs/index.html"/> - <item name="Bean Collections" href="/bean-collections.html"/> + <item name="1.8.0-BETA"> + <item name="Release Notes" href='http://commons.apache.org/beanutils/v1.8.0-BETA/RELEASE-NOTES.txt'/> + <item name="User Guide" href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/org/apache/commons/beanutils/package-summary.html#package_description"/> + <item name="API" href="http://commons.apache.org/beanutils/v1.8.0-BETA/apidocs/index.html"/> </item> <item name='1.7.0 Release'>