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

annotation: Substitutably import the junit4 annotation package #490

Merged
merged 1 commit into from
Mar 13, 2022

Conversation

bjhargrave
Copy link
Member

If both junit4 and junit5 annotation package are available, we want to
allow the junit4 bundle to import the package from the junit 5 bundle.
This allows a single version of the package to be shared for when the
tests are mixed junit4 and junit5 while preferring the junit5
annotation package over the junit4 annotation package.

If both junit4 and junit5 annotation package are available, we want to
allow the junit4 bundle to import the package from the junit 5 bundle.
This allows a single version of the package to be shared for when the
tests are mixed junit4 and junit5 while preferring the junit5
annotation package over the junit4 annotation package.

Signed-off-by: BJ Hargrave <hargrave@us.ibm.com>
@bjhargrave bjhargrave merged commit ec570fb into osgi:main Mar 13, 2022
@bjhargrave bjhargrave deleted the import-annotations-fix branch March 13, 2022 19:19
@bjhargrave bjhargrave added the maintenance Candidate for a maintenance release label Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Candidate for a maintenance release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant