You can download jctools-core-1.1.jar in this page. License Apache License, Version 2.0 Type List jctools-core-1.1.jar file has the following types. META-INF/MANIFEST.MF META-INF/maven/org.jctools/jctools-core/pom.properties META-INF/maven/org.jctools/jctools-core/pom.xml org.jctools...
Re: [PR] Bump org.jctools:jctools-core from 4.0.4 to 4.0.5 (logging-log4j2) via GitHubTue, 04 Jun 2024 22:39:06 -0700 github-actions[bot] merged PR #2637: URL:https://github.com/apache/logging-log4j2/pull/2637 -- This is an automated message from the Apache Git Service. To re...
RunJCTools.createQueue(...) @Override BlockingQueue<String> createQueue(final int capacity) { return JCToolsBlockingQueueFactory.<String>createFactory(WaitStrategy.SPIN).create(capacity); } org.apache.logging.log4j.core.asyncJCToolsBlockingQueueFactorycreateFactory Popular methods of JCToolsBlocking...