OutputsImpl getOuput -> buildOutput prints to console unconditionally
Description
Activity
Show:

Brett Meyer March 17, 2014 at 7:45 PM
Left over from some TCK testing
Fixed
Created March 16, 2014 at 9:55 PM
Updated May 5, 2022 at 10:38 AM
Resolved May 5, 2022 at 10:38 AM
./hibernate-core/src/main/java/org/hibernate/result/internal/OutputsImpl.java uses unconditional System.out.println in buildOutput method (ln202).
This is filling up our log files and as ln194 would log anyway to the proper log output, this is unnecessary.
(Not sure why isn't anyone complaining about this though)
Sorry, I'm behind firewall so cannot submit to Github, but should be fairly easy to fix