svn commit: r961057 - in /websites/production/struts/content: download.html downloads.html

2015-08-07 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Aug  7 12:36:57 2015
New Revision: 961057

Log:
Updates production

Modified:
websites/production/struts/content/download.html
websites/production/struts/content/downloads.html

Modified: websites/production/struts/content/download.html
==
--- websites/production/struts/content/download.html (original)
+++ websites/production/struts/content/download.html Fri Aug  7 12:36:57 2015
@@ -181,7 +181,7 @@
 Struts 2.3.24
 
 
-  http://struts.apache.org/release/2.3.x/";>Apache Struts 2.3.24 
is an elegant, extensible
+  http://struts.apache.org/";>Apache Struts 2.3.24 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.24 is the "best available" version of Struts in the 2.3 series.
@@ -239,6 +239,72 @@
   
 
   
+
+
+
+Beta Releases
+
+
+Struts 2.5 BETA1
+
+
+  http://struts.apache.org/";>Apache Struts 2.5-BETA1 is a first 
release of incoming Struts 2.5.
+  It's the first version which has a lot of backward compatibility breaking 
changes but it should be slightly
+  easy to adjust your application to use this version. Please read version 
notes for more details.
+
+
+
+  
+http://struts.apache.org/docs/version-notes-25.html";>Version 
Notes
+  
+
+  Full Distribution:
+
+  
+struts-2.5-BETA1-all.zip
 (65MB)
