Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038632Openbravo ERPA. Platformpublic2018-05-25 13:192019-01-11 12:45
caristu 
caristu 
normalminorhave not tried
closedno change required 
5
 
3.0PR18Q4 
caristu
Core
No
0038632: Change log level to warning when using OBDal.registerSQLFunction method
With the changes introduced with issue 0038520, the OBDal.registerSQLFunction method was deprecated, and a message is shown in the log using the INFO level. The reason of using that level instead of WARN is to avoid breaking CI (some tests are downloading modules from CR whose latest version is still using that method).

The log level should be changed to WARN in 18Q4 release (once the method is not used in the latest version of the modules published in CI) unless the Hibernate library is upgraded in that version. In that case, the method will be completely removed.
In description
No tags attached.
related to defect 0038520 closed caristu Deprecate OBDal.registerSQLFunction 
related to feature request 0037064 closed caristu upgrade hibernate to 5.3.2 
diff warn.diff (668) 2018-05-25 13:20
https://issues.openbravo.com/file_download.php?file_id=11817&type=bug
Issue History
2018-05-25 13:19caristuNew Issue
2018-05-25 13:19caristuAssigned To => platform
2018-05-25 13:19caristuModules => Core
2018-05-25 13:19caristuTriggers an Emergency Pack => No
2018-05-25 13:19caristuAssigned Toplatform => caristu
2018-05-25 13:19caristuStatusnew => acknowledged
2018-05-25 13:19caristuRelationship addedrelated to 0038520
2018-05-25 13:20caristuRelationship addedrelated to 0037064
2018-05-25 13:20caristuFile Added: warn.diff
2018-05-25 13:22caristuDescription Updatedbug_revision_view_page.php?rev_id=17187#r17187
2018-05-25 13:22caristuDescription Updatedbug_revision_view_page.php?rev_id=17188#r17188
2019-01-11 10:59caristuAssigned Tocaristu => platform
2019-01-11 10:59caristuAssigned Toplatform => caristu
2019-01-11 12:44caristuStatusacknowledged => scheduled
2019-01-11 12:45caristuReview Assigned To => caristu
2019-01-11 12:45caristuNote Added: 0108924
2019-01-11 12:45caristuStatusscheduled => closed
2019-01-11 12:45caristuResolutionopen => no change required
2019-01-11 12:45caristuFixed in Version => 3.0PR18Q4

Notes
(0108924)
caristu   
2019-01-11 12:45   
The method was finally removed in PR18Q4[1]

[1] https://code.openbravo.com/erp/devel/pi/diff/3a81005e6124/src/org/openbravo/dal/service/OBDal.java [^]