details:   https://code.openbravo.com/erp/devel/pi/rev/0ac5c4647a10
changeset: 33993:0ac5c4647a10
user:      Carlos Aristu <carlos.aristu <at> openbravo.com>
date:      Mon May 21 10:50:06 2018 +0200
summary:   related to issue 38520: disable the warning temporarily to make CI 
stable

diffstat:

 src/org/openbravo/dal/service/OBDal.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 055351d43c80 -r 0ac5c4647a10 src/org/openbravo/dal/service/OBDal.java
--- a/src/org/openbravo/dal/service/OBDal.java  Fri May 18 13:37:54 2018 +0200
+++ b/src/org/openbravo/dal/service/OBDal.java  Mon May 21 10:50:06 2018 +0200
@@ -136,7 +136,7 @@
    */
   @Deprecated
   public void registerSQLFunction(String name, SQLFunction function) {
-    log.warn("Using deprecated way of registering SQL functions in Hibernate", 
new Exception(
+    log.debug("Using deprecated way of registering SQL functions in 
Hibernate", new Exception(
         "Current Stack Trace"));
     final DalSessionFactory dalSessionFactory = (DalSessionFactory) 
SessionFactoryController
         .getInstance().getSessionFactory();

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to