Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0054008Openbravo ERPA. Platformpublic2023-11-23 08:322023-11-23 15:54
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
Core
No
0054008: API change: new abstract close method in ExternalSystem
Now ExternalSystem abstract class implements AutoCloseable which means that all the classes extending ExternalSystem must implement the close() method.
.
No tags attached.
related to defect 0053988 closed caristu Support defining external systems as cacheables and closeables 
Issue History
2023-11-23 08:32caristuNew Issue
2023-11-23 08:32caristuAssigned To => caristu
2023-11-23 08:32caristuModules => Core
2023-11-23 08:32caristuTriggers an Emergency Pack => No
2023-11-23 08:32caristuIssue generated from0053976
2023-11-23 08:32caristuRelationship addedrelated to 0053976
2023-11-23 08:35caristuRelationship deletedrelated to 0053976
2023-11-23 08:35caristuRelationship addedrelated to 0053988
2023-11-23 08:38hgbotNote Added: 0157517
2023-11-23 15:54hgbotNote Added: 0157575
2023-11-23 15:54hgbotResolutionopen => fixed
2023-11-23 15:54hgbotStatusnew => closed
2023-11-23 15:54hgbotNote Added: 0157576

Notes
(0157517)
hgbot   
2023-11-23 08:38   
Merge Request created: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/55 [^]
(0157575)
hgbot   
2023-11-23 15:54   
Merge request merged: https://gitlab.com/openbravo/ci/backoffice-api/-/merge_requests/55 [^]
(0157576)
hgbot   
2023-11-23 15:54   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: 5da65a38b3fc313f961019265f59f763ce80f916
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 23-11-2023 08:37:05
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/5da65a38b3fc313f961019265f59f763ce80f916 [^]

fixes BUG-54008: new abstract method ExternalSystem.close()

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