Re: [hibernate-dev] Jenkins updates tomorrow

2018-02-09 Thread Davide D'Alto
CSS should be fixed as well now. There was a problem when going to the Nodes page where the buttons overlapped with the logout link. Let me know if there is something else weird. Cheers, Davide On Fri, Feb 9, 2018 at 7:23 PM, Davide D'Alto wrote: > I finished the Jenkins

Re: [hibernate-dev] Jenkins updates tomorrow

2018-02-09 Thread Davide D'Alto
I finished the Jenkins upgrades, I'm working on fixing some CSS issues. If you have some problems with the Jobs, let me know. Cheers, Davide On Thu, Feb 8, 2018 at 3:48 PM, Guillaume Smet wrote: > Thanks for warning and thanks for doing the update! > > > On Thu, Feb

Re: [hibernate-dev] ORM DDL doesn't reflect BV constraints with validation mode CALLBACK

2018-02-09 Thread Steve Ebersole
I think constraints should be exported to the DDL when the mode is DDL or ` hibernate.validator.apply_to_ddl == true`. I'd personally say that ` hibernate.validator.apply_to_ddl` still works with NONE - as y'all keep saying, mode is about in-memory callbacks. In fact because of that, we should

Re: [hibernate-dev] ORM DDL doesn't reflect BV constraints with validation mode CALLBACK

2018-02-09 Thread Gunnar Morling
Ok, so the constraints would be added to DDL when "hibernate .validator.apply_to_ddl" is true and validation mode is one of {AUTO, CALLBACK, DDL}. And they wouldn't be added to the DDL if "hibernate .validator.apply_to_ddl" is false or validation mode is NONE? That'd work for me. 2018-02-07