"Check Nullability" logging incorrectness in SettingsFactory
------------------------------------------------------------
Key: HHH-4877
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4877
Project: Hibernate Core
Issue Type: Bug
Components: core
Affects Versions: 3.5.0-Beta-4
Reporter: Steve Ebersole
Assignee: Steve Ebersole
Fix For: 3.5.0-Next
{quote}
On Fri, 2010-01-29 at 15:38 +0100, Guenther Demetz
<guenther.demetz(a)wuerth-phoenix.com> wrote:
Hi Steve,
I like to report you a very small bug which can be fixed by you in a blink of an eye
(without opening an issue on JIRA, as only 3.5 is affect):
org.hibernate.cfg.SettingsFactory.java line 340:
<< log.info( "Check Nullability in Core (should be disabled when Bean
Validation is on): " + enabledDisabled(useStatistics) );
> log.info( "Check Nullability in Core (should be disabled
when Bean Validation is on): " + enabledDisabled(checkNullability) );
{quote}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira