Revert LinkedTransferQueue high CPU usage workaround (#4499)

Reverts the workaround #3756 that was introduced for JDK-8301341 because it is fixed in OpenJDK 21

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2024-12-17 00:46:30 +01:00
committed by GitHub
parent 576a63c0be
commit 9f0b8d48fe
36 changed files with 8 additions and 208 deletions
-8
View File
@@ -427,14 +427,6 @@
<version>5.14.0</version>
<scope>compile</scope>
</dependency>
<!-- Provides the Java 11 LinkedTransferQueue used in workarounds for JDK-8301341 -->
<dependency>
<groupId>org.openhab</groupId>
<artifactId>base-fixes</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>