You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@apache.org> on 2016/12/12 12:35:37 UTC

[VOTE] Struts 2.5.8

The Apache Struts 2.5.8 test build is now available. With this release
the following issues were addressed:

Bug

[WW-2561] - Included XSL files' URI not being resolved for actions
with result type="xslt"
[WW-3019] - ConcurrentModificationException using s:iterator (intermittent)
[WW-3170] - ObjectFactory reporting ERROR's when you attempt to set
parameters on a Redirect result
[WW-3654] - Failed validation returns Action.NONE instead of Action.INPUT
[WW-3957] - Multiple concurrent AJAX requests can collide
[WW-3995] - please change reset.ftl so html id is not lost
[WW-4367] - preselect values in <s:optgroup>
[WW-4636] - File upload error message always in default language
[WW-4701] - Can no longer clear parameter on a <s:url> tag.
[WW-4702] - List based parameters no longer work when there is only one value.
[WW-4703] - NullPointerException in ActionSupport when use ModelDriven
[WW-4707] - Multiselect parameter behavior different between struts
2.5.5 and 2.5.1
[WW-4708] - struts2-archetype-blank not found for struts v2.5.5
[WW-4709] - Invalid field value for field "id"
[WW-4715] - Scope interceptor always resets because of
org.apache.struts2.dispatcher.HttpParameters
[WW-4716] - HelloWorldTest throws NullPointerException
[WW-4718] - focusElement form attribute not working
[WW-4722] - Portlet Issue with I18Interceptor

Improvement

[WW-2454] - TestNG dependency update from 5.1 to 5.3 + update to
coupled maven plugin
[WW-4171] - getText methods are not documented as evaluating OGNL
[WW-4214] - Rename of struts token attribute name
[WW-4391] - FreemarkerResult should respect response.getCharacterEncoding()
[WW-4698] - Allow <constant/> value substitution in XML configuration
[WW-4704] - Upgrade to latest OGNL version
[WW-4705] - Add support for long type to <s:date> tag
[WW-4710] - Disallow access to HttpParameters.toMap
[WW-4711] - <s:text/> tag should not evaluate defaultMessage against a
ValueStack by default
[WW-4712] - TextProviderHelper#getText() should perform cleaning of
"defaultMessage"
[WW-4717] - Refactor file upload support to allow create virtual
representation of java.io.File
[WW-4719] - Move "DefaultClassFinder" into Convnention plugin
[WW-4720] - HttpParameters should behave like a Map
[WW-4721] - Add support for "roundingMode" in <s:number/> tag


Release notes:
* https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.8

Distribution:
* https://dist.apache.org/repos/dist/dev/struts/2.5.8/

Maven 2 staging repository:
* https://repository.apache.org/content/repositories/staging/

Once you have had a chance to review the test build, please respond
with a vote on its quality:

[ ] Leave at test build
[ ] Alpha
[ ] Beta
[ ] General Availability (GA)

Everyone who has tested the build is invited to vote. Votes by PMC
members are considered binding. A vote passes if there are at least
three binding +1s and more +1s than -1s.

The vote will remain open for at least 24 hours, longer upon request.
A vote can be amended at any time to upgrade or downgrade the quality
of the release based on future experience. If an initial vote
designates the build as "Beta", the release will be submitted for
mirroring and announced to the user list. Once released as a public
beta, subsequent quality votes on a build may be held on the user
list.

As always, the act of voting carries certain obligations. A binding
vote not only states an opinion, but means that the voter is agreeing
to help do the work.


Kind regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


RE: [VOTE] Struts 2.5.8

Posted by "Kofford, C. Todd" <tk...@ku.edu>.
[x] General Availability (GA)

+1 (non-binding)

Todd Kofford
University of Kansas - IT
tkofford@ku.edu

-----Original Message-----
From: Lukasz Lenart [mailto:lukaszlenart@apache.org] 
Sent: Monday, December 12, 2016 6:36 AM
To: Struts Developers List <de...@struts.apache.org>
Subject: [VOTE] Struts 2.5.8

The Apache Struts 2.5.8 test build is now available. With this release the following issues were addressed:

Bug

