Thanks Lukasz,
M10 seems to be working well in our environment.  Thanks for all your hard work 
on this.

FYI, I didn't see any mention of the package name refactoring in the migration guide. 
Although it will become immediately obvious when building, it might be good to include 
for completeness.  And you are probably aware, but the end of the migration guide is 
incomplete: New Constants, Deprecated Interfaces, File upload support.  Lastly, the 
"Temp/Work directory of ApplicationServer/ServletContainer" doesn't really 
explain what this feature is or does or how to use it?

https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration

[TOC]

Name Refactoring
    Package Name (xwork2)
    FreeMarker Templates (parameters)

[Details]

Package Name (xworks)
The "com.opensymphony.xwork2" package has been renamed/migrated to 
"org.apache.struts2". A simple search/replace should be all that is necessary.

FreeMarker Templates (parameters)
The FreeMarker template variable "parameters" has been replaced with "attributes" to avoid mixing 
access to HTTP request parameters. For custom templates or Themes created using FreeMarker, you will need to search & 
replace "parameters" with "attributes". See more details in WW-5465.


Thanks,
Burton

------ Original Message ------
From "Lukasz Lenart" <lukaszlen...@apache.org>
To "Struts Developers List" <dev@struts.apache.org>
Date 11/3/2024 8:48:35 AM
Subject [TEST] Apache Struts 7.0.0-M10 test build is ready

Hello,

This is another milestone of Struts 7.x series, which is based on
JakartaEE 6. Please take the time and test the bits - any help is
appreciated. Please report any problems you will spot.

Please read the Migration guide as this version includes stronger
security options
https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration

Here are the changes from the previous version:
https://github.com/apache/struts/releases/tag/STRUTS_7_0_0_M10

Staging Maven repo
https://repository.apache.org/content/groups/staging/

* please read our guideline how to setup your Maven build to include
the Staging repository
https://struts.apache.org/builds.html#test-builds

Standalone artifacts
https://dist.apache.org/repos/dist/dev/struts/7.0.0-M10/

Release notes
https://cwiki.apache.org/confluence/display/WW/Version+Notes+7.0.0-M10


Have fun!
Ɓukasz

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

Reply via email to