Re: [TEST] Apache Struts 7.0.0-M6 test build is read
Greg Huber <[email protected]>
| Newsgroups | gmane.comp.jakarta.struts.devel |
|---|---|
| Message-ID | <[email protected]> |
7.0.0-M7-SNAPSHOT
Thanks it worked, maybe it was a timing thing as they are in snapshots now.
M7 works ok.
File upload also works OK, but Without the <File> in UploadedFile now I must do the cast manually:
for (UploadedFile uploadedFile : uploads) {
...
new FileInputStream((File) uploadedFile.getContent())
...
}
On 22/04/2024 05:45, Lukasz Lenart wrote:
> niedz., 21 kwi 2024 o 20:11 Greg Huber <[email protected]> napisał(a):
>> I run my ide directly from git, and it is the struts project that won't
>> build. I was following the previous modification changing the struts pom
>> 3x -jakarta entries which was previously 7.0.0-M3-SNAPSHOT and it worked
>> then ok.
> So you can use 7.0.0-M7-SNAPSHOT instead, but also any other SNAPSHOT
> version should work
> https://repository.apache.org/content/groups/snapshots/org/apache/struts/struts2-freemarker-jakarta/
>
> Cheers
> Lukasz
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>