-
Bug
-
Resolution: Done
-
Minor
-
7.0.0.ER6
-
None
Static code analysis tool discovered defect in class NettyConnection.
There is performed synchronisation on java.util.concurrent.ConcurrentLinkedDeque object.
Affected part of code :
private final ConcurrentLinkedDeque<ReadyListener> readyListeners = new ConcurrentLinkedDeque<>();
public void fireReady(final boolean ready) { synchronized (readyListeners) { this.ready = ready; ..... } }
- is blocked by
-
JBEAP-3293 Upgrade Artemis to 1.1.0.wildfly-013
- Closed