Openbravo Issue Tracking System - Modules
View Issue Details
0039093ModulesSAP Connectorpublic2018-08-03 21:112018-09-04 12:45
collazoandy4 
AtulOpenbravo 
normalmajorhave not tried
closedfixed 
5
 
 
aferraz
0039093: Update modules to support latest version of Hibernate
Starting from Hibernate 5.3, parts of code are no longer available or are marked as deprecated, making the build fail/compile with warnings. Also fix several warnings in those modules

Check that the proposed changes in the following modules won't affect their functionality:

 - org.openbravo.service.integration.sap.ecc.mappings
In Description
No tags attached.
related to defect 0038919 closed jarmendariz Openbravo ERP Update modules to support latest version of Hibernate (functional team code)  
Issue History
2018-08-03 21:11collazoandy4New Issue
2018-08-03 21:11collazoandy4Assigned To => collazoandy4
2018-08-03 21:11collazoandy4Modules => Core
2018-08-03 21:11collazoandy4Triggers an Emergency Pack => No
2018-08-03 21:12collazoandy4Statusnew => scheduled
2018-08-06 09:50SandrahuguetRelationship addedrelated to 0038520
2018-08-06 17:04collazoandy4Relationship deletedrelated to 0038520
2018-08-06 17:05collazoandy4Relationship addeddepends on 0038919
2018-08-06 17:06collazoandy4Relationship deleteddepends on 0038919
2018-08-06 17:06collazoandy4Relationship addedrelated to 0038919
2018-08-16 19:57collazoandy4Description Updatedbug_revision_view_page.php?rev_id=17536#r17536
2018-08-21 09:43AtulOpenbravoDescription Updatedbug_revision_view_page.php?rev_id=17545#r17545
2018-08-21 12:50hgbotCheckin
2018-08-21 12:50hgbotNote Added: 0106426
2018-08-21 12:50hgbotStatusscheduled => resolved
2018-08-21 12:50hgbotResolutionopen => fixed
2018-08-21 12:50hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/517242ca04a3a326ef7cafdb804650b576c6a938 [^]
2018-08-21 19:34AtulOpenbravoDescription Updatedbug_revision_view_page.php?rev_id=17546#r17546
2018-09-04 12:39aferrazDescription Updatedbug_revision_view_page.php?rev_id=17595#r17595
2018-09-04 12:42aferrazReview Assigned To => aferraz
2018-09-04 12:42aferrazStatusresolved => closed
2018-09-04 12:42aferrazAssigned Tocollazoandy4 => AtulOpenbravo
2018-09-04 12:44aferrazProjectOpenbravo ERP => Modules
2018-09-04 12:45aferrazCategoryZ. Others => SAP Connector

Notes
(0106426)
hgbot   
2018-08-21 12:50   
Repository: erp/pmods/org.openbravo.service.integration.sap.ecc.mappings
Changeset: 517242ca04a3a326ef7cafdb804650b576c6a938
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Mon Aug 20 11:11:39 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/517242ca04a3a326ef7cafdb804650b576c6a938 [^]

Fixes Issue 39093: Update modules to support latest version of Hibernate

** Using Hibernate 5.3, to avoid deprecated methods/classes and
the build failure/compilation with warnings use
org.hibernate.query.Query & SuppressWarnings as required.

---
M src/org/openbravo/service/integration/sap/ecc/mappings/javamapper/CurrencyJavaPropertyMappingHandler.java
---