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

Add modified classpath test support #11951

Closed
marcusdacoregio opened this issue Oct 4, 2022 · 0 comments
Closed

Add modified classpath test support #11951

marcusdacoregio opened this issue Oct 4, 2022 · 0 comments
Assignees
Labels
type: task A general task
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

We should add the same test support that Spring Boot has to help us modify the classpath to make it easier to create tests.

One place that this is needed is in #11347 which checks if Spring MVC is present in the classpath to decide which RequestMatcher implementation to use.

More places will require this feature since we should use the Spring Framework feature that initialize constants at build-time.

See:

@marcusdacoregio marcusdacoregio added the type: task A general task label Oct 4, 2022
@marcusdacoregio marcusdacoregio added this to the 6.0.0-RC1 milestone Oct 4, 2022
@marcusdacoregio marcusdacoregio self-assigned this Oct 4, 2022
marcusdacoregio added a commit to marcusdacoregio/spring-security that referenced this issue Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant