specifications
specifications copied to clipboard
ConcurrentModificationException in TCK 10
Hi, when testing TCK10 against GF7.1.0-SNAPSHOT on JDK17 one test failed, but the error is not in GF. I have found that it was already fixed in TCK11 and 12, would it be possible to backport it also to TCK10?
Actually I already made that, I am very sorry I did not create this issue first as it is requested by the TCK process: https://jakarta.ee/committees/specification/tckprocess/.
- If you would accept this soon, everything would be resolved for now.
- For the case this issue would be refused, I already created this PR which would revert the change: https://github.com/jakartaee/platform-tck/pull/2397
The original fix for TCK11: https://github.com/jakartaee/platform-tck/pull/2397 The PR I merged so I broke rules: https://github.com/jakartaee/platform-tck/pull/2396
Thanks to @scottmarlow for the guidance.