Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-31 Thread Lukasz Lenart
I've extended the bulletin to add a note about potential backward compatibility issue. https://cwiki.apache.org/confluence/display/WW/S2-057 Thanks & Regards Łukasz czw., 30 sie 2018 o 15:47 Lukasz Lenart napisał(a): > > czw., 30 sie 2018 o 11:23 Miguel Almeida > napisał(a): > > I mean being a

Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-30 Thread Lukasz Lenart
czw., 30 sie 2018 o 11:23 Miguel Almeida napisał(a): > I mean being able to provide some more information in the release notes > that allows to spot backward incompatibilities more easily. I know this is > a lot easier said than done, but the end goal is to improve accuracy of the > backward compa

Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-30 Thread Miguel Almeida
Thanks Lukasz, On Thu, Aug 30, 2018 at 10:03 AM Lukasz Lenart wrote: > czw., 30 sie 2018 o 10:40 Miguel Almeida > napisał(a): > > Out of curiosity, is the problem the conversion from List to XWorkList > > mentioned > > by Yasser > > < > https://issues.apache.org/jira/browse/WW-4954?focusedComm

Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-30 Thread Lukasz Lenart
czw., 30 sie 2018 o 10:40 Miguel Almeida napisał(a): > Out of curiosity, is the problem the conversion from List to XWorkList > mentioned > by Yasser >

Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-30 Thread Miguel Almeida
Hi Lukasz, Thanks for your answer. Yes, it seems related, adding this constant works around the issue. Out of curiosity, is the problem the conversion from List to XWorkList mentioned by Yasser

Re: Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-29 Thread Lukasz Lenart
śr., 29 sie 2018 o 19:04 Miguel Almeida napisał(a): > *And *scopesValues was previously set ( value="scopes">, where scopes is a Listscopes in the action) It is probably related to this issue https://issues.apache.org/jira/browse/WW-4954?focusedCommentId=16593403&page=com.atlassian.jira.plugin.sy

Apache Struts 2.3.35 Upgrade - backward incompatibility in s:if

2018-08-29 Thread Miguel Almeida
We upgraded from 2.3.34 to 2.3.35 in one of our applications, but although the upgrade is described as backwards compatible, we found a problem in the UI. The simplified example is as follows. *Given* a JSP with: foo bar *And *scopesValues was previou