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 2022/09/12 07:01:51 UTC

[VOTE] Apache Struts 6.0.3

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

Bug
[WW-5185] - TilesDefinition is not found and the request for a Struts
action fails after an upgrade from Struts 2.5.30 to Struts 6.0.
[WW-5189] - Add missing struts-6.0.dtd
[WW-5190] - StackOverflowError when dispatching to JSP
[WW-5191] - template/simple/textarea.ftl not rendering parameters correctly
[WW-5192] - radiomap.ftl not setting enum key values
[WW-5194] - UIBean.evaluateParams() throws an IllegalStateException
when getting the nonce out of a session that has been invalidated.
[WW-5195] - Dispatcher: Infinite loop with dispatcher FORWARD
[WW-5197] - java.lang.UnsupportedOperationException in the date component
[WW-5198] - textarea's maxlength attribute displays in tag's body
[WW-5203] - lazyPolicyBuilder in DefaultCspSettings is not lazy
[WW-5205] - REST plugin cannot start due to injection error
[WW-5207] - Convention Plugin - support for ASM 9
[WW-5215] - CspInterceptor assumes Session was already created
[WW-5216] - Freemarker Checkbox error after migrating from Struts
2.5.29 to 2.5.30

New Feature
[WW-5187] - java.lang.NoClassDefFoundError:
org/apache/struts2/views/velocity/VelocityManager

Improvement
[WW-5173] - Implement additional OGNL cache configuration controls
[WW-5188] - Use 6.0 marker instead of 2.6
[WW-5218] - Allow to disable CSP related interceptors

Dependency
[WW-5193] - Use proper hibernate-validator groupId and upgrade to
version 6.1.3.Final
[WW-5201] - Bump Log4j2 to 2.18.0
[WW-5202] - Update jasperreports to 6.19.1 and exclude optional itext
from jasperreports
[WW-5204] - Upgrade to OGNL 3.3.3
[WW-5208] - Update hibernate-validator to 6.2.4
[WW-5212] - Upgrade Spring to version 5.3.22


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

Github release
* https://github.com/apache/struts/releases/tag/STRUTS_6_0_3

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

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 72 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: [CLOSED] [VOTE] Apache Struts 6.0.3

Posted by Lukasz Lenart <lu...@apache.org>.
Vote has passed with result:

+1 GA (binding) x4

Cheers
Łukasz

wt., 13 wrz 2022 o 07:39 Lukasz Lenart <lu...@apache.org> napisał(a):
>
> pon., 12 wrz 2022 o 09:01 Lukasz Lenart <lu...@apache.org> napisał(a):
> > 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
> > [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] Apache Struts 6.0.3

Posted by Lukasz Lenart <lu...@apache.org>.
pon., 12 wrz 2022 o 09:01 Lukasz Lenart <lu...@apache.org> napisał(a):
> 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
> [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] Apache Struts 6.0.3

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

Thanks.

[x ] General Availability (GA)

On Mon, 12 Sept 2022 at 08:02, Lukasz Lenart <lu...@apache.org>
wrote:

> The Apache Struts 6.0.3 test build is available. With this release the
> following issues were addressed:
>
> Bug
> [WW-5185] - TilesDefinition is not found and the request for a Struts
> action fails after an upgrade from Struts 2.5.30 to Struts 6.0.
> [WW-5189] - Add missing struts-6.0.dtd
> [WW-5190] - StackOverflowError when dispatching to JSP
> [WW-5191] - template/simple/textarea.ftl not rendering parameters correctly
> [WW-5192] - radiomap.ftl not setting enum key values
> [WW-5194] - UIBean.evaluateParams() throws an IllegalStateException
> when getting the nonce out of a session that has been invalidated.
> [WW-5195] - Dispatcher: Infinite loop with dispatcher FORWARD
> [WW-5197] - java.lang.UnsupportedOperationException in the date component
> [WW-5198] - textarea's maxlength attribute displays in tag's body
> [WW-5203] - lazyPolicyBuilder in DefaultCspSettings is not lazy
> [WW-5205] - REST plugin cannot start due to injection error
> [WW-5207] - Convention Plugin - support for ASM 9
> [WW-5215] - CspInterceptor assumes Session was already created
> [WW-5216] - Freemarker Checkbox error after migrating from Struts
> 2.5.29 to 2.5.30
>
> New Feature
> [WW-5187] - java.lang.NoClassDefFoundError:
> org/apache/struts2/views/velocity/VelocityManager
>
> Improvement
> [WW-5173] - Implement additional OGNL cache configuration controls
> [WW-5188] - Use 6.0 marker instead of 2.6
> [WW-5218] - Allow to disable CSP related interceptors
>
> Dependency
> [WW-5193] - Use proper hibernate-validator groupId and upgrade to
> version 6.1.3.Final
> [WW-5201] - Bump Log4j2 to 2.18.0
> [WW-5202] - Update jasperreports to 6.19.1 and exclude optional itext
> from jasperreports
> [WW-5204] - Upgrade to OGNL 3.3.3
> [WW-5208] - Update hibernate-validator to 6.2.4
> [WW-5212] - Upgrade Spring to version 5.3.22
>
>
> Release notes:
> * https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.0.3
>
> Github release
> * https://github.com/apache/struts/releases/tag/STRUTS_6_0_3
>
> Distribution:
> * https://dist.apache.org/repos/dist/dev/struts/6.0.3/
>
> 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 72 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] Apache Struts 6.0.3

