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 <gregh3...@gmail.com> 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: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org


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

Reply via email to