Skip to content

Commit 1d5c78a

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

File tree

4 files changed

+0
-118
lines changed

4 files changed

+0
-118
lines changed

pom.xml

-27
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
<!-- version of the ElasticsearchClient -->
2424
<elasticsearch-java>8.11.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>
@@ -436,25 +428,6 @@
436428
</build>
437429
</profile>
438430

439-
<profile>
440-
<id>jdk13+</id>
441-
<!-- on jDK13+, Blockhound needs this JVM flag set -->
442-
<activation>
443-
<jdk>[13,)</jdk>
444-
</activation>
445-
<build>
446-
<plugins>
447-
<plugin>
448-
<groupId>org.apache.maven.plugins</groupId>
449-
<artifactId>maven-surefire-plugin</artifactId>
450-
<configuration>
451-
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
452-
</configuration>
453-
</plugin>
454-
</plugins>
455-
</build>
456-
</profile>
457-
458431
<profile>
459432
<id>antora-process-resources</id>
460433
<build>

src/test/java/org/springframework/data/elasticsearch/blockhound/BlockHoundIntegrationCustomizer.java

-43
This file was deleted.

src/test/java/org/springframework/data/elasticsearch/blockhound/BlockHoundTests.java

-47
This file was deleted.

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

-1
This file was deleted.

0 commit comments

Comments
 (0)