+[http://www.apache.org/dist/struts/2.3.24/struts-2.5-BETA1-all.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/2.3.24/struts-2.5-BETA1-all.zip.md5";>MD5]
+  
+
+  
+
+  Example Applications:
+
+  
+struts-2.5-BETA1-apps.zip
 (35MB)
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-apps.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-apps.zip.md5";>MD5]
+  
+
+  
+  Essential Dependencies Only:
+
+  
+struts-2.5-BETA1-lib.zip
 (19MB)
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-lib.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-lib.zip.md5";>MD5]
+  
+
+  
+
+  Documentation:
+
+  
+struts-2.5-BETA1-docs.zip
 (13MB)
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-docs.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-docs.zip.md5";>MD5]
+  
+
+  
+  Source:
+
+  
+struts-2.5-BETA1-src.zip
 (7MB)
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-src.zip.asc";>PGP]
+[http://www.apache.org/dist/struts/2.5-BETA1/struts-2.5-BETA1-src.zip.md5";>MD5]
+  
+
+  
 
 
 

Modified: websites/production/struts/content/downloads.html
==
--- websites/production/struts/content/downloads.html (original)
+++ websites/production/struts/content/downloads.html Fri Aug  7 12:36:57 2015
@@ -136,7 +136,7 @@
 General Availability (GA) Releases - Ready for Prime 
Time!
 
   
-http://struts.apache.org/download.cgi#struts2324";>
+http://struts.apache.org/download.cgi#struts-ga";>
   Struts 2.3.24
  ("best available")
   
@@ -144,6 +144,13 @@
   
   
 Beta Releases - Help test the next release!
+
+  
+http://struts.apache.org/download.cgi#struts-beta";>
+  Struts 2.5 BETA 1
+ (first BETA release of new backward compatibility breaking 
version 2.5)
+  
+
   
   
 Trunk Snapshots - Get involved with the latest and 
greatest fixes and improvements




svn commit: r961060 - in /websites/production/struts/content: announce.html index.html

2015-08-07 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Aug  7 12:48:49 2015
New Revision: 961060

Log:
Updates production

Modified:
websites/production/struts/content/announce.html
websites/production/struts/content/index.html

Modified: websites/production/struts/content/announce.html
==
--- websites/production/struts/content/announce.html (original)
+++ websites/production/struts/content/announce.html Fri Aug  7 12:48:49 2015
@@ -124,6 +124,44 @@
   Skip to: Announcements - 2014
 
 
+31 July 2015 - Struts 2.5-BETA1 (BETA)
+
+The Apache Struts group is pleased to announce that Struts 2.5-BETA1 is 
available as a “BETA”
+release.
+
+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.
+
+This release contains several breaking changes and improvements just to 
mention few of them:
+
+
+  XWork source was merged into Struts Core source, it means that there be 
no more xwork artifact nor dedicated jar
+  OGNL was upgraded to version 3.0.11 and it breaks access to properties 
as it follows Java Bean Specification, see WW-4207 and WW-3909
+  Spring dependency for tests and spring plugin was upgraded to version 
4.1.6, see WW-4510.
+  Struts2 internal logging api was marked as deprecated and was replaced 
with new Log4j2 api as logging layer, see WW-4504.
+  Struts2 is now build with JDK7, see WW-4503.
+  New plugin to support bean validation is now part of the distribution, 
see WW-4505.
+  Deprecated plugins are now removed from the distribution and are not 
longer supported anymore:
+
+  Dojo Plugin
+  Codebehind Plugin
+  JSF Plugin
+  Struts1 Plugin
+
+  
+
+
+and many other improvements, please check the version notes
+
+All developers are strongly advised to perform this 
action.
+
+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 6.
+
+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.
+
 7 May 2015 - Struts 2.3.24 General Availability
 
 The Apache Struts group is pleased to announce that Struts 2.3.24 is 
available as a “General Availability”
@@ -148,7 +186,7 @@ to maintaining applications over time.fixed parameters encoding in ServletRedirectAction before 
checking for valid URI
   css_xhtml hidden input adding table row markup
   FreeMarker was upgraded to the latest available version - 2.3.22
-  support for Log4j2 was added 
+  support for Log4j2 was added
 
 
 and many other improvements, please check the version notes

Modified: websites/production/struts/content/index.html
==
--- websites/production/struts/content/index.html (original)
+++ websites/production/struts/content/index.html Fri Aug  7 12:48:49 2015
@@ -153,11 +153,11 @@
 
   
   
-Apache Struts 1
-End-Of-Life (EOL)
-The Struts 1.x web framework has reached its end of life and is no 
longer officially supported.
-  Read the announcement or 
the official
-  Press release
+Apache Struts 2.5 BETA1
+
+  It's a first release of incoming Struts 2.5.
+  Read more in Announcement or in
+  Version notes
 
   
 




svn commit: r961061 - /websites/production/struts/content/announce.html

2015-08-07 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Aug  7 12:50:43 2015
New Revision: 961061

Log:
Updates production

Modified:
websites/production/struts/content/announce.html

Modified: websites/production/struts/content/announce.html
==
--- websites/production/struts/content/announce.html (original)
+++ websites/production/struts/content/announce.html Fri Aug  7 12:50:43 2015
@@ -154,10 +154,8 @@ to maintaining applications over time.and many other improvements, please check the version notes
 
-All developers are strongly advised to perform this 
action.
-
-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 6.
+The 2.5.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 7.
 
 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.




svn commit: r961062 - /websites/production/struts/content/volunteers.html

2015-08-07 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Aug  7 12:52:21 2015
New Revision: 961062

Log:
Updates production

Modified:
websites/production/struts/content/volunteers.html

Modified: websites/production/struts/content/volunteers.html
==
--- websites/production/struts/content/volunteers.html (original)
+++ websites/production/struts/content/volunteers.html Fri Aug  7 12:52:21 2015
@@ -121,8 +121,7 @@
 Volunteers
 
 The project consists of a diverse group of volunteers who share common 
values regarding collaborative,
-community-based open source development. If you are interested in some 
statistics, you can find
-some http://www.apache.org/~vgritsenko/stats/projects/struts";>here
+community-based open source development.
 
 Project Management Committee 
Members
 
@@ -147,6 +146,7 @@ or committee member.
   Maurizio Cucchiara (mcucchiara at apache.org)
   Johannes Geppert (jogep at apache.org)
   Christian Grobmeier (grobmeier at apache.org)
+  Christoph Nenning (cnenning at apache.org)
 
 
 Committers
@@ -165,7 +165,6 @@ or committee member.
   John Lindal (jafl at apache.org)
   Bruce A. Phillips (bphillips at apache.org)
   Greg Huber (ghuber at apache.org)
-  Christoph Nenning (cnenning at apache.org)
 
 
 Emeritus Volunteers