]
Tom Jenkinson resolved JBTM-2673.
---------------------------------
Resolution: Done
ThreadUtil getThreadId(Thread) ignores argument
-----------------------------------------------
Key: JBTM-2673
URL:
https://issues.jboss.org/browse/JBTM-2673
Project: JBoss Transaction Manager
Issue Type: Bug
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Priority: Minor
Fix For: 5.next
During investigation of
https://developer.jboss.org/thread/269784?start=15&tstart=0
it was observed that the ThreadUtil implementation does not use the Thread argument and
simply uses a ThreadLocal:
https://github.com/jbosstm/narayana/blob/master/ArjunaCore/arjuna/classes...