Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0053109Openbravo ERPA. Platformpublic2023-08-01 08:572023-08-08 08:41
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
approved
No
Core
No
0053109: API changes in ExternalSystem abstract class
As part of the changes introduced with 0053077, there are two new API changes related with the ExternalSystem class:

1- A new method is added to the ExternalSystem abstract class: org.openbravo.service.externalsystem.ExternalSystem.send(Operation operation, Supplier<? extends InputStream> payloadSupplier, String path, Map<String, Object> configuration)
2- The previously existing send method is now final
.
No tags attached.
related to feature request 0053077 closed caristu Support different methods in External System API 
Issue History
2023-08-01 08:57caristuNew Issue
2023-08-01 08:57caristuAssigned To => caristu
2023-08-01 08:57caristuOBNetwork customer => No
2023-08-01 08:57caristuModules => Core
2023-08-01 08:57caristuTriggers an Emergency Pack => No
2023-08-01 08:57caristuIssue generated from0053077
2023-08-01 08:57caristuRelationship addedrelated to 0053077
2023-08-01 13:04hgbotMerge Request Status => open
2023-08-01 13:04hgbotNote Added: 0153058
2023-08-07 11:28hgbotMerge Request Statusopen => approved
2023-08-08 08:35hgbotResolutionopen => fixed
2023-08-08 08:35hgbotStatusnew => closed
2023-08-08 08:35hgbotNote Added: 0153315
2023-08-08 08:35hgbotNote Added: 0153316
2023-08-08 08:37caristuDescription Updatedbug_revision_view_page.php?rev_id=26598#r26598
2023-08-08 08:37caristuSummaryAPI change: add new method into ExternalSystem abstract class => API change: API changes in ExternalSystem abstract class
2023-08-08 08:39caristuSummaryAPI change: API changes in ExternalSystem abstract class => API changes in ExternalSystem abstract class
2023-08-08 08:41caristuDescription Updatedbug_revision_view_page.php?rev_id=26599#r26599
2023-08-08 08:41caristuDescription Updatedbug_revision_view_page.php?rev_id=26600#r26600

Notes
(0153058)
hgbot   
2023-08-01 13:04   
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/46 [^]
(0153315)
hgbot   
2023-08-08 08:35   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: 4a186916ae9b4e5f279df8b3af618d6d48f19106
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 08-08-2023 08:29:51
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/4a186916ae9b4e5f279df8b3af618d6d48f19106 [^]

fixes BUG-53109: changes in ExternalSystem abstract class

  - Added new abstract method
  - The previously existing send method is now final

---
M java/reference/java.japi.gz
---
(0153316)
hgbot   
2023-08-08 08:35   
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/46 [^]