Re: Maven wrapper and sha256

2023-09-14 Thread Alexis Tual
Hi Nils, thanks for your quick response! Yeah, calculating the checksum yourself kind of defeats the purpose (since we don't know if the file is the right one). Although that's true I could use another available checksum, verify it and then calculate the sha256. But it would add complexity to the

Re: Maven wrapper and sha256

2023-09-14 Thread Nils Breunese
Hi Alexis, I don’t know if SHA-256 hashes are published anywhere, but after verifying the other hashes that are published on Maven Central, you could calculate the SHA-256 hashes yourself. (I’m sorry if I’m being Captain Obvious here.) For the Maven distribution: ❯ shasum -a 256

Maven wrapper and sha256

2023-09-14 Thread Alexis Tual
Hi, I noticed the Maven wrapper supports setting the sha256 for both the distributions and the wrapper jar: https://maven.apache.org/wrapper/#checksum-verification-of-downloaded-binaries . However I could not find those checksums in

Re: Re: How to log in surefire which test classes are executed in which surefire thread?

2023-09-14 Thread Debraj Manna
Created https://issues.apache.org/jira/browse/SUREFIRE-2195 On Thu, Sep 14, 2023 at 1:23 PM Olivier Lamy wrote: > Please create a jira to attach files as this will not be displayed > here in the mailing list. > > On Thu, 14 Sept 2023 at 17:50, Debraj Manna > wrote: > > > > Just to add, I am

Re: Re: How to log in surefire which test classes are executed in which surefire thread?

2023-09-14 Thread Olivier Lamy
Please create a jira to attach files as this will not be displayed here in the mailing list. On Thu, 14 Sept 2023 at 17:50, Debraj Manna wrote: > > Just to add, I am not sure if this is due to concurrent file access. Please > check the attached screenshot of the console logs. There it is saying

Re: Re: How to log in surefire which test classes are executed in which surefire thread?

2023-09-14 Thread Debraj Manna
Just to add, I am not sure if this is due to concurrent file access. Please check the attached screenshot of the console logs. There it is saying Test Run 5 but the AirInvoiceServiceTest contains only 1 test. And also the report shows random data. For example, sometimes it says Test Run 5 ,