Re: Problems with Struts2 Bootstrap 5.0.4
Michael Bien <[email protected]> Sun, 13 Oct 2024 02:17:18 +0200
| Newsgroups | gmane.comp.java.roller.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Dave, On 12.10.24 22:58, Dave Johnson wrote: > I am seeing errors in several Roller 6.1.4 pages including weblog edit and related to Struts2 Bootstrap. These errors prevent correct rendering of the pages. > > We recently upgraded the Struts2 Bootstrap dependency to I don't see 5.x bootstrap in the roller release: find roller/WEB-INF/lib/ -iname "*boot*" roller/WEB-INF/lib/bootstrap-3.4.1.jar roller/WEB-INF/lib/struts2-bootstrap-plugin-4.0.0.jar same in the pom https://github.com/apache/roller/blob/master/app/pom.xml > 5.0.4, but apparently 4.0.1 was the last version that supported Struts 2.5.x. I downgraded to 4.0.1 and these errors disappeared. yep I know, I have a few deps locked in place so that I don't update them by accident. example: rome, struts, and bootstrap. best regards, michael > > Maybe I've got something wrong in my local env, but I think we may need a quick 6.1.5 release. > > Dave