Skip to content

Commit d06c122

Browse files
authored
Remove Blockhound
Original Pull Request #2978 Closes #2977
1 parent b1b232d commit d06c122

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.15.0</elasticsearch-java>
2525

26-
<blockhound-junit>1.0.9.RELEASE</blockhound-junit>
2726
<hoverfly>0.19.0</hoverfly>
2827
<log4j>2.23.1</log4j>
2928
<jsonassert>1.5.3</jsonassert>
@@ -237,13 +236,6 @@
237236
<scope>test</scope>
238237
</dependency>
239238

240-
<dependency>
241-
<groupId>io.projectreactor.tools</groupId>
242-
<artifactId>blockhound-junit-platform</artifactId>
243-
<version>${blockhound-junit}</version>
244-
<scope>test</scope>
245-
</dependency>
246-
247239
<dependency>
248240
<groupId>org.skyscreamer</groupId>
249241
<artifactId>jsonassert</artifactId>
@@ -432,25 +424,6 @@
432424
</build>
433425
</profile>
434426

435-
<profile>
436-
<id>jdk13+</id>
437-
<!-- on jDK13+, Blockhound needs this JVM flag set -->
438-
<activation>
439-
<jdk>[13,)</jdk>
440-
</activation>
441-
<build>
442-
<plugins>
443-
<plugin>
444-
<groupId>org.apache.maven.plugins</groupId>
445-
<artifactId>maven-surefire-plugin</artifactId>
446-
<configuration>
447-
<argLine>-XX:+AllowRedefinitionToAddDeleteMethods</argLine>
448-
</configuration>
449-
</plugin>
450-
</plugins>
451-
</build>
452-
</profile>
453-
454427
<profile>
455428
<id>antora-process-resources</id>
456429
<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)