We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running tests for the store module can fail with an error related to JUnit classloading.
store
Cause The cause has been identified as this commit which changed the mockserver dependency and upgraded the version.
Presumed Fix Changing the mockserver dependency from mockserver-junit-jupiter-no-dependencies to mockserver-junit-jupiter.
mockserver-junit-jupiter-no-dependencies
mockserver-junit-jupiter
The text was updated successfully, but these errors were encountered:
Gh-3141: Fix store tests JUnit classloader error (#3142)
686cd24
Change mockserver dependency to not use bundled version, except when using legacy profile
GCHQDeveloper314
Successfully merging a pull request may close this issue.
Describe the bug
Running tests for the
store
module can fail with an error related to JUnit classloading.Cause
The cause has been identified as this commit which changed the mockserver dependency and upgraded the version.
Presumed Fix
Changing the mockserver dependency from
mockserver-junit-jupiter-no-dependencies
tomockserver-junit-jupiter
.The text was updated successfully, but these errors were encountered: