Skip to content

Commit

Permalink
MID-3426: (temporarily) disabled hibernate validator
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e943ec)
  • Loading branch information
mederly committed Sep 28, 2016
1 parent 40f9911 commit 908d941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -43,6 +43,7 @@
<prop key="hibernate.hbm2ddl.auto">#{testSqlRepositoryFactory.sqlConfiguration.hibernateHbm2ddl}</prop>
<prop key="hibernate.id.new_generator_mappings">true</prop>
<prop key="hibernate.jdbc.batch_size">20</prop>
<prop key="javax.persistence.validation.mode">none</prop>
</props>
</property>
<property name="namingStrategy">
Expand Down
Expand Up @@ -42,6 +42,7 @@
<prop key="hibernate.hbm2ddl.auto">#{sqlRepositoryFactory.sqlConfiguration.hibernateHbm2ddl}</prop>
<prop key="hibernate.id.new_generator_mappings">true</prop>
<prop key="hibernate.jdbc.batch_size">20</prop>
<prop key="javax.persistence.validation.mode">none</prop>
</props>
</property>
<property name="namingStrategy">
Expand Down

0 comments on commit 908d941

Please sign in to comment.