Re: Questions about surefire issue causing "buffer overflow" and apache JIRA problem

2022-05-31 Thread Slawomir Jaranowski
Hi, Without a project it is difficult to say. One issue can be that when you have junit-platform-runner on classpath junit4 provider will be selected. [1] You can also try to select provider manually [2] [1] https://issues.apache.org/jira/browse/SUREFIRE-2033 [2] https://maven.apache.org/surefir

Re: Questions about surefire issue causing "buffer overflow" and apache JIRA problem

2022-05-31 Thread David Karr
I see. Related to this, I have still another build that is resulting in no JUnit 5 tests being selected. I have no idea why. Are there any changes going in M7 that might address this? I was considering spending the time trying to take that test case and whittling it down to something that I can

Re: Questions about surefire issue causing "buffer overflow" and apache JIRA problem

2022-05-31 Thread Slawomir Jaranowski
Hi, M7 should be released soon, please follow the discussion on dev list [1] [1] https://lists.apache.org/thread/r86q92w8pfb1g3rg8tzbt810cjt6vdcq wt., 31 maj 2022 o 15:47 David Karr napisaƂ(a): > I noticed the following issue: > https://issues.apache.org/jira/browse/SUREFIRE-2056 > > I searche