mirror of
https://github.com/danieldemus/openhab-core.git
synced 2026-07-29 12:34:22 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user