You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use TestNG 6.14.2 for some of our testing. This version was released in 2018. We recently noticed a bug with priority annotation by using TestNG 6.14.2. (See eclipse-openj9/openj9#16284). This issue is resolved in the latest version TestNG 7.6.1 . Let's upgrade TestNG to use the latest version v7.6.1.
According to my preliminary testing, TestNG 7.6.1 needs another jar - slf4j-api-2.0.3.jar. Not sure if any other jars are needed.
Currently, we use TestNG 6.14.2 for some of our testing. This version was released in 2018. We recently noticed a bug with
priority
annotation by using TestNG 6.14.2. (See eclipse-openj9/openj9#16284). This issue is resolved in the latest version TestNG 7.6.1 . Let's upgrade TestNG to use the latest version v7.6.1.According to my preliminary testing, TestNG 7.6.1 needs another jar - slf4j-api-2.0.3.jar. Not sure if any other jars are needed.
https://github.com/qos-ch/slf4j
https://repo1.maven.org/maven2/org/slf4j/
The text was updated successfully, but these errors were encountered: