Author: lukaszlenart
Date: Mon Dec 9 07:48:03 2013
New Revision: 1549499
URL: http://svn.apache.org/r1549499
Log:
Updates site to match the new release
Modified:
struts/site/trunk/content/resources/archetype-catalog.xml
struts/site/trunk/content/xdoc/announce.xml
struts/site/trunk/content/xdoc/download.xml
struts/site/trunk/content/xdoc/downloads.xml
struts/site/trunk/content/xdoc/index.xml
Modified: struts/site/trunk/content/resources/archetype-catalog.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/resources/archetype-catalog.xml?rev=1549499&r1=1549498&r2=1549499&view=diff
==============================================================================
--- struts/site/trunk/content/resources/archetype-catalog.xml (original)
+++ struts/site/trunk/content/resources/archetype-catalog.xml Mon Dec 9
07:48:03 2013
@@ -7,42 +7,42 @@
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-blank</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Blank</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-convention</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Blank Convention</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-dbportlet</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Database Portlet</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-plugin</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Plugin</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-portlet</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Portlet</description>
</archetype>
<archetype>
<groupId>org.apache.struts</groupId>
<artifactId>struts2-archetype-starter</artifactId>
- <version>2.3.15.3</version>
+ <version>2.3.16</version>
<repository>https://repository.apache.org/content/groups/public/</repository>
<description>Struts 2 Archetypes - Starter</description>
</archetype>
Modified: struts/site/trunk/content/xdoc/announce.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/announce.xml?rev=1549499&r1=1549498&r2=1549499&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/announce.xml (original)
+++ struts/site/trunk/content/xdoc/announce.xml Mon Dec 9 07:48:03 2013
@@ -30,6 +30,54 @@ limitations under the License.
<a href="announce-2012.html">Announcements - 2012</a>
</p>
+ <h4 id="a20131208">8 December 2013 - Struts 2.3.16 General
Availability Release - Maintenance Release</h4>
+ <p>
+ The Apache Struts group is pleased to announce that Struts
2.3.16 is
+ available as a "General Availability" release. The GA
designation is our
+ highest quality grade.
+ </p>
+ <p>
+ Apache Struts 2 is an elegant, extensible framework for
creating
+ enterprise-ready Java web applications. The framework is
designed to
+ streamline the full development cycle, from building, to
deploying, to
+ maintaining applications over time.
+ </p>
+ <p>
+ This release contains many important improvements and doze of
other small fixes, to light just few:
+ <ul>
+ <li>Merged security fix from version 2.3.15.1, 2.3.15.2
and 2.3.15.3</li>
+ <li>Solved problem with global "error" result in the
Convention Plugin</li>
+ <li>The action: and method: prefixes are be by default
excluded and changed order to first check
+ excludeParams and then acceptedParams in
ParametersInterceptor</li>
+ <li>Restored previous behaviour where both
ParametersInterceptor AND ParameterNameAware must accept
+ parameter - there is no more precedence</li>
+ <li>Added proper support for multiple ActionMapper's used
with PrefixBasedActionMapper</li>
+ <li>Solved problem with creating empty map entries via
Ognl</li>
+ <li>... and many more, please check the Version Notes</li>
+ </ul>
+ </p>
+ <p>
+ All developers are strongly advised to update existing Struts
2 applications to Struts 2.3.16.
+ </p>
+ <p>
+ Struts 2.3.16 is available in a full distribution or as
separate library, source, example
+ and documentation distributions, from the
+ <a
href="http://struts.apache.org/download.cgi#struts2316">releases page</a>.
+ The release is also available through the central Maven
repository under Group ID "org.apache.struts".
+ The <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-2316.html">version
notes</a>
+ are available online.
+ </p>
+ <p>
+ The 2.3.x series of the Apache Struts framework has a minimum
+ requirement of the following specification versions: Servlet
API 2.4,
+ JSP API 2.0, and Java 5.
+ </p>
+ <p>
+ Should any issues arise with your use of any version of the
Struts
+ framework, please post your comments to the user list, and, if
+ appropriate, file a tracking ticket.
+ </p>
+
<h4 id="a20131015">15 October 2013 - Struts 2.3.15.3 General
Availability Release - Security Fix Release</h4>
<p>
The Apache Struts group is pleased to announce that Struts
2.3.15.3 is
Modified: struts/site/trunk/content/xdoc/download.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/download.xml?rev=1549499&r1=1549498&r2=1549499&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/download.xml (original)
+++ struts/site/trunk/content/xdoc/download.xml Mon Dec 9 07:48:03 2013
@@ -94,28 +94,28 @@ limitations under the License.
<a name="struts-ga"/>
<section name="Full Releases">
- <a name="struts23153"/>
- <subsection name="Struts 2.3.15.3">
+ <a name="struts2316"/>
+ <subsection name="Struts 2.3.16">
<p>
- <a href="http://struts.apache.org/release/2.3.x/">Apache Struts
2.3.15.3</a>
+ <a href="http://struts.apache.org/release/2.3.x/">Apache Struts
2.3.16</a>
is an elegant, extensible framework for creating enterprise-ready
Java
web applications. It is available in a full distribution, or as
separate
library, source, example and documentation distributions.
- Struts 2.3.15.3 is the "best available" version of Struts in the
2.3 series.
+ Struts 2.3.16 is the "best available" version of Struts in the
2.3 series.
</p>
<ul>
<li>
- <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-23153.html">Version
Notes</a>
+ <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-2316.html">Version
Notes</a>
</li>
<li>Full Distribution:
<ul>
<li>
- <a
href="[preferred]/struts/binaries/struts-2.3.15.3-all.zip">struts-2.3.15.3-all.zip</a>
(65MB)
- [<a
href="http://www.apache.org/dist/struts/binaries/struts-2.3.15.3-all.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/struts/binaries/struts-2.3.15.3-all.zip.md5">MD5</a>]
+ <a
href="[preferred]/struts/binaries/struts-2.3.16-all.zip">struts-2.3.16-all.zip</a>
(65MB)
+ [<a
href="http://www.apache.org/dist/struts/binaries/struts-2.3.16-all.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/struts/binaries/struts-2.3.16-all.zip.md5">MD5</a>]
</li>
</ul>
</li>
@@ -123,18 +123,18 @@ limitations under the License.
<li>Example Applications:
<ul>
<li>
- <a
href="[preferred]/struts/examples/struts-2.3.15.3-apps.zip">struts-2.3.15.3-apps.zip</a>
(35MB)
- [<a
href="http://www.apache.org/dist/struts/examples/struts-2.3.15.3-apps.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/struts/examples/struts-2.3.15.3-apps.zip.md5">MD5</a>]
+ <a
href="[preferred]/struts/examples/struts-2.3.16-apps.zip">struts-2.3.16-apps.zip</a>
(35MB)
+ [<a
href="http://www.apache.org/dist/struts/examples/struts-2.3.16-apps.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/struts/examples/struts-2.3.16-apps.zip.md5">MD5</a>]
</li>
</ul>
</li>
<li>Essential Dependencies Only:
<ul>
<li>
- <a
href="[preferred]/struts/library/struts-2.3.15.3-lib.zip">struts-2.3.15.3-lib.zip</a>
(19MB)
- [<a
href="http://www.apache.org/dist/struts/library/struts-2.3.15.3-lib.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/struts/library/struts-2.3.15.3-lib.zip.md5">MD5</a>]
+ <a
href="[preferred]/struts/library/struts-2.3.16-lib.zip">struts-2.3.16-lib.zip</a>
(19MB)
+ [<a
href="http://www.apache.org/dist/struts/library/struts-2.3.16-lib.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/struts/library/struts-2.3.16-lib.zip.md5">MD5</a>]
</li>
</ul>
</li>
@@ -142,18 +142,18 @@ limitations under the License.
<li>Documentation:
<ul>
<li>
- <a
href="[preferred]/struts/documentation/struts-2.3.15.3-docs.zip">struts-2.3.15.3-docs.zip</a>
(13MB)
- [<a
href="http://www.apache.org/dist/struts/documentation/struts-2.3.15.3-docs.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/struts/documentation/struts-2.3.15.3-docs.zip.md5">MD5</a>]
+ <a
href="[preferred]/struts/documentation/struts-2.3.16-docs.zip">struts-2.3.16-docs.zip</a>
(13MB)
+ [<a
href="http://www.apache.org/dist/struts/documentation/struts-2.3.16-docs.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/struts/documentation/struts-2.3.16-docs.zip.md5">MD5</a>]
</li>
</ul>
</li>
<li>Source:
<ul>
<li>
- <a
href="[preferred]/struts/source/struts-2.3.15.3-src.zip">struts-2.3.15.3-src.zip</a>
(7MB)
- [<a
href="http://www.apache.org/dist/struts/source/struts-2.3.15.3-src.zip.asc">PGP</a>]
- [<a
href="http://www.apache.org/dist/struts/source/struts-2.3.15.3-src.zip.md5">MD5</a>]
+ <a
href="[preferred]/struts/source/struts-2.3.16-src.zip">struts-2.3.16-src.zip</a>
(7MB)
+ [<a
href="http://www.apache.org/dist/struts/source/struts-2.3.16-src.zip.asc">PGP</a>]
+ [<a
href="http://www.apache.org/dist/struts/source/struts-2.3.16-src.zip.md5">MD5</a>]
</li>
</ul>
</li>
Modified: struts/site/trunk/content/xdoc/downloads.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/downloads.xml?rev=1549499&r1=1549498&r2=1549499&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/downloads.xml (original)
+++ struts/site/trunk/content/xdoc/downloads.xml Mon Dec 9 07:48:03 2013
@@ -49,7 +49,7 @@ limitations under the License.
<strong>General Availability (GA) Releases</strong> -
<em>Ready for Prime Time!</em>
<ul>
<li>
- <a
href="http://struts.apache.org/download.cgi#struts23153">Struts 2.3.15.3</a>
("best available")
+ <a
href="http://struts.apache.org/download.cgi#struts2316">Struts 2.3.16</a>
("best available")
</li>
</ul>
</li>
@@ -121,10 +121,22 @@ limitations under the License.
</thead>
<tr>
<td>
+ <a
href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.3</a>
+ </td>
+ <td>15 October 2013</td>
+ <td><br/></td>
+ <td>
+ <a
href="http://struts.apache.org/2.x/docs/version-notes-23153.html">Version
notes</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
<a
href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.2</a>
</td>
<td>16 July 2013</td>
- <td><br/></td>
+ <td>
+ <a
href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>
+ </td>
<td>
<a
href="http://struts.apache.org/2.x/docs/version-notes-23152.html">Version
notes</a>
</td>
@@ -135,7 +147,6 @@ limitations under the License.
</td>
<td>16 July 2013</td>
<td>
- <a
href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
<a
href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
</td>
<td>
Modified: struts/site/trunk/content/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/index.xml?rev=1549499&r1=1549498&r2=1549499&view=diff
==============================================================================
--- struts/site/trunk/content/xdoc/index.xml (original)
+++ struts/site/trunk/content/xdoc/index.xml Mon Dec 9 07:48:03 2013
@@ -35,16 +35,16 @@ limitations under the License.
extensible using a plugin architecture, and ships with plugins
to support
REST, AJAX and JSON.
</p>
- <a href="http://struts.apache.org/download.cgi#struts23151"
class="btn btn-primary btn-large">Download</a>
+ <a href="http://struts.apache.org/download.cgi#struts2316"
class="btn btn-primary btn-large">Download</a>
<a href="primer.html" class="btn btn-info btn-large">Technology
Primer</a>
</div>
<table class="showcase">
<tr>
<td width="33%">
- <h2>Struts 2.3.15.3 GA</h2>
- Apache Struts 2.3.15.3 GA has been released on 15 october
2013.
- <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-23153.html">Version
notes</a>
+ <h2>Struts 2.3.16 GA</h2>
+ Apache Struts 2.3.16 GA has been released on 8 december
2013.
+ <a
href="http://struts.apache.org/release/2.3.x/docs/version-notes-2316.html">Version
notes</a>
</td>
<td width="33%">
<h2>Want to help?</h2>