[WW-2561] - Included XSL files' URI not being resolved for actions with result type="xslt"
[WW-3019] - ConcurrentModificationException using s:iterator (intermittent) [WW-3170] - ObjectFactory reporting ERROR's when you attempt to set parameters on a Redirect result [WW-3654] - Failed validation returns Action.NONE instead of Action.INPUT [WW-3957] - Multiple concurrent AJAX requests can collide [WW-3995] - please change reset.ftl so html id is not lost [WW-4367] - preselect values in <s:optgroup> [WW-4636] - File upload error message always in default language [WW-4701] - Can no longer clear parameter on a <s:url> tag.
[WW-4702] - List based parameters no longer work when there is only one value.
[WW-4703] - NullPointerException in ActionSupport when use ModelDriven [WW-4707] - Multiselect parameter behavior different between struts
2.5.5 and 2.5.1
[WW-4708] - struts2-archetype-blank not found for struts v2.5.5 [WW-4709] - Invalid field value for field "id"
[WW-4715] - Scope interceptor always resets because of org.apache.struts2.dispatcher.HttpParameters
[WW-4716] - HelloWorldTest throws NullPointerException [WW-4718] - focusElement form attribute not working [WW-4722] - Portlet Issue with I18Interceptor

Improvement

[WW-2454] - TestNG dependency update from 5.1 to 5.3 + update to coupled maven plugin [WW-4171] - getText methods are not documented as evaluating OGNL [WW-4214] - Rename of struts token attribute name [WW-4391] - FreemarkerResult should respect response.getCharacterEncoding() [WW-4698] - Allow <constant/> value substitution in XML configuration [WW-4704] - Upgrade to latest OGNL version [WW-4705] - Add support for long type to <s:date> tag [WW-4710] - Disallow access to HttpParameters.toMap [WW-4711] - <s:text/> tag should not evaluate defaultMessage against a ValueStack by default [WW-4712] - TextProviderHelper#getText() should perform cleaning of "defaultMessage"
[WW-4717] - Refactor file upload support to allow create virtual representation of java.io.File [WW-4719] - Move "DefaultClassFinder" into Convnention plugin [WW-4720] - HttpParameters should behave like a Map [WW-4721] - Add support for "roundingMode" in <s:number/> tag


Release notes:
* https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.8

Distribution:
* https://dist.apache.org/repos/dist/dev/struts/2.5.8/

Maven 2 staging repository:
* https://repository.apache.org/content/repositories/staging/

Once you have had a chance to review the test build, please respond with a vote on its quality:

[ ] Leave at test build
[ ] Alpha
[ ] Beta
[ ] General Availability (GA)

Everyone who has tested the build is invited to vote. Votes by PMC members are considered binding. A vote passes if there are at least three binding +1s and more +1s than -1s.

The vote will remain open for at least 24 hours, longer upon request.
A vote can be amended at any time to upgrade or downgrade the quality of the release based on future experience. If an initial vote designates the build as "Beta", the release will be submitted for mirroring and announced to the user list. Once released as a public beta, subsequent quality votes on a build may be held on the user list.

As always, the act of voting carries certain obligations. A binding vote not only states an opinion, but means that the voter is agreeing to help do the work.


Kind regards
--
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org


Re: [VOTE] Struts 2.5.8

Posted by Christoph Nenning <Ch...@lex-com.net>.
> [ ] Leave at test build
> [ ] Alpha
> [ ] Beta
> [X] General Availability (GA)

+1, binding


Regards,
Christoph




Lukasz Lenart <lu...@apache.org> schrieb am 12.12.2016 13:35:37:

