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

WebTestUtilsTestRuntimeHints should implement RuntimeHintsRegistrar #14399

Closed
marcusdacoregio opened this issue Jan 3, 2024 · 0 comments
Closed
Assignees
Labels
in: test An issue in spring-security-test type: bug A general bug
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

The javadoc for TestRuntimeHintsRegistrar says:

This API serves as a companion to the core RuntimeHintsRegistrar API. If you need to register global hints for testing support that are not specific to particular test classes, favor implementing RuntimeHintsRegistrar over this API.

Since we do not perform any operation on the testClass parameter, we should implement RuntimeHintsRegistrar instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: test An issue in spring-security-test type: bug A general bug
Projects
Status: No status
Development

No branches or pull requests

1 participant