You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/11/27 10:35:08 UTC

[struts-site] branch master updated (19c10b7 -> fc9b51a)

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git.


    from 19c10b7  Fixes a list
     new 6096b3e  Fixes reference to OGNL
     new fc9b51a  Adds announcement about Struts 2.5.14

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 _config.yml                                        | 11 +++--
 source/announce.md                                 | 54 ++++++++++++++++++++++
 .../getting-started/form-validation-using-xml.md   |  2 +-
 source/index.html                                  |  2 +-
 4 files changed, 63 insertions(+), 6 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].

[struts-site] 02/02: Adds announcement about Struts 2.5.14

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit fc9b51abb7dd0cff82fc9fa015ec0cfe0109f0ce
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Nov 27 11:34:53 2017 +0100

    Adds announcement about Struts 2.5.14
---
 _config.yml        | 11 +++++++----
 source/announce.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 source/index.html  |  2 +-
 3 files changed, 62 insertions(+), 5 deletions(-)

diff --git a/_config.yml b/_config.yml
index 8e96c6c..afe36d6 100644
--- a/_config.yml
+++ b/_config.yml
@@ -10,13 +10,13 @@ kramdown:
   syntax_highlighter: rouge
 
 # Simplifies introducing changes related to the latest release
-current_version: 2.5.13
-current_version_short: 2513
+current_version: 2.5.14
+current_version_short: 2514
 archetype_version: 2.5.5
 current_beta_version: 2.5-BETA3
 current_beta_version_short: 25B3
-release_date: 05 September 2017
-release_date_short: 20170905
+release_date: 23 November 2017
+release_date_short: 20171123
 beta_release_date_short: 20160126
 
 # Allows directly edit pages on GitHub
@@ -24,3 +24,6 @@ repository_url: https://github.com/apache/struts-site
 
 # Used to generate links to Struts Core ApiDocs
 apidocs: /maven/struts2-core/apidocs
+
+# Confluence main site
+wiki_url: https://cwiki.apache.org/confluence/display/WW/
diff --git a/source/announce.md b/source/announce.md
index b80c0bc..dbb9b60 100644
--- a/source/announce.md
+++ b/source/announce.md
@@ -12,6 +12,60 @@ title: Announcements
   Skip to: <a href="announce-2016.html">Announcements - 2016</a>
 </p>
 
+#### 23 November 2017 - Struts 2.5.14 General Availability {#a20171123}
+
+The Apache Struts group is pleased to announce that Struts 2.5.14 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.
+
+Below is a full list of all changes:
+
+- A class JSONWriter was converted into an interface with default implementation in DefaultJSONWriter class. If you were 
+  using the class directly, you must update your code in other case it won't compile when using Struts 2.5.14.
+- DefaultUrlHelper().buildUrl() not outputting port when used as parameter
+- Not able to convert Spring object to the JSON response
+- The if test can accidently incorrectly assign a new value to an object
+- ObjectFactory constructor signature change breaks extensions
+- Snippets in Struts documentation are missing
+- I am migrating my struts 2.2.x to 2.5.13 and where all used struts taglibs and tags UI is breaking where i have not used bootstrap there and all working fine
+- Default Multipart validation regex is invalid due to charset encoding
+- Exception starting filter struts-prepare: Unable to load configuration. - interceptor - vfs
+- createInstance method signature change of TextProviderFactory from merged xwork-core code inside struts2-core-2.5.13.jar which was present with xwork-core jar
+- Struts2.5.13 can't run in java9 win10
+- StringConverter from OGNL 3.1.15 in Struts 2.5.13
+- Decimal converters should avoid loss of user's data caused by rounding
+- Struts text tag doesn't print value from Stack
+- No validations happening after upgrading to Struts 2.5.12
+- Allow to use custom JSONwriter
+- Implement Dependency Check in Maven build
+- Fallback to ActionContext if container is null in ActionSupport
+- Upgrade to the latest Jetty plugin in all examples
+- Add missing header with license to all files reported by the Rat plugin
+- Review available interceptors and document the missing ones
+- Fetch docs from new locations
+- Allow define only TextProvider instead of providing the whole TextProviderFactory
+- HTML escaping on the text tag
+- Upgrade FreeMarker to version 2.3.26-incubating
+- Upgrade to Log4j2 2.9.1
+- Upgrade com.fasterxml.jackson to version 2.8.2
+- Upgrade net.sf.json-lib to version 2.4
+- Upgrade Spring to version 4.1.9
+
+> Please read the [Version Notes]({{ site.wiki_url }}Version+Notes+2.5.14) to find more details about performed bug fixes and improvements.
+
+**All developers are strongly advised to perform this action.**
+
+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.
+
+You can download this version from our [download](download.cgi#struts-ga) page.
+
 #### 07 September 2017 - Struts 2.3.34 General Availability {#a20170907}
 
 The Apache Struts group is pleased to announce that Struts 2.3.34 is available as a "General Availability"
diff --git a/source/index.html b/source/index.html
index 87da707..ff25a61 100644
--- a/source/index.html
+++ b/source/index.html
@@ -36,7 +36,7 @@ title: Welcome to the Apache Struts project
           Apache Struts {{ site.current_version }} GA has been released<br/>on {{ site.release_date }}.
         </p>
         Read more in <a href="announce.html#a{{ site.release_date_short }}">Announcement</a> or in
-        <a href="/docs/version-notes-{{ site.current_version_short }}.html">Version notes</a>
+        <a href="{{ site.wiki_url }}Version+Notes+2.5.14">Version notes</a>
       </div>
       <div class="column col-md-4">
         <h2>Apache Struts 2.3.34 GA</h2>

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.

[struts-site] 01/02: Fixes reference to OGNL

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 6096b3e51a71e445c39bca3a86382083d0532357
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Wed Nov 15 08:55:53 2017 +0100

    Fixes reference to OGNL
---
 source/getting-started/form-validation-using-xml.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/getting-started/form-validation-using-xml.md b/source/getting-started/form-validation-using-xml.md
index 473cf8b..c7c95ed 100644
--- a/source/getting-started/form-validation-using-xml.md
+++ b/source/getting-started/form-validation-using-xml.md
@@ -116,7 +116,7 @@ In the example application, we want to ensure the user checks at least one of th
 </validator>
 ```
 
-The param name="expression" node contains an OGNL expression that evaluates to true or false. We haven't previously discussed OGNL, which stands for Object-Graph Navigation Language (see [https://github.com/jkuhnert/ognl](https://github.com/jkuhnert/ognl) and [OGNL](../core-developers/ognl.html) ). OGNL expressions can be evaluated by the Struts 2 framework as Java statements.
+The param name="expression" node contains an OGNL expression that evaluates to true or false. We haven't previously discussed OGNL, which stands for Object-Graph Navigation Language (see [https://github.com/jkuhnert/ognl](https://github.com/jkuhnert/ognl) and [OGNL](../tag-developers/ognl.html) ). OGNL expressions can be evaluated by the Struts 2 framework as Java statements.
 
 In the above XML the value of the param name="expression" node, personBean.carModels.length \> 0, will be evaluated by the framework as a Java statement. The part personBean.carModels tells the framework to call the getCarModels method of class Person. That method returns an Array. Since class Array has a length attribute, the framework will get the value of the length attribute of the Array returned by the getCarModels method.
 

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.