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
and there is a small number of methods which uses those things where the public methods have already been marked @Deprecated. This dependency causes issues related to usage of JUnit Jupiter only ...(cause the dependency to JUnit 4 is unfortunately needed).
The question is: When will such dependencies removed or expressed different: When will the deprecated marked methods being removed including the JUnit 4 dependency? Is there any documentation how this will be handled? Unfortunately I couldn't find something about this?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this.
Currently the
GenericContainer
class contains dependencies into JUnit 4 framework via the following import:and there is a small number of methods which uses those things where the public methods have already been marked
@Deprecated
. This dependency causes issues related to usage of JUnit Jupiter only ...(cause the dependency to JUnit 4 is unfortunately needed).The question is: When will such dependencies removed or expressed different: When will the deprecated marked methods being removed including the JUnit 4 dependency? Is there any documentation how this will be handled? Unfortunately I couldn't find something about this?
The text was updated successfully, but these errors were encountered: