The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
There is a bug in how RMIConnector logs attribute names which get set via setAttributes().
It's using Collectors.joining() with swapped arguments for the delimiter and the prefix.
Comments
Not a problem in 7 (or 6), they use a simple for-loop to log attribute names, since Collectors were introduced in 8.
28-01-2016
Andreas, please see if this should be fixed in JDK 7 as well