Move ServletContextResourceFilePathResolver to servlet-specfic pkg

Closes gh-45333
This commit is contained in:
Andy Wilkinson
2025-04-29 14:59:58 +01:00
parent 5709d55606
commit 8bb35d0bef
3 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.boot.web.context;
package org.springframework.boot.web.servlet.context;
import org.springframework.boot.io.ApplicationResourceLoader;
import org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver;

View File

@@ -109,5 +109,5 @@ org.springframework.boot.io.Base64ProtocolResolver
# Resource File Path Resolvers
org.springframework.boot.io.ApplicationResourceLoader$FilePathResolver=\
org.springframework.boot.io.ClassPathResourceFilePathResolver,\
org.springframework.boot.web.context.ServletContextResourceFilePathResolver,\
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver,\
org.springframework.boot.web.servlet.context.ServletContextResourceFilePathResolver