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

Remove mocking module #2086

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Remove mocking module #2086

merged 3 commits into from
Dec 16, 2024

Conversation

paulbakker
Copy link
Collaborator

The mocking module was the first functionality of the framework even before the framework really existed. While it seemed like an interesting idea, it never really panned out and is mostly unused.

Since we're removing a lot of legacy in the upcoming release, I want to remove this module as well.

@paulbakker paulbakker force-pushed the feature/remove-mocking-module branch from a95aecf to c9111ce Compare December 14, 2024 00:12
@@ -71,7 +69,7 @@ import org.springframework.core.io.support.ResourcePatternUtils
import org.springframework.util.ReflectionUtils
import java.io.IOException
import java.lang.reflect.Method
import java.util.Optional
import java.util.*
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extra nit: revert back

@paulbakker paulbakker merged commit 20b2a7e into master Dec 16, 2024
3 checks passed
@paulbakker paulbakker deleted the feature/remove-mocking-module branch December 16, 2024 23:00
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

Successfully merging this pull request may close these issues.

4 participants