./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
|