Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038559Openbravo ERPA. Platformpublic2018-05-16 11:312018-05-25 09:48
caristu 
caristu 
normalminorhave not tried
closedfixed 
5
 
 
alostale
Core
No
0038559: API change: APRMApplicationInitializer is no longer needed
With the changes introduced with 0038520 the SQL functions to be registered in Hibernate should be registered with a class implementing the SQLFunctionRegister interface instead of using the OBDal.registerSQLFunction() method.

The APRMApplicationInitializer clss is intended to register some SQL functions and it is making use of that method. This class is going to be replaced with a SQLFunctionRegister class and therefore is no longer needed.
In description
Approved
related to defect 0038520 closed caristu Deprecate OBDal.registerSQLFunction 
Issue History
2018-05-16 11:31caristuNew Issue
2018-05-16 11:31caristuAssigned To => platform
2018-05-16 11:31caristuModules => Core
2018-05-16 11:31caristuTriggers an Emergency Pack => No
2018-05-16 11:32caristuRelationship addedrelated to 0038520
2018-05-16 12:41caristuDescription Updatedbug_revision_view_page.php?rev_id=17148#r17148
2018-05-16 12:43caristuDescription Updatedbug_revision_view_page.php?rev_id=17149#r17149
2018-05-17 08:33alostaleTag Attached: Approved
2018-05-18 08:59caristuIssue cloned0038578
2018-05-18 11:28caristuAssigned Toplatform => caristu
2018-05-21 09:18hgbotCheckin
2018-05-21 09:18hgbotNote Added: 0104597
2018-05-21 09:18hgbotStatusnew => resolved
2018-05-21 09:18hgbotResolutionopen => fixed
2018-05-21 09:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/22da890c97d145ce0475e6ff12fbb09663bfe856 [^]
2018-05-21 12:37caristuReview Assigned To => alostale
2018-05-25 09:48alostaleStatusresolved => closed

Notes
(0104597)
hgbot   
2018-05-21 09:18   
Repository: erp/devel/api-checks
Changeset: 22da890c97d145ce0475e6ff12fbb09663bfe856
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Fri May 18 13:54:50 2018 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/22da890c97d145ce0475e6ff12fbb09663bfe856 [^]

fixes issue 38559: APRMApplicationInitializer is no longer needed

---
M java/reference/java.japi.gz
---