sbabcoc / TestNG-Foundation

TestNG Foundation is a lightweight collection of TestNG listeners, interfaces, and static utility classes that supplement and augment the functionality provided by the TestNG API.
Apache License 2.0
13 stars 5 forks source link

TestNG-Foundation 1.13.3 not working with last TestNG version 7.1.0 #37

Closed Zahorodnii closed 4 years ago

Zahorodnii commented 4 years ago

Can't find IAnnotationTransformer3

sbabcoc commented 4 years ago

Due to unresolved issues with notifications, I never upgraded beyond TestNG 6.10

I'll need to see how this more recent version behaves, and see what can be done to address the issue reported here.

sbabcoc commented 4 years ago

@Zahorodnii The latest release (2.0.0) upgrades to TestNG 7.1.0, which is what you were looking for. Let me know how this works for you.

Zahorodnii commented 4 years ago

Maven still not update version

sbabcoc commented 4 years ago

Odd that the new release hasn't propagated yet. You can get it now from here.

sbabcoc commented 4 years ago

The release finally showed up on the instance of Maven Central you pointed to.