Skip to content

Commit 8117e5a

Browse files
committed
Remove Blockhound
Original Pull Request #2978 Closes #2977 (cherry picked from commit d06c122)
1 parent 3a9a959 commit 8117e5a

File tree

4 files changed

+0
-123
lines changed

4 files changed

+0
-123
lines changed

Diff for: pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<!-- version of the ElasticsearchClient -->
2424
<elasticsearch-java>8.13.4</elasticsearch-java>
2525

26-
<blockhound-junit>1.0.8.RELEASE</blockhound-junit>
2726
<hoverfly>0.14.4</hoverfly>
2827
<log4j>2.18.0</log4j>
2928
<jsonassert>1.5.1</jsonassert>
@@ -248,13 +247,6 @@
248247
<scope>test</scope>
249248
</dependency>
250249

251-
<dependency>
252-
<groupId>io.projectreactor.tools</groupId>
253-
<artifactId>blockhound-junit-platform</artifactId>
254-
<version>${blockhound-junit}</version>
255-
<scope>test</scope>
256-
</dependency>
257-
258250
<dependency>
259251
<groupId>org.skyscreamer</groupId>
260252
<artifactId>jsonassert</artifactId>
@@ -443,25 +435,6 @@
443435
</build>
444436
</profile>
445437

446-
<profile>
447-
<id>jdk13+</id>
448-
<!-- on jDK13+, Blockhound needs this JVM flag set -->
449-
<activation>
450-
<jdk>[13,)</jdk>
451-
</activation>
452-
<build>
453-
<plugins>
454-
<plugin>
455-
<groupId>org.apache.maven.plugins</groupId>
456-
<artifactId>maven-surefire-plugin</artifactId>
457-
<configuration>
458-
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
459-
</configuration>
460-
</plugin>
461-
</plugins>
462-
</build>
463-
</profile>
464-
465438
<profile>
466439
<id>antora-process-resources</id>
467440
<build>

Diff for: src/test/java/org/springframework/data/elasticsearch/blockhound/BlockHoundIntegrationCustomizer.java

-48
This file was deleted.

Diff for: src/test/java/org/springframework/data/elasticsearch/blockhound/BlockHoundTests.java

-47
This file was deleted.

Diff for: src/test/resources/META-INF/services/reactor.blockhound.integration.BlockHoundIntegration

-1
This file was deleted.

0 commit comments

Comments
 (0)