PathMatchingResourcePatternResolver should not log directory-skip messages at info level #33954
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: regression
A bug that is also a regression
I started seeing unexpected logs after upgrading Spring Boot from version 3.3.4 to 3.4.0.
The project is set up as a multi-module structure, and as shown in the image, the entry point is located under the API package.
After analyzing line 695 of PathMatchingResourcePatternResolver.class, I found a process that creates sub-resources. While the dependencies-module doesn't contain a package named 'api', related logs are being generated.
Although the application starts up normally, these logs keep appearing. If this is intended behavior, shouldn't we consider adjusting the logging level
If analysis is needed, I will attach a test project.
The text was updated successfully, but these errors were encountered: