Skip to content

Commit 520d343

Browse files
committed
Merge branch '3.4.x'
Closes gh-44840
2 parents 1bdb7da + ac7d921 commit 520d343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2023 the original author or authors.
2+
* Copyright 2012-2025 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -14,15 +14,15 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.autoconfigure.data.jpa;
17+
package org.springframework.boot.autoconfigure.data.web;
1818

1919
import org.junit.jupiter.api.Test;
2020

2121
import org.springframework.boot.autoconfigure.AutoConfigurations;
2222
import org.springframework.boot.autoconfigure.TestAutoConfigurationPackage;
23+
import org.springframework.boot.autoconfigure.data.jpa.JpaRepositoriesAutoConfiguration;
2324
import org.springframework.boot.autoconfigure.data.jpa.city.City;
2425
import org.springframework.boot.autoconfigure.data.jpa.city.CityRepository;
25-
import org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration;
2626
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
2727
import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration;
2828
import org.springframework.boot.test.context.runner.WebApplicationContextRunner;
@@ -42,7 +42,7 @@
4242
* @author Dave Syer
4343
* @author Stephane Nicoll
4444
*/
45-
class JpaWebAutoConfigurationTests {
45+
class SpringDataWebAutoConfigurationJpaTests {
4646

4747
private final WebApplicationContextRunner contextRunner = new WebApplicationContextRunner()
4848
.withConfiguration(AutoConfigurations.of(DataSourceAutoConfiguration.class, HibernateJpaAutoConfiguration.class,

0 commit comments

Comments
 (0)