Re: Problems with Struts2 Bootstrap 5.0.4
Greg Huber <[email protected]> Sun, 13 Oct 2024 08:59:41 +0100
| Newsgroups | gmane.comp.java.roller.devel |
|---|---|
| Message-ID | <[email protected]> |
--------------Bnj193oL0KuC5lq84gF7bu4y Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Same here. If you want to upgrade struts2-bootstrap, you will need to switch to v6 as 2.5 is eol. v4.0.3 works on struts 6. From what I can remember the 2.5 to 6 was an easy upgrade. There are some token logic fixes needed however. Think 5.0.4 is bootstrap 4, and roller is on 3.5 bootstrap. On 13/10/2024 01:17, Michael Bien wrote: > 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 > > --------------Bnj193oL0KuC5lq84gF7bu4y--