Skip to content

Provide search methods for ApplicationModule #304

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
4 tasks done
fabapp2 opened this issue Aug 8, 2022 · 0 comments · Fixed by #319
Closed
4 tasks done

Provide search methods for ApplicationModule #304

fabapp2 opened this issue Aug 8, 2022 · 0 comments · Fixed by #319
Assignees

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Aug 8, 2022

What needs to be done

The ApplicationModule should accept ProjectResourceFinder<T>s to search for resources in the source sets of the module.

Why it needs to be done

see #225 (comment)

Acceptance Criteria

  • searchMainResources(ProjectResourceFinder<T>) searches in src/main/resources of the module
  • searchTestResources(ProjectResourceFinder<T>) searches in src/test/resources of the module
  • searchMainJava(ProjectResourceFinder<T>) searches in src/main/java of the module
  • searchTestJava(ProjectResourceFinder<T>) searches in src/test/java of the module
@fabapp2 fabapp2 added this to the Spring Boot Upgrade 3.0 (M3) milestone Aug 8, 2022
@fabapp2 fabapp2 self-assigned this Aug 8, 2022
@fabapp2 fabapp2 linked a pull request Aug 10, 2022 that will close this issue
fabapp2 added a commit that referenced this issue Aug 11, 2022
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 a pull request may close this issue.

1 participant