|
This bug is still valid for hibernate-core-4.3.5.Final.jar: Method Configuration.buildSessionFactory(ServiceRegistry) calls copy.putAll(properties) and this.properties may include defaults, since they are publicly settable in setProperties. So the SessionFactoryImpl may still get incomplete properties.
|