Posted by Johannes Geppert <jo...@apache.org>.
+1

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

Thanks to all contributors!


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



Am Mo., 12. Sept. 2022 um 09:02 Uhr schrieb Lukasz Lenart <
lukaszlenart@apache.org>:

> The Apache Struts 6.0.3 test build is available. With this release the
> following issues were addressed:
>
> Bug
> [WW-5185] - TilesDefinition is not found and the request for a Struts
> action fails after an upgrade from Struts 2.5.30 to Struts 6.0.
> [WW-5189] - Add missing struts-6.0.dtd
> [WW-5190] - StackOverflowError when dispatching to JSP
> [WW-5191] - template/simple/textarea.ftl not rendering parameters correctly
> [WW-5192] - radiomap.ftl not setting enum key values
> [WW-5194] - UIBean.evaluateParams() throws an IllegalStateException
> when getting the nonce out of a session that has been invalidated.
> [WW-5195] - Dispatcher: Infinite loop with dispatcher FORWARD
> [WW-5197] - java.lang.UnsupportedOperationException in the date component
> [WW-5198] - textarea's maxlength attribute displays in tag's body
> [WW-5203] - lazyPolicyBuilder in DefaultCspSettings is not lazy
> [WW-5205] - REST plugin cannot start due to injection error
> [WW-5207] - Convention Plugin - support for ASM 9
> [WW-5215] - CspInterceptor assumes Session was already created
> [WW-5216] - Freemarker Checkbox error after migrating from Struts
> 2.5.29 to 2.5.30
>
> New Feature
> [WW-5187] - java.lang.NoClassDefFoundError:
> org/apache/struts2/views/velocity/VelocityManager
>
> Improvement
> [WW-5173] - Implement additional OGNL cache configuration controls
> [WW-5188] - Use 6.0 marker instead of 2.6
> [WW-5218] - Allow to disable CSP related interceptors
>
> Dependency
> [WW-5193] - Use proper hibernate-validator groupId and upgrade to
> version 6.1.3.Final
> [WW-5201] - Bump Log4j2 to 2.18.0
> [WW-5202] - Update jasperreports to 6.19.1 and exclude optional itext
> from jasperreports
> [WW-5204] - Upgrade to OGNL 3.3.3
> [WW-5208] - Update hibernate-validator to 6.2.4
> [WW-5212] - Upgrade Spring to version 5.3.22
>
>
> Release notes:
> * https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.0.3
>
> Github release
> * https://github.com/apache/struts/releases/tag/STRUTS_6_0_3
>
> Distribution:
> * https://dist.apache.org/repos/dist/dev/struts/6.0.3/
>
> 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 72 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] Apache Struts 6.0.3

Posted by Yasser Zamani <ya...@apache.org>.
[ ] Leave at test build
[ ] Alpha
[ ] Beta
[X] General Availability (GA)

+1 (binding) thanks!


On 9/12/2022 11:31 AM, Lukasz Lenart wrote:
> The Apache Struts 6.0.3 test build is available. With this release the
> following issues were addressed:
> 
> Bug
> [WW-5185] - TilesDefinition is not found and the request for a Struts
> action fails after an upgrade from Struts 2.5.30 to Struts 6.0.
> [WW-5189] - Add missing struts-6.0.dtd
> [WW-5190] - StackOverflowError when dispatching to JSP
> [WW-5191] - template/simple/textarea.ftl not rendering parameters correctly
> [WW-5192] - radiomap.ftl not setting enum key values
> [WW-5194] - UIBean.evaluateParams() throws an IllegalStateException
> when getting the nonce out of a session that has been invalidated.
> [WW-5195] - Dispatcher: Infinite loop with dispatcher FORWARD
> [WW-5197] - java.lang.UnsupportedOperationException in the date component
> [WW-5198] - textarea's maxlength attribute displays in tag's body
> [WW-5203] - lazyPolicyBuilder in DefaultCspSettings is not lazy
> [WW-5205] - REST plugin cannot start due to injection error
> [WW-5207] - Convention Plugin - support for ASM 9
> [WW-5215] - CspInterceptor assumes Session was already created
> [WW-5216] - Freemarker Checkbox error after migrating from Struts
> 2.5.29 to 2.5.30
> 
> New Feature
> [WW-5187] - java.lang.NoClassDefFoundError:
> org/apache/struts2/views/velocity/VelocityManager
> 
> Improvement
> [WW-5173] - Implement additional OGNL cache configuration controls
> [WW-5188] - Use 6.0 marker instead of 2.6
> [WW-5218] - Allow to disable CSP related interceptors
> 
> Dependency
> [WW-5193] - Use proper hibernate-validator groupId and upgrade to
> version 6.1.3.Final
> [WW-5201] - Bump Log4j2 to 2.18.0
> [WW-5202] - Update jasperreports to 6.19.1 and exclude optional itext
> from jasperreports
> [WW-5204] - Upgrade to OGNL 3.3.3
> [WW-5208] - Update hibernate-validator to 6.2.4
> [WW-5212] - Upgrade Spring to version 5.3.22
> 
> 
> Release notes:
> * https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.0.3
> 
> Github release
> * https://github.com/apache/struts/releases/tag/STRUTS_6_0_3
> 
> Distribution:
> * https://dist.apache.org/repos/dist/dev/struts/6.0.3/
> 
> 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 72 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
> 

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