Skip to content

Commit 53292a1

Browse files
committed
Polish "Add DataElasticsearchTest annotation"
See gh-29911
1 parent e22f78b commit 53292a1

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ boot-features-testing-spring-boot-applications-testing-autoconfigured-json-tests
339339
boot-features-testing-spring-boot-applications-testing-autoconfigured-mvc-tests=features.testing.spring-boot-applications.spring-mvc-tests
340340
boot-features-testing-spring-boot-applications-testing-autoconfigured-webflux-tests=features.testing.spring-boot-applications.spring-webflux-tests
341341
boot-features-testing-spring-boot-applications-testing-autoconfigured-cassandra-test=features.testing.spring-boot-applications.autoconfigured-spring-data-cassandra
342-
boot-features-testing-spring-boot-applications-testing-autoconfigured-elasticsearch-test=features.testing.spring-boot-applications.autoconfigured-spring-data-elasticsearch
343342
boot-features-testing-spring-boot-applications-testing-autoconfigured-jpa-test=features.testing.spring-boot-applications.autoconfigured-spring-data-jpa
344343
boot-features-testing-spring-boot-applications-testing-autoconfigured-jdbc-test=features.testing.spring-boot-applications.autoconfigured-jdbc
345344
boot-features-testing-spring-boot-applications-testing-autoconfigured-data-jdbc-test=features.testing.spring-boot-applications.autoconfigured-spring-data-jdbc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.features.testing.springbootapplications.autoconfiguredspringdataeleasticsearch;
17+
package org.springframework.boot.docs.features.testing.springbootapplications.autoconfiguredspringdataelasticsearch;
1818

1919
import org.springframework.beans.factory.annotation.Autowired;
2020
import org.springframework.boot.test.autoconfigure.data.elasticsearch.DataElasticsearchTest;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
package org.springframework.boot.docs.features.testing.springbootapplications.autoconfiguredspringdataeleasticsearch;
17+
package org.springframework.boot.docs.features.testing.springbootapplications.autoconfiguredspringdataelasticsearch;
1818

1919
public interface SomeRepository {
2020

spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/data/elasticsearch/DataElasticsearchTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
import org.springframework.test.context.junit.jupiter.SpringExtension;
3838

3939
/**
40-
* Annotation that can be used for a Elasticsearch test that focuses <strong>only</strong>
41-
* on Elasticsearch components.
40+
* Annotation that can be used for a Data Elasticsearch test that focuses
41+
* <strong>only</strong> on Data Elasticsearch components.
4242
* <p>
4343
* Using this annotation will disable full auto-configuration and instead apply only
44-
* configuration relevant to Elasticsearch tests.
44+
* configuration relevant to Data Elasticsearch tests.
4545
* <p>
4646
* When using JUnit 4, this annotation should be used in combination with
4747
* {@code @RunWith(SpringRunner.class)}.

0 commit comments

Comments
 (0)