> From: Lukasz Lenart <lu...@apache.org>
> To: Struts Developers List <de...@struts.apache.org>, 
> Date: 12.12.2016 13:35
> Subject: [VOTE] Struts 2.5.8
> 
> The Apache Struts 2.5.8 test build is now available. With this release
> the following issues were addressed:
> 
> Bug
> 
> [WW-2561] - Included XSL files' URI not being resolved for actions
> with result type="xslt"
> [WW-3019] - ConcurrentModificationException using s:iterator 
(intermittent)
> [WW-3170] - ObjectFactory reporting ERROR's when you attempt to set
> parameters on a Redirect result
> [WW-3654] - Failed validation returns Action.NONE instead of 
Action.INPUT
> [WW-3957] - Multiple concurrent AJAX requests can collide
> [WW-3995] - please change reset.ftl so html id is not lost
> [WW-4367] - preselect values in <s:optgroup>
> [WW-4636] - File upload error message always in default language
> [WW-4701] - Can no longer clear parameter on a <s:url> tag.
> [WW-4702] - List based parameters no longer work when there is only one 
value.
> [WW-4703] - NullPointerException in ActionSupport when use ModelDriven
> [WW-4707] - Multiselect parameter behavior different between struts
> 2.5.5 and 2.5.1
> [WW-4708] - struts2-archetype-blank not found for struts v2.5.5
> [WW-4709] - Invalid field value for field "id"
> [WW-4715] - Scope interceptor always resets because of
> org.apache.struts2.dispatcher.HttpParameters
> [WW-4716] - HelloWorldTest throws NullPointerException
> [WW-4718] - focusElement form attribute not working
> [WW-4722] - Portlet Issue with I18Interceptor
> 
> Improvement
> 
> [WW-2454] - TestNG dependency update from 5.1 to 5.3 + update to
> coupled maven plugin
> [WW-4171] - getText methods are not documented as evaluating OGNL
> [WW-4214] - Rename of struts token attribute name
> [WW-4391] - FreemarkerResult should respect 
response.getCharacterEncoding()
> [WW-4698] - Allow <constant/> value substitution in XML configuration
> [WW-4704] - Upgrade to latest OGNL version
> [WW-4705] - Add support for long type to <s:date> tag
> [WW-4710] - Disallow access to HttpParameters.toMap
> [WW-4711] - <s:text/> tag should not evaluate defaultMessage against a
> ValueStack by default
> [WW-4712] - TextProviderHelper#getText() should perform cleaning of
> "defaultMessage"
> [WW-4717] - Refactor file upload support to allow create virtual
> representation of java.io.File
> [WW-4719] - Move "DefaultClassFinder" into Convnention plugin
> [WW-4720] - HttpParameters should behave like a Map
> [WW-4721] - Add support for "roundingMode" in <s:number/> tag
> 
> 
> Release notes:
> * https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.8
> 
> Distribution:
> * https://dist.apache.org/repos/dist/dev/struts/2.5.8/
> 
> Maven 2 staging repository:
> * https://repository.apache.org/content/repositories/staging/
> 
> Once you have had a chance to review the test build, please respond
> with a vote on its quality:
> 
> [ ] Leave at test build
> [ ] Alpha
> [ ] Beta
> [ ] General Availability (GA)
> 
> Everyone who has tested the build is invited to vote. Votes by PMC
> members are considered binding. A vote passes if there are at least
> three binding +1s and more +1s than -1s.
> 
> The vote will remain open for at least 24 hours, longer upon request.
> A vote can be amended at any time to upgrade or downgrade the quality
> of the release based on future experience. If an initial vote
> designates the build as "Beta", the release will be submitted for
> mirroring and announced to the user list. Once released as a public
> beta, subsequent quality votes on a build may be held on the user
> list.
> 
> As always, the act of voting carries certain obligations. A binding
> vote not only states an opinion, but means that the voter is agreeing
> to help do the work.
> 
> 
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
> 

This Email was scanned by Sophos Anti Virus

Re: [VOTE] Struts 2.5.8

Posted by Johannes Geppert <jo...@apache.org>.
[ ] Leave at test build
[ ] Alpha
[ ] Beta
[X] General Availability (GA)

+1 binding

Best Regards

Johannes

#################################################
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep


2016-12-13 7:15 GMT+01:00 Lukasz Lenart <lu...@apache.org>:

> 2016-12-12 13:35 GMT+01:00 Lukasz Lenart <lu...@apache.org>:
> > [ ] Leave at test build
> > [ ] Alpha
> > [ ] Beta
> > [X] General Availability (GA)
>
> +1 (binding)
>
>
> Regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

Re: [VOTE] Struts 2.5.8

