Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.0-alpha-1
-
None
Description
In r611615, the realm identifiers have been extended with the thread identifier to prevent clashes in parallel executions. This has been broken in r614316 by switching from Thread.getId() to Thread.getName() as a thread's name is not necessarily unique.
Since JDK 1.4 compat is no longer required for trunk, the original could be restored.