Re: 4.0.0 RC2 and RC3 Release Proposals

2022-10-03 Thread Paul Nicolucci
+1 Thanks, Paul Nicolucci On Mon, Oct 3, 2022, 3:35 PM Melloware wrote: > +1 from me all around. I think an RC2 and RC3 would be great. > > > On 10/3/2022 2:42 PM, Volodymyr Siedlecki wrote: > > Hello, > > > > We've introduced a number of changes into the 4.0 code base, and I was > >

Re: 4.0.0 RC2 and RC3 Release Proposals

2022-10-03 Thread Melloware
+1 from me all around.  I think an RC2 and RC3 would be great. On 10/3/2022 2:42 PM, Volodymyr Siedlecki wrote: Hello, We've introduced a number of changes into the 4.0 code base, and I was thinking of creating a RC2 release soon. However, one of the biggest changes is the PR #325 (

4.0.0 RC2 and RC3 Release Proposals

2022-10-03 Thread Volodymyr Siedlecki
Hello, We've introduced a number of changes into the 4.0 code base, and I was thinking of creating a RC2 release soon. However, one of the biggest changes is the PR #325 ( https://github.com/apache/myfaces/pull/325 ) which refactors the JavaScript into TypeScript. I was thinking of having PR

Re: Bug?

2022-10-03 Thread Werner Punz
Seems like one of my tests is triggering this race condition (have been running 4 tests in an endless loop without geting it). I will try to narrow it down tomorrow and then will issue a bugreport. My guess is we have a corner condition where the viewstate might not get cleaned up entirely. Am

Re: Bug?

2022-10-03 Thread Werner Punz
I am trying but the error is very erratic unfortunately. Am Mo., 3. Okt. 2022 um 15:05 Uhr schrieb Melloware : > Werner, if you can isolate it please open a JIRA ticket with the stack > trace and the info please! > > > On 10/3/2022 8:59 AM, Werner Punz wrote: > > Got a little bit further, the

Re: Bug?

2022-10-03 Thread Melloware
Werner, if you can isolate it please open a JIRA ticket with the stack trace and the info please! On 10/3/2022 8:59 AM, Werner Punz wrote: Got a little bit further, the null stems from a referenced viewstate id, which does not exist anymore in the viewstate map. The thing is, that when I

Re: Bug?

2022-10-03 Thread Werner Punz
Got a little bit further, the null stems from a referenced viewstate id, which does not exist anymore in the viewstate map. The thing is, that when I trigger the page sequence manually I do not run into this. With automation i run into it on a random scale. This looks almost like some kind of race

Bug?

2022-10-03 Thread Werner Punz
Hi I am running into a weird bug in my integration testing. Following I have built a stack of MyFaces 4.0 with weld as beans provider and I am getting an NPE sometimes (not reproducible after a refresh in) AbstractContext.destroyAll(contextualStorage, facesStorage) The problem seems to be that