Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-22 Thread Lukasz Lenart
pon., 22 kwi 2024 o 10:35 Greg Huber napisał(a): > File upload also works OK, but Without the in UploadedFile now I must > do the cast manually: > > for (UploadedFile uploadedFile : uploads) { > ... >new FileInputStream((File) uploadedFile.getContent()) > ... > } I need to think this

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-22 Thread Greg Huber
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 in UploadedFile now I must do the cast manually: for (UploadedFile uploadedFile : uploads) { ... new FileInputStream((File)

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-21 Thread Lukasz Lenart
niedz., 21 kwi 2024 o 20:11 Greg Huber 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

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-21 Thread Greg Huber
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. On Sun, 21 Apr 2024 at 12:10, Lukasz Lenart wrote: > niedz., 21

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-21 Thread Lukasz Lenart
niedz., 21 kwi 2024 o 11:12 Greg Huber napisał(a): > > Using 7.0.0-M6 I still get > > The POM for org.apache.struts:struts2-freemarker-jakarta:jar:7.0.0-M6 is > missing, no dependency information available Do you specify "struts2-freemarker-jakarta" as a seperated dependency? Or is it just

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-21 Thread Greg Huber
Using 7.0.0-M6 I still get The POM for org.apache.struts:struts2-freemarker-jakarta:jar:7.0.0-M6 is missing, no dependency information available #Sun Apr 21 10:00:20 BST 2024 apache.snapshots|https\://repository.apache.org/snapshots|javadoc=1713690020922

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-20 Thread Lukasz Lenart
sob., 20 kwi 2024 o 13:20 Burton Rhodes napisał(a): > > It should be > > 7.0.0-M6 I released M4 & M5 but there was a problem with standalone ZIP packages, so I had to prepare another release. I think it would be good to push this into Maven Central to allow others to test it as well. Regards

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-20 Thread Burton Rhodes
It should be 7.0.0-M6 -- Original Message -- From "Greg Huber" To "Struts Developers List" Date 4/20/2024 5:11:19 AM Subject Re: [TEST] Apache Struts 7.0.0-M6 test build is read What would be the pom fix value we need to use? 7.0.0-M6-SNAPSHOT org.ap

Re: [TEST] Apache Struts 7.0.0-M6 test build is read

2024-04-20 Thread Greg Huber
What would be the pom fix value we need to use? 7.0.0-M6-SNAPSHOT org.apache.struts struts2-velocity-tools-view-jakarta 7.0.0-M6-SNAPSHOT On 20/04/2024 08:45, Lukasz Lenart wrote: Hello, This is a third milestone of Struts 7.x series, which is based on JakartaEE 6. Please take the time