Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GenericContainer container contains import for org.junit.runner/runners Description/Statement #2013

Closed
khmarbaise opened this issue Oct 28, 2019 · 3 comments

Comments

@khmarbaise
Copy link

Currently the GenericContainer class contains dependencies into JUnit 4 framework via the following import:

import org.junit.runner.Description;
import org.junit.runners.model.Statement;
...

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?

@stale
Copy link

stale bot commented Jan 26, 2020

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.

@stale stale bot added the stale label Jan 26, 2020
@khmarbaise
Copy link
Author

This should be kept cause it's current state.

@stale stale bot removed the stale label Jan 26, 2020
@bsideup
Copy link
Member

bsideup commented Jan 26, 2020

Duplicate of #970

@bsideup bsideup marked this as a duplicate of #970 Jan 26, 2020
@bsideup bsideup closed this as completed Jan 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants