svn commit: r1493002 - /struts/struts2/trunk/src/site/resources/archetype-catalog.xml

2013-06-14 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Jun 14 09:07:52 2013
New Revision: 1493002

URL: http://svn.apache.org/r1493002
Log:
WW-4107 updates version of archetypes

Modified:
struts/struts2/trunk/src/site/resources/archetype-catalog.xml

Modified: struts/struts2/trunk/src/site/resources/archetype-catalog.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/src/site/resources/archetype-catalog.xml?rev=1493002&r1=1493001&r2=1493002&view=diff
==
--- struts/struts2/trunk/src/site/resources/archetype-catalog.xml (original)
+++ struts/struts2/trunk/src/site/resources/archetype-catalog.xml Fri Jun 14 
09:07:52 2013
@@ -7,42 +7,42 @@
 
 org.apache.struts
 struts2-archetype-blank
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Blank
 
 
 org.apache.struts
 struts2-archetype-convention
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Blank Convention
 
 
 org.apache.struts
 struts2-archetype-dbportlet
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Database Portlet
 
 
 org.apache.struts
 struts2-archetype-plugin
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Plugin
 
 
 org.apache.struts
 struts2-archetype-portlet
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Portlet
 
 
 org.apache.struts
 struts2-archetype-starter
-2.3.14
+2.3.15
 http://repo1.maven.org/maven2/
 Struts 2 Archetypes - Starter
 




svn commit: r1493006 - /struts/struts2/tags/STRUTS_2_3_15/

2013-06-14 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Jun 14 09:29:50 2013
New Revision: 1493006

URL: http://svn.apache.org/r1493006
Log:
[maven-release-plugin]  copy for tag STRUTS_2_3_15

Added:
struts/struts2/tags/STRUTS_2_3_15/   (props changed)
  - copied from r1493005, struts/struts2/trunk/

Propchange: struts/struts2/tags/STRUTS_2_3_15/
--
reviewboard:url = https://reviews.apache.org

Propchange: struts/struts2/tags/STRUTS_2_3_15/
--
--- svn:ignore (added)
+++ svn:ignore Fri Jun 14 09:29:50 2013
@@ -0,0 +1,10 @@
+.classpath
+.project
+.settings
+*.ipr
+*.iml
+*.iws
+target
+.idea
+
+test-output

Propchange: struts/struts2/tags/STRUTS_2_3_15/
--
--- svn:mergeinfo (added)
+++ svn:mergeinfo Fri Jun 14 09:29:50 2013
@@ -0,0 +1,4 @@
+/struts/struts2/branches/STRUTS_2_2_1_1:1037870-1053416
+/struts/struts2/branches/STRUTS_2_3_14_2_X:1488895,1488897,1488899-1488900
+/struts/struts2/branches/STRUTS_2_3_14_X:1469249,1486054,1486076,1486164,1486576
+/struts/struts2/tags/STRUTS_2_2_1:965062-1037869




svn commit: r865648 - /websites/production/struts/content/development/2.x/docs/version-notes-2315.html

2013-06-14 Thread lukaszlenart
Author: lukaszlenart
Date: Fri Jun 14 11:15:38 2013
New Revision: 865648

Log:
Updates draft docs

Modified:

websites/production/struts/content/development/2.x/docs/version-notes-2315.html

Modified: 
websites/production/struts/content/development/2.x/docs/version-notes-2315.html
==
--- 
websites/production/struts/content/development/2.x/docs/version-notes-2315.html 
(original)
+++ 
websites/production/struts/content/development/2.x/docs/version-notes-2315.html 
Fri Jun 14 11:15:38 2013
@@ -125,7 +125,7 @@ under the License. 
 
   https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
height="16" width="16" align="absmiddle" alt="" border="0"> These are the notes 
for the Struts 2.3.15 distribution.
 
-https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
height="16" width="16" align="absmiddle" alt="" border="0"> For prior notes in 
this release series, see Version Notes 2.3.14.1
+https://cwiki.apache.org/confluence/images/icons/emoticons/check.gif"; 
height="16" width="16" align="absmiddle" alt="" border="0"> For prior notes in 
this release series, see Version Notes 2.3.14.3
 
 
If you are a Maven user, you might want to get started using the Maven 
Archetype.
@@ -164,9 +164,9 @@ mvn archetype:generate -DarchetypeCatalo
 Internal Changes
 
 
-   Merged security fix from version 2.3.14.1
+   Merged security fix from version 2.3.14.1, 2.3.14.2 and 
2.3.14.3
Resolved problem with memory leak in ContainerHolder
-   Resolved bug related to 
struts.convention.action.includeJars
+   Resolved bug related to 
struts.convention.action.includeJars, see https://issues.apache.org/jira/browse/WW-4038"; class="external-link" 
rel="nofollow">WW-4038
Improved OSGi support to allow work in Glassfish 3, see https://issues.apache.org/jira/browse/WW-3958"; class="external-link" 
rel="nofollow">WW-3958
Added support to create cookies from whitin an action https://issues.apache.org/jira/browse/WW-4037"; class="external-link" 
rel="nofollow">WW-4037
New interface - ValidationAware - was added to allow 
notify actions when there are action/field errors https://issues.apache.org/jira/browse/WW-4071"; class="external-link" 
rel="nofollow">WW-4071




svn commit: r1493157 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java

2013-06-14 Thread rgielen
Author: rgielen
Date: Fri Jun 14 17:03:35 2013
New Revision: 1493157

URL: http://svn.apache.org/r1493157
Log:
WW-4108 - small typo in documentation
- fixed, thanks to Jan Li for reporting

Modified:

struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java

Modified: 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java?rev=1493157&r1=1493156&r2=1493157&view=diff
==
--- 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java 
(original)
+++ 
struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Push.java 
Fri Jun 14 17:03:35 2013
@@ -52,7 +52,7 @@ import com.opensymphony.xwork2.util.Valu
  *
  * 
  * Pushed user into the stack, and hence property tag could access user's 
properties
- * (firstName, lastName etc) since user is not at the top of the stack
+ * (firstName, lastName etc) since user is now at the top of the stack
  * 
  *
  * 




[CONF] Confluence Changes in the last 24 hours

2013-06-14 Thread confluence
This is a daily summary of all recent changes in Confluence.

-
Updated Spaces:
-


Apache Airavata (https://cwiki.apache.org/confluence/display/AIRAVATA)

Pages
-
Dhara – Enabling Computational Geoscience through Apache Airavata created by 
sameera.jayara...@gmail.com (02:54 AM)
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=31824825



Apache Camel (https://cwiki.apache.org/confluence/display/CAMEL)

Pages
-
CXFRS edited by  davsclaus  (07:09 AM)
https://cwiki.apache.org/confluence/display/CAMEL/CXFRS

Netty edited by  davsclaus  (03:33 AM)
https://cwiki.apache.org/confluence/display/CAMEL/Netty



Apache Open Climate Workbench 
(https://cwiki.apache.org/confluence/display/CLIMATE)

Pages
-
Code Style and Linting Practices edited by  boustani  (02:05 PM)
https://cwiki.apache.org/confluence/display/CLIMATE/Code+Style+and+Linting+Practices

Open Climate Workbench API summary edited by  boustani  (02:02 PM)
https://cwiki.apache.org/confluence/display/CLIMATE/Open+Climate+Workbench+API+summary



Apache Cloudstack (https://cwiki.apache.org/confluence/display/CLOUDSTACK)

Pages
-
Hack Day at CCC13 edited by  jburw...@basho.com  (06:19 PM)
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Hack+Day+at+CCC13



Apache CXF Documentation (https://cwiki.apache.org/confluence/display/CXF20DOC)

Pages
-
3.0 Migration Guide edited by  dkulp  (01:26 PM)
https://cwiki.apache.org/confluence/display/CXF20DOC/3.0+Migration+Guide



Apache Felix (https://cwiki.apache.org/confluence/display/FELIX)

Pages
-
Board Report (2013-09) created by fmeschbe (02:43 AM)
https://cwiki.apache.org/confluence/display/FELIX/Board+Report+%282013-09%29

Board Report (2013-06) edited by  fmeschbe  (02:26 AM)
https://cwiki.apache.org/confluence/display/FELIX/Board+Report+%282013-06%29



Apache Hive (https://cwiki.apache.org/confluence/display/Hive)

Pages
-
LanguageManual DDL edited by  hibou  (12:29 PM)
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL



Apache Kafka (https://cwiki.apache.org/confluence/display/KAFKA)

Pages
-
Clients edited by  edenhill  (02:00 PM)
https://cwiki.apache.org/confluence/display/KAFKA/Clients



Apache Maven (https://cwiki.apache.org/confluence/display/MAVEN)

Pages
-
AetherClassNotFound edited by  rfscholte  (10:58 AM)
https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound



OFBiz Project Administration Workspace 
(https://cwiki.apache.org/confluence/display/OFBADMIN)

Pages
-
Apache OFBiz PMC Members and Committers edited by  jacopoc  (03:22 PM)
https://cwiki.apache.org/confluence/display/OFBADMIN/Apache+OFBiz+PMC+Members+and+Committers



OFBiz Technical Documentation 
(https://cwiki.apache.org/confluence/display/OFBTECH)

Pages
-
Metrics created by jacques.le.roux (04:36 AM)
https://cwiki.apache.org/confluence/display/OFBTECH/Metrics



Apache OpenOffice Community 
(https://cwiki.apache.org/confluence/display/OOOUSERS)

Pages
-
AOO Final Regression Test Guidance created by fanyuz...@gmail.com (03:46 AM)
https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+Final+Regression+Test+Guidance



Traffic Server (https://cwiki.apache.org/confluence/display/TS)

Pages
-
What's new in v3.4 edited by  janfrode  (09:24 AM)
https://cwiki.apache.org/confluence/display/TS/What%27s+new+in+v3.4



Apache Wicket (https://cwiki.apache.org/confluence/display/WICKET)

Pages
-
Migration to Wicket 7.0 edited by  svenmeier  (09:58 AM)
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0



Apache Struts 2 Documentation (https://cwiki.apache.org/confluence/display/WW)

Pages
-
Version Notes 2.3.15 edited by  lukaszlenart  (04:53 AM)
https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.15




Change your notification preferences: 
https://cwiki.apache.org/confluence/users/viewnotifications.action