Openbravo Issue Tracking System - Modules
View Issue Details
0039646ModulesExternal Data Integrationpublic2018-11-19 17:342019-01-10 16:34
Asantos9 
AugustoMauch 
normalmajorN/A
closedfixed 
5
 
 
caristu
0039646: Move Basic Output to External Data Integration module
It would be fine to move BasicOutputDebuggerProcessor class from 'External Integration Infrastructure' module to 'External Data Integration' in order to use in other projects and to avoid dependencies
N/A
No tags attached.
Issue History
2018-11-19 17:34Asantos9New Issue
2018-11-19 17:34Asantos9Assigned To => platform
2018-11-19 17:34Asantos9Modules => Core
2018-11-19 17:34Asantos9Triggers an Emergency Pack => No
2019-01-04 10:37hgbotCheckin
2019-01-04 10:37hgbotNote Added: 0108827
2019-01-04 10:37hgbotCheckin
2019-01-04 10:37hgbotNote Added: 0108828
2019-01-04 10:37hgbotStatusnew => resolved
2019-01-04 10:37hgbotResolutionopen => fixed
2019-01-04 10:37hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/91d81bbe717675165a8d79827c26dd1914084d5e [^]
2019-01-04 10:38AugustoMauchReview Assigned To => caristu
2019-01-10 13:17caristuAssigned Toplatform => AugustoMauch
2019-01-10 13:17caristuProjectOpenbravo ERP => Modules
2019-01-10 13:18caristuCategoryA. Platform => External Data Integration
2019-01-10 13:27hgbotCheckin
2019-01-10 13:27hgbotNote Added: 0108889
2019-01-10 13:40hgbotCheckin
2019-01-10 13:40hgbotNote Added: 0108890
2019-01-10 13:44caristuNote Added: 0108891
2019-01-10 13:44caristuStatusresolved => closed
2019-01-10 16:34hgbotCheckin
2019-01-10 16:34hgbotNote Added: 0108907

Notes
(0108827)
hgbot   
2019-01-04 10:37   
Repository: erp/pmods/org.openbravo.service.external.integration
Changeset: 703a607b1ad819dd9d22eca356b4f04172b69403
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jan 04 10:26:14 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/703a607b1ad819dd9d22eca356b4f04172b69403 [^]

Related with bug 39646:Removes BasicOutputDebuggerProcessor from connector core

It will be moved to the EDL module, because it is general enough to be reused in other projects

---
R src-db/database/sourcedata/OBEDL_OUTPUT_TYPE.xml
R src/org/openbravo/service/external/integration/edl/BasicOutputDebuggerProcessor.java
---
(0108828)
hgbot   
2019-01-04 10:37   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 91d81bbe717675165a8d79827c26dd1914084d5e
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Jan 04 10:29:40 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/91d81bbe717675165a8d79827c26dd1914084d5e [^]

Fixes issue 39646: BasicOutputDebuggerProcessor is now part of EDL

BasicOutputDebuggerProcessor has been moved from the connector core module to EDL, since it is
generic enough that can be useful in other projects.

---
M src-db/database/sourcedata/OBEDL_OUTPUT_TYPE.xml
A src/org/openbravo/externaldata/integration/process/BasicOutputDebuggerProcessor.java
---
(0108889)
hgbot   
2019-01-10 13:27   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: bf1b493a63094bceddabbb8dcc23189ae25ae697
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jan 10 13:27:25 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/bf1b493a63094bceddabbb8dcc23189ae25ae697 [^]

related to issue 39646: code review improvements

  - Removed duplicated method implementation in subclass

---
M src/org/openbravo/externaldata/integration/process/BasicOutputDebuggerProcessor.java
M src/org/openbravo/externaldata/integration/process/OutputDebuggerProcessor.java
---
(0108890)
hgbot   
2019-01-10 13:40   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: 8f73531e29229b23257cb9d6ec91b749f03faf23
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jan 10 13:40:11 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/8f73531e29229b23257cb9d6ec91b749f03faf23 [^]

related to issue 39646: code review impromentes

  - Improve the name of the output type

---
M src-db/database/sourcedata/OBEDL_OUTPUT_TYPE.xml
A src/org/openbravo/externaldata/integration/process/OutputDebuggerAndStoreProcessor.java
R src/org/openbravo/externaldata/integration/process/BasicOutputDebuggerProcessor.java
---
(0108891)
caristu   
2019-01-10 13:44   
Reviewed + tested
(0108907)
hgbot   
2019-01-10 16:34   
Repository: erp/pmods/org.openbravo.externaldata.integration
Changeset: c25fccde90ed97a0887624ab814c04964b219f66
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Thu Jan 10 16:33:47 2019 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.externaldata.integration/rev/c25fccde90ed97a0887624ab814c04964b219f66 [^]

related to issue 39646: correct class name

---
M src/org/openbravo/externaldata/integration/process/OutputDebuggerAndStoreProcessor.java
---