svn commit: r1519925 - /struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java
Author: lukaszlenart Date: Wed Sep 4 07:36:00 2013 New Revision: 1519925 URL: http://svn.apache.org/r1519925 Log: Modifies expected results slightly Modified: struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java Modified: struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java?rev=1519925&r1=1519924&r2=1519925&view=diff == --- struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java (original) +++ struts/struts2/trunk/plugins/json/src/test/java/org/apache/struts2/json/JSONValidationInterceptorTest.java Wed Sep 4 07:36:00 2013 @@ -71,9 +71,9 @@ public class JSONValidationInterceptorTe //json assertThat(normalizedActual) -.contains("\"errors\":[\"Generalerror\"],") +.contains("\"errors\":[\"Generalerror\"]") .contains("\"fieldErrors\":{") -.contains("\"value\":[\"Minvalueis-1\"],") +.contains("\"value\":[\"Minvalueis-1\"]") .contains("\"text\":[\"Tooshort\",\"Thisisnoemail\"]"); //execution
svn commit: r1519942 - /struts/struts2/trunk/src/site/site.xml
Author: grobmeier Date: Wed Sep 4 08:48:59 2013 New Revision: 1519942 URL: http://svn.apache.org/r1519942 Log: corrected link to wiki Modified: struts/struts2/trunk/src/site/site.xml Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=1519942&r1=1519941&r2=1519942&view=diff == --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Wed Sep 4 08:48:59 2013 @@ -72,7 +72,7 @@ https://issues.apache.org/jira/browse/WW"/> https://cwiki.apache.org/S2WIKI/welcome-to-apache-struts2.html"/> + href="https://cwiki.apache.org/confluence/display/S2WIKI/Welcome+to+Apache+Struts2"/>
svn commit: r1519959 - /struts/struts2/trunk/plugins/json/pom.xml
Author: lukaszlenart Date: Wed Sep 4 09:46:14 2013 New Revision: 1519959 URL: http://svn.apache.org/r1519959 Log: Corrects typo Modified: struts/struts2/trunk/plugins/json/pom.xml Modified: struts/struts2/trunk/plugins/json/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/json/pom.xml?rev=1519959&r1=1519958&r2=1519959&view=diff == --- struts/struts2/trunk/plugins/json/pom.xml (original) +++ struts/struts2/trunk/plugins/json/pom.xml Wed Sep 4 09:46:14 2013 @@ -100,7 +100,7 @@ org.easytesting fest-assert -tewst +test
svn commit: r1519979 - /struts/struts2/trunk/src/site/site.xml
Author: grobmeier Date: Wed Sep 4 10:48:09 2013 New Revision: 1519979 URL: http://svn.apache.org/r1519979 Log: made use of Fluido Skin, corrected footer according to ASF branding requirements, removed reference to module subpages Modified: struts/struts2/trunk/src/site/site.xml Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=1519979&r1=1519978&r2=1519979&view=diff == --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Wed Sep 4 10:48:09 2013 @@ -22,6 +22,11 @@ */ --> + +org.apache.maven.skins +maven-fluido-skin +1.3.0 + Apache Software Foundation http://www.apache.org/images/asf-logo.gif @@ -156,9 +161,14 @@ href="http://svn.apache.org/viewcvs.cgi/struts/"/> - - + + + Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts + project logos are trademarks of The Apache Software Foundation. + + +
svn commit: r1519983 - /struts/struts2/trunk/pom.xml
Author: grobmeier Date: Wed Sep 4 11:11:54 2013 New Revision: 1519983 URL: http://svn.apache.org/r1519983 Log: support for markdown in site Modified: struts/struts2/trunk/pom.xml Modified: struts/struts2/trunk/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/pom.xml?rev=1519983&r1=1519982&r2=1519983&view=diff == --- struts/struts2/trunk/pom.xml (original) +++ struts/struts2/trunk/pom.xml Wed Sep 4 11:11:54 2013 @@ -278,6 +278,13 @@ ${siteDeploy.url} false + + + org.apache.maven.doxia + doxia-module-markdown + 1.3 + +
svn commit: r1519985 - in /struts/struts2/trunk/src/site: markdown/ markdown/plugins.md site.xml
Author: grobmeier Date: Wed Sep 4 11:24:11 2013 New Revision: 1519985 URL: http://svn.apache.org/r1519985 Log: moved plugin api references to their own page Added: struts/struts2/trunk/src/site/markdown/ struts/struts2/trunk/src/site/markdown/plugins.md Modified: struts/struts2/trunk/src/site/site.xml Added: struts/struts2/trunk/src/site/markdown/plugins.md URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/markdown/plugins.md?rev=1519985&view=auto == --- struts/struts2/trunk/src/site/markdown/plugins.md (added) +++ struts/struts2/trunk/src/site/markdown/plugins.md Wed Sep 4 11:24:11 2013 @@ -0,0 +1,32 @@ +# Apache Struts Plugins + +Apache Struts provides a plugin mechanism which allows to extend the framework +easily. A few selected plugins are bundled with Struts and are maintained by the +Struts team. These plugins are linked below. You can find community build plugins +linked on the [Struts 2 Plugin Wiki](https://cwiki.apache.org/S2PLUGINS/home.html). + +## API References + + * [Config Browser](struts2-plugins/struts2-config-browser-plugin/apidocs/index.html) + * [Convention](struts2-plugins/struts2-convention-plugin/apidocs/index.html) + * [DWR](struts2-plugins/struts2-dwr-plugin/apidocs/index.html) + * [Embedded JSP](struts2-plugins/struts2-embeddedjsp-plugin/apidocs/index.html) + * [GXP](struts2-plugins/struts2-gxp-plugin/apidocs/index.html) + * [JasperReports](struts2-plugins/struts2-jasperreports-plugin/apidocs/index.html) + * [JavaTemplates](struts2-plugins/struts2-javatemplates-plugin/apidocs/index.html) + * [JFreeChart](struts2-plugins/struts2-jfreechart-plugin/apidocs/index.html) + * [JavaServer Faces](struts2-plugins/struts2-jsf-plugin/apidocs/index.html) + * [JSON](struts2-plugins/struts2-json-plugin/apidocs/index.html) + * [JUnit](struts2-plugins/struts2-junit-plugin/apidocs/index.html) + * [OSGi](struts2-plugins/struts2-osgi-plugin/apidocs/index.html) + * [OVAL](struts2-plugins/struts2-oval-plugin/apidocs/index.html) + * [Pell Multipart](struts2-plugins/struts2-pell-multipart-plugin/apidocs/index.html) + * [Plexus](struts2-plugins/struts2-plexus-plugin/apidocs/index.html) + * [Portlet](struts2-plugins/struts2-portlet-plugin/apidocs/index.html) + * [Rest](struts2-plugins/struts2-rest-plugin/apidocs/index.html) + * [Sitegraph](struts2-plugins/struts2-sitegraph-plugin/apidocs/index.html) + * [Sitemesh](struts2-plugins/struts2-sitemesh-plugin/apidocs/index.html) + * [Spring](struts2-plugins/struts2-spring-plugin/apidocs/index.html) + * [Struts 1](struts2-plugins/struts2-struts1-plugin/apidocs/index.html) + * [TestNG](struts2-plugins/struts2-testng-plugin/apidocs/index.html) + * [Tiles](struts2-plugins/struts2-tiles-plugin/apidocs/index.html) Modified: struts/struts2/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/site.xml?rev=1519985&r1=1519984&r2=1519985&view=diff == --- struts/struts2/trunk/src/site/site.xml (original) +++ struts/struts2/trunk/src/site/site.xml Wed Sep 4 11:24:11 2013 @@ -85,61 +85,14 @@ href="xwork-core/apidocs/index.html"/> + http://cwiki.apache.org/S2PLUGINS/home.html"/> - - - - - - - - - - - - - - - - - - - - - - - - - -
svn commit: r1519989 - in /struts/struts2/trunk/src/site/resources/css: ./ site.css
Author: grobmeier Date: Wed Sep 4 11:52:44 2013 New Revision: 1519989 URL: http://svn.apache.org/r1519989 Log: override style the same way as main page Added: struts/struts2/trunk/src/site/resources/css/ struts/struts2/trunk/src/site/resources/css/site.css (with props) Added: struts/struts2/trunk/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/css/site.css?rev=1519989&view=auto == --- struts/struts2/trunk/src/site/resources/css/site.css (added) +++ struts/struts2/trunk/src/site/resources/css/site.css Wed Sep 4 11:52:44 2013 @@ -0,0 +1,66 @@ +/* + * $Id: $ + * + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License + */ + +a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover { +background:none; +padding-right:0; +} + +img.poweredBy { +margin-left:17px; +} + +.hero-unit h1 { + font-size: 40px; + margin-top: 20px; +} + +.hero-unit { + padding: 20px; +} + +.right { + text-align: right; +} + +.section img { + margin: 20px; +} + +a:visited { + color: #00438a; +} + +a.btn-primary:visited, a.btn-info:visited { + color: #fff; +} + +.right { +float: right; +} + +#bannerRight img { margin-right: 80px; } + +.breadcrumb { padding-right: 130px; } + +#bodyColumn .row { + padding:20px; +} Propchange: struts/struts2/trunk/src/site/resources/css/site.css -- svn:eol-style = native
svn commit: r1519993 - in /struts/struts2/trunk/src/site: resources/css/site.css xdoc/index.xml.vm
Author: grobmeier Date: Wed Sep 4 12:32:33 2013 New Revision: 1519993 URL: http://svn.apache.org/r1519993 Log: pimped feature table Modified: struts/struts2/trunk/src/site/resources/css/site.css struts/struts2/trunk/src/site/xdoc/index.xml.vm Modified: struts/struts2/trunk/src/site/resources/css/site.css URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/css/site.css?rev=1519993&r1=1519992&r2=1519993&view=diff == --- struts/struts2/trunk/src/site/resources/css/site.css (original) +++ struts/struts2/trunk/src/site/resources/css/site.css Wed Sep 4 12:32:33 2013 @@ -64,3 +64,8 @@ a.btn-primary:visited, a.btn-info:visite #bodyColumn .row { padding:20px; } + +.huge { +font-size: 24px; +line-height: 52px; +} \ No newline at end of file Modified: struts/struts2/trunk/src/site/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml.vm?rev=1519993&r1=1519992&r2=1519993&view=diff == --- struts/struts2/trunk/src/site/xdoc/index.xml.vm (original) +++ struts/struts2/trunk/src/site/xdoc/index.xml.vm Wed Sep 4 12:32:33 2013 @@ -87,98 +87,131 @@ - - -Build! - - -Easy startup - Jumpstart new projects with our bootstrap tutorial and template application or Maven archetype. - - -Improved Design - Code clean against HTTP-independant framework interfaces. - - -Enhanced Tags - Code less with stylesheet-driven form tags that provide their own markup. - - -Stateful Checkboxes - Avoid special handling with smart checkboxes that know when they are toggled. - - -Flexible Cancel Buttons - Go directly to a different action on cancel. - - -First-class AJAX support - Add interactivity and flexibility with AJAX tags that look and feel just like standard Struts tags. - - -Easy Spring integration - Inject dependencies into Actions using Spring without glue code or red tape. (Plexus support also available.) - - -Enhanced Results - Do more with speciality results for JasperReports, JFreeChart, Action chaining, and file downloading. - - -POJO forms - No more ActionForms! Use any JavaBean to capture form input or -put properties directly on an Action class. Use both binary and String properties! - - -POJO Actions - Use any class as an Action class -- even the -interface is optional! - - - - - -Deploy! - - -Easy plugins - Add framework extensions by dropping in a JAR. -No manual configuration required! Bundled plugins add support for JavaServer Faces, -JasperReports, JFreeChart, Tiles, and more ... - - -Integrated profiling - Peek inside Struts2 to find where the cycles are going! - - -Precise Error Reporting - Flip directly to the location and line of an error. - - - - -Maintain! - - -Easy-to-test Actions - Test Struts2 Actions directly, -without resorting to mock HTTP objects. - - -Intelligent Defaults - Skip obvious and redundant settings. Most framework configuration -elements have a default value that we can set and forget. Say it once! - - -Easy-to-customize controller - Customize the request handling -per action, if desired. Struts2 only does what you want it to do! - - -Integrating Debugging - Research problem reports with built-in -debugging tools. - - -Easy-to-tweak tags - Customize tag markup by editing a FreeMarker -template. No need to grok the taglib API! -JSP, FreeMarker, and Velocity tags are fully supported. - - + + + +Build! +
svn commit: r1519996 - /struts/struts2/trunk/src/site/xdoc/index.xml.vm
Author: grobmeier Date: Wed Sep 4 12:40:43 2013 New Revision: 1519996 URL: http://svn.apache.org/r1519996 Log: added hero unit to main page Modified: struts/struts2/trunk/src/site/xdoc/index.xml.vm Modified: struts/struts2/trunk/src/site/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml.vm?rev=1519996&r1=1519995&r2=1519996&view=diff == --- struts/struts2/trunk/src/site/xdoc/index.xml.vm (original) +++ struts/struts2/trunk/src/site/xdoc/index.xml.vm Wed Sep 4 12:40:43 2013 @@ -35,24 +35,23 @@ - + + + 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. + - - 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. - - - - Apache Struts 2 was originally known as WebWork 2. - After working independently for several years, - the WebWork and Struts communities joined forces to create Struts2. - This new version of Struts is simpler to use and - closer to how Struts was always meant to be. - + + Apache Struts 2 was originally known as WebWork 2. + After working independently for several years, + the WebWork and Struts communities joined forces to create Struts2. + This new version of Struts is simpler to use and + closer to how Struts was always meant to be. +
svn commit: r1519998 - /struts/struts2/trunk/src/site/xdoc/index.xml.vm
Author: grobmeier Date: Wed Sep 4 12:43:49 2013 New Revision: 1519998 URL: http://svn.apache.org/r1519998 Log: link to original license text instead of duplication Modified: struts/struts2/trunk/src/site/xdoc/index.xml.vm Modified: struts/struts2/trunk/src/site/xdoc/index.xml.vm URL: http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/xdoc/index.xml.vm?rev=1519998&r1=1519997&r2=1519998&view=diff == --- struts/struts2/trunk/src/site/xdoc/index.xml.vm (original) +++ struts/struts2/trunk/src/site/xdoc/index.xml.vm Wed Sep 4 12:43:49 2013 @@ -254,33 +254,7 @@ - -Apache Struts 2 source code and documentation is -licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -included in distribution for additional information -regarding copyright ownership. The ASF licenses the source -code and documentation files in our Apache Struts distribution -to you under the Apache License, Version 2.0 (the "License"); -you may not use the Apache Struts product except in compliance -with the License. - - - -You may obtain a copy of the License at -http://www.apache.org/licenses/LICENSE-2.0";> -http://www.apache.org/licenses/LICENSE-2.0. - - - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. - - +Apache Struts is distributed under the Apache License, Version 2.0
svn commit: r1520015 - /struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java
Author: grobmeier Date: Wed Sep 4 13:20:34 2013 New Revision: 1520015 URL: http://svn.apache.org/r1520015 Log: removed unnecessary boxing, null check was always true Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java Modified: struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java?rev=1520015&r1=1520014&r2=1520015&view=diff == --- struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java (original) +++ struts/struts2/trunk/xwork-core/src/main/java/com/opensymphony/xwork2/conversion/impl/XWorkBasicConverter.java Wed Sep 4 13:20:34 2013 @@ -144,7 +144,7 @@ public class XWorkBasicConverter extends private Object doConvertToCharacter(Object value) { if (value instanceof String) { String cStr = (String) value; -return (cStr.length() > 0) ? new Character(cStr.charAt(0)) : null; +return (cStr.length() > 0) ? cStr.charAt(0) : null; } return null; } @@ -159,7 +159,7 @@ public class XWorkBasicConverter extends private Class doConvertToClass(Object value) { Class clazz = null; -if (value instanceof String && value != null && ((String) value).length() > 0) { +if (value != null && value instanceof String && ((String) value).length() > 0) { try { clazz = Class.forName((String) value); } catch (ClassNotFoundException e) {
[CONF] Confluence Changes in the last 24 hours
Apache Ambari (Incubating) Pages Page: Ambari python Client edited by subin m[07:01 PM] (view changes) Apache Any23 (Incubating) Pages Page: Louis Vuitton Alma 100% Authentic 80% Off Free Shipping created by lily regland[03:37 AM] Page: Louis Vuitton Speedy 100% Authentic 80% Off Free Shipping created by lily regland[03:18 AM] Page: Louis Vuitton Neverfull 100% Authentic 80% Off Free Shipping created by lily regland[02:59 AM] Page: Louis Vuitton Artsy 100% Authentic 80% Off Free Shipping created by lily regland[02:25 AM] Apache Bigtop Pages Page: How to Contribute created by Mark Grover[09:47 PM] Home page: Index edited by Mark Grover[09:35 PM] (view changes) Apache Camel Pages Page: Camel 2.13.0 Release edited by Claus Ibsen[12:54 PM] (view changes) Page: Type Converter edited by Claus Ibsen[08:23 AM] (view changes) Page: JPA edited by Claus Ibsen[08:22 AM] (view changes) Page: Dozer Type Conversion edited by Claus Ibsen[08:22 AM] (view changes) Page: Log edited by Claus Ibsen[08:21 AM] (view changes) Apache Cloudstack Pages Page: High Availability Developer's Guide edited by Alex Huang[11:48 PM] (view changes) Page: Release test procedure edited by Tracy Phillips[11:14 PM] (view changes) Comments Page: Management Server and System VMs' Listening Ports and Exposed Services has a new comment [ Sailaja Mada] Drill Wiki Pages Page: Contributing edited by Ben Becker[06:36 AM] (view changes) Apache Flex Pages Page: Adobe Flash Builder 'New Project' Bug edited by Alex Harui[08:28 PM] (view changes)
svn commit: r1520229 - /struts/site/trunk/content/xdoc/announce-2011.xml
Author: rgielen Date: Thu Sep 5 06:51:32 2013 New Revision: 1520229 URL: http://svn.apache.org/r1520229 Log: Fixed broken link Modified: struts/site/trunk/content/xdoc/announce-2011.xml Modified: struts/site/trunk/content/xdoc/announce-2011.xml URL: http://svn.apache.org/viewvc/struts/site/trunk/content/xdoc/announce-2011.xml?rev=1520229&r1=1520228&r2=1520229&view=diff == --- struts/site/trunk/content/xdoc/announce-2011.xml (original) +++ struts/site/trunk/content/xdoc/announce-2011.xml Thu Sep 5 06:51:32 2013 @@ -1,211 +1,211 @@ - - - - - - -Announcements - - - - - - -Skip to: Announcements - 2010 - -25 December 2011 - Struts 2.3.1.1 General Availability Release - - The Apache Struts group is pleased to announce that Struts 2.3.1.1 is - available as a "General Availability" release. The GA designation is our - highest quality grade. - - - 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. - - - An important vulnerability were solved with this release: - - - Remote command execution and arbitrary file overwrite - - - Strict DMI mode does not work correctly - - - - - All developers are strongly advised to update existing Struts 2 applications - to Struts 2.3.1.1. - - - Struts 2.3.1.1 is available in a full distribution, - or as separate library, source, example and documentation - distributions, from the - http://struts.apache.org/download.cgi#struts2311";>releases page. - The release is also available through the central Maven repository under Group ID - "org.apache.struts". The - http://struts.apache.org/2.x/docs/version-notes-2311.html";>release notes - are available online. - - - 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. - - - 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. - - -18 December 2011 - Struts 2.0.14 End of Life Announcement - -The Apache Struts Team likes to inform you that the Struts 2.0 branch has reached it's end of life -and is no longer supported. All users of Struts 2.0.14 or earlier Struts 2 versions are strongly -advised to update their existing applications to Struts 2.3.x. - - -Struts 2.0.14 was for some time maintained in parallel to the 2.1 and 2.2 branches, since Struts 2.1 -introduced some API and plugin changes that were likely to break existing user code on top of Struts 2. -However, the community interest in maintaining the Struts 2.0.x branch was not strong enough to -keep it sufficiently up to date, especially in terms of security fixes. There are several serious -security problems that, while being continuously addressed in later Struts 2 versions, did not make -it into the 2.0.x branch. For that reason the Apache Struts PMC decided to remove 2.0.14 as a supported -version. - - -For more information on how to upgrade existing applications running on top of Struts 2.0.x to -Struts 2.1 and later, please read the -https://cwiki.apache.org/S2WIKI/troubleshooting-guide-migrating-from-struts-20x-to-21x.html";> -Guide to migrating from Struts 2.0.x to 2.1.x. - - - -12 December 2011 - Struts 2.3.1 General Availability Release - - The Apache Struts group is pleased to announce that Struts 2.3.1 is - available as a "General Availability" release. The GA designation is our - highest quality grade. - - - Apache Struts 2 is an elegant, extensible framework for creating - enterprise-ready Java web applications. The framework is designed to - streamline the full develo
svn commit: r877348 - in /websites/production/struts/content: ./ development/ release/
Author: rgielen Date: Thu Sep 5 06:52:34 2013 New Revision: 877348 Log: Fixed broken link in announcments Added: websites/production/struts/content/ - copied from r877347, websites/staging/struts/trunk/content/ websites/production/struts/content/development/ - copied from r877347, websites/production/struts/content/development/ websites/production/struts/content/release/ - copied from r877347, websites/production/struts/content/release/
svn commit: r877349 - in /websites/staging/struts/trunk/content: ./ dev/
Author: buildbot Date: Thu Sep 5 06:53:05 2013 New Revision: 877349 Log: Staging update by buildbot for struts Modified: websites/staging/struts/trunk/content/ (props changed) websites/staging/struts/trunk/content/announce-2002.html websites/staging/struts/trunk/content/announce-2003.html websites/staging/struts/trunk/content/announce-2004.html websites/staging/struts/trunk/content/announce-2005.html websites/staging/struts/trunk/content/announce-2006.html websites/staging/struts/trunk/content/announce-2007.html websites/staging/struts/trunk/content/announce-2008.html websites/staging/struts/trunk/content/announce-2009.html websites/staging/struts/trunk/content/announce-2010.html websites/staging/struts/trunk/content/announce-2011.html websites/staging/struts/trunk/content/announce-2012.html websites/staging/struts/trunk/content/announce.html websites/staging/struts/trunk/content/dev/builds.html websites/staging/struts/trunk/content/dev/bylaws.html websites/staging/struts/trunk/content/dev/dev-mail.html websites/staging/struts/trunk/content/dev/minutes.html websites/staging/struts/trunk/content/dev/releases.html websites/staging/struts/trunk/content/dev/site.html websites/staging/struts/trunk/content/dev/volunteers.html websites/staging/struts/trunk/content/download.html websites/staging/struts/trunk/content/downloads.html websites/staging/struts/trunk/content/faqs.html websites/staging/struts/trunk/content/helping.html websites/staging/struts/trunk/content/index.html websites/staging/struts/trunk/content/javadoc.html websites/staging/struts/trunk/content/kickstart.html websites/staging/struts/trunk/content/mail.html websites/staging/struts/trunk/content/primer.html websites/staging/struts/trunk/content/release-checklist.html websites/staging/struts/trunk/content/roadmap.html websites/staging/struts/trunk/content/security.html websites/staging/struts/trunk/content/struts1eol-announcement.html websites/staging/struts/trunk/content/struts1eol-press.html Propchange: websites/staging/struts/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Thu Sep 5 06:53:05 2013 @@ -1 +1 @@ -1519813 +1520229 Modified: websites/staging/struts/trunk/content/announce-2002.html == --- websites/staging/struts/trunk/content/announce-2002.html (original) +++ websites/staging/struts/trunk/content/announce-2002.html Thu Sep 5 06:53:05 2013 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2002 and prior @@ -54,7 +54,7 @@ - Last Published: 2013-09-03 + Last Published: 2013-09-05 Modified: websites/staging/struts/trunk/content/announce-2003.html == --- websites/staging/struts/trunk/content/announce-2003.html (original) +++ websites/staging/struts/trunk/content/announce-2003.html Thu Sep 5 06:53:05 2013 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2003 @@ -54,7 +54,7 @@ - Last Published: 2013-09-03 + Last Published: 2013-09-05 Modified: websites/staging/struts/trunk/content/announce-2004.html == --- websites/staging/struts/trunk/content/announce-2004.html (original) +++ websites/staging/struts/trunk/content/announce-2004.html Thu Sep 5 06:53:05 2013 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2004 @@ -54,7 +54,7 @@ - Last Published: 2013-09-03 + Last Published: 2013-09-05 Modified: websites/staging/struts/trunk/content/announce-2005.html == --- websites/staging/struts/trunk/content/announce-2005.html (original) +++ websites/staging/struts/trunk/content/announce-2005.html Thu Sep 5 06:53:05 2013 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2005 @@ -54,7 +54,7 @@ - Last Published: 2013-09-03 +