Posted by Lukasz Lenart <lu...@apache.org>.
2016-12-12 13:35 GMT+01:00 Lukasz Lenart <lu...@apache.org>:
> [ ] Leave at test build
> [ ] Alpha
> [ ] Beta
> [X] General Availability (GA)

+1 (binding)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [VOTE] Struts 2.5.8

Posted by Greg Huber <gr...@gmail.com>.
Works great for me.  Thanks.

[x] General Availability (GA)

+1 (b)

On 12 December 2016 at 12:35, Lukasz Lenart <lu...@apache.org> wrote:

> The Apache Struts 2.5.8 test build is now available. With this release
> the following issues were addressed:
>
> Bug
>
> [WW-2561] - Included XSL files' URI not being resolved for actions
> with result type="xslt"
> [WW-3019] - ConcurrentModificationException using s:iterator
> (intermittent)
> [WW-3170] - ObjectFactory reporting ERROR's when you attempt to set
> parameters on a Redirect result
> [WW-3654] - Failed validation returns Action.NONE instead of Action.INPUT
> [WW-3957] - Multiple concurrent AJAX requests can collide
> [WW-3995] - please change reset.ftl so html id is not lost
> [WW-4367] - preselect values in <s:optgroup>
> [WW-4636] - File upload error message always in default language
> [WW-4701] - Can no longer clear parameter on a <s:url> tag.
> [WW-4702] - List based parameters no longer work when there is only one
> value.
> [WW-4703] - NullPointerException in ActionSupport when use ModelDriven
> [WW-4707] - Multiselect parameter behavior different between struts
> 2.5.5 and 2.5.1
> [WW-4708] - struts2-archetype-blank not found for struts v2.5.5
> [WW-4709] - Invalid field value for field "id"
> [WW-4715] - Scope interceptor always resets because of
> org.apache.struts2.dispatcher.HttpParameters
> [WW-4716] - HelloWorldTest throws NullPointerException
> [WW-4718] - focusElement form attribute not working
> [WW-4722] - Portlet Issue with I18Interceptor
>
> Improvement
>
> [WW-2454] - TestNG dependency update from 5.1 to 5.3 + update to
> coupled maven plugin
> [WW-4171] - getText methods are not documented as evaluating OGNL
> [WW-4214] - Rename of struts token attribute name
> [WW-4391] - FreemarkerResult should respect response.getCharacterEncoding(
> )
> [WW-4698] - Allow <constant/> value substitution in XML configuration
> [WW-4704] - Upgrade to latest OGNL version
> [WW-4705] - Add support for long type to <s:date> tag
> [WW-4710] - Disallow access to HttpParameters.toMap
> [WW-4711] - <s:text/> tag should not evaluate defaultMessage against a
> ValueStack by default
> [WW-4712] - TextProviderHelper#getText() should perform cleaning of
> "defaultMessage"
> [WW-4717] - Refactor file upload support to allow create virtual
> representation of java.io.File
> [WW-4719] - Move "DefaultClassFinder" into Convnention plugin
> [WW-4720] - HttpParameters should behave like a Map
> [WW-4721] - Add support for "roundingMode" in <s:number/> tag
>
>
> Release notes:
> * https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.8
>
> Distribution:
> * https://dist.apache.org/repos/dist/dev/struts/2.5.8/
>
> Maven 2 staging repository:
> * https://repository.apache.org/content/repositories/staging/
>
> Once you have had a chance to review the test build, please respond
> with a vote on its quality:
>
> [ ] Leave at test build
> [ ] Alpha
> [ ] Beta
> [ ] General Availability (GA)
>
> Everyone who has tested the build is invited to vote. Votes by PMC
> members are considered binding. A vote passes if there are at least
> three binding +1s and more +1s than -1s.
>
> The vote will remain open for at least 24 hours, longer upon request.
> A vote can be amended at any time to upgrade or downgrade the quality
> of the release based on future experience. If an initial vote
> designates the build as "Beta", the release will be submitted for
> mirroring and announced to the user list. Once released as a public
> beta, subsequent quality votes on a build may be held on the user
> list.
>
> As always, the act of voting carries certain obligations. A binding
> vote not only states an opinion, but means that the voter is agreeing
> to help do the work.
>
>
> Kind regards
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>