Skip to content

Commit 6bb432d

Browse files
committed
Merge branch '3.4.x'
Closes gh-45334
2 parents 071c013 + 8bb35d0 commit 6bb432d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.web.context;
17+
package org.springframework.boot.web.servlet.context;
1818

1919
import org.springframework.boot.io.ApplicationResourceLoader;
2020
import org.springframework.boot.io.ApplicationResourceLoader.FilePathResolver;

spring-boot-project/spring-boot/src/main/resources/META-INF/spring.factories

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ org.springframework.boot.io.Base64ProtocolResolver
111111
# Resource File Path Resolvers
112112
org.springframework.boot.io.ApplicationResourceLoader$FilePathResolver=\
113113
org.springframework.boot.io.ClassPathResourceFilePathResolver,\
114-
org.springframework.boot.web.context.ServletContextResourceFilePathResolver,\
115-
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver
114+
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResourceFilePathResolver,\
115+
org.springframework.boot.web.servlet.context.ServletContextResourceFilePathResolver
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.web.context;
17+
package org.springframework.boot.web.servlet.context;
1818

1919
import java.io.File;
2020

0 commit comments

Comments
 (0)