Skip to content

Minimize spring-boot's test resources and move those that remain from the root to packages nearer the tests #44397

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

Closed
wilkinsona opened this issue Feb 21, 2025 · 0 comments
Assignees
Labels
theme: structure Issues related to the structure of the project and its code type: task A general task
Milestone

Comments

@wilkinsona
Copy link
Member

We have just over 100 files in the root of src/test/resources in the spring-boot module. This makes it difficult to know which tests are using which resources. It can also cause unexpected failures when changing a file that's used by multiple test classes spread across several different packages.

@wilkinsona wilkinsona self-assigned this Feb 21, 2025
@wilkinsona wilkinsona added this to the 3.3.x milestone Feb 21, 2025
@wilkinsona wilkinsona added type: task A general task theme: structure Issues related to the structure of the project and its code labels Feb 21, 2025
@wilkinsona wilkinsona changed the title Move spring-boot's test resources from the root to packages nearer the tests Minimize spring-boot's test resources and move those that remain from the root to packages nearer the tests Feb 26, 2025
@wilkinsona wilkinsona modified the milestones: 3.3.x, 3.3.10 Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: structure Issues related to the structure of the project and its code type: task A general task
Projects
None yet
Development

No branches or pull requests

1 participant