Re: [TEST] Apache Struts 7.0.0-M10 test build is ready
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
I noticed also that <interceptor-ref name="fileUpload" /> needs to be removed now. Can this be 6.7 also as its not related to jarkata? Makes sure the new upload works before the migration. Cheers Greg On 05/11/2024 06:44, Lukasz Lenart wrote: > Thanks Greg & Burton for testing the changes, nice to hear migration > went smoothly :) > > And thanks Burton pointing out missing info in the migration guide, > already updated some sections and also added your suggestions with > refactored names. > https://cwiki.apache.org/confluence/display/WW/Struts+6.x.x+to+7.x.x+migration > > Cheers > Lukasz > > pon., 4 lis 2024 o 13:42 Burton Rhodes<[email protected]> napisał(a): >> 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"<[email protected]> >> To "Struts Developers List"<[email protected]> >> 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:[email protected] >>> For additional commands, e-mail:[email protected] >>> > --------------------------------------------------------------------- > To unsubscribe, e-mail:[email protected] > For additional commands, e-mail:[email protected] >