Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
| View Issue Details | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0044736 | Openbravo ERP | E. Translation | public | 2020-07-31 14:25 | 2020-08-05 13:18 | |||||||
| Reporter | shuehner | |||||||||||
| Assigned To | shuehner | |||||||||||
| Priority | normal | Severity | major | Reproducibility | have not tried | |||||||
| Status | closed | Resolution | fixed | |||||||||
| Platform | OS | 5 | OS Version | |||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | |||||||||||
| Merge Request Status | approved | |||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| Web browser | ||||||||||||
| Modules | Core | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0044736: org.openbravo.xmlpo contains 2 jar libraries causing split-package with java system image | |||||||||||
| Description | This repository (not an openbravo module) contains the conversion tools between Openbravo translation xml-format and the standard po format. https://gitlab.com/openbravo/product/mods/org.openbravo.xmlpo [^] The repo contains 2 jar files causing split-package situation as described in 44733 issue. a.) tools.jar Collides with packages:['com.sun.javadoc', 'com.sun.jdi', 'com.sun.jdi.event', 'com.sun.jdi.request', 'com.sun.jdi.connect', 'com.sun.jdi.connect.spi', 'com.sun.jarsigner', 'com.sun.tools.javac', 'com.sun.tools.javadoc'] b.) xercesImpl.jar Collides with packages:['org.w3c.dom', 'org.w3c.dom.html'] The first one is part of JDK and should just not be requires anyway. The 2nd one is Xerces-J xml parser library which is only used indirectly via standard SAX parser interface (no specific xerces import in any java file in the module). Test-deleting both jar files does not seems to affect functionality of the tool checked by running the unit tests inside the repo (ignoring the ones not working at all) | |||||||||||
| Steps To Reproduce | There is an utility script in this repo checking jar libraries and raising the split package situations: https://gitlab.com/openbravo/tools/platform/jar-collision-finder [^] | |||||||||||
| Proposed Solution | Delete both jar files and verify functionality still works correctly. | |||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Relationships |
| |||||||||||
| Attached Files | ||||||||||||
| Issue History | ||||||||||||
| Date Modified | Username | Field | Change | |||||||||
| 2020-07-31 14:25 | shuehner | New Issue | ||||||||||
| 2020-07-31 14:25 | shuehner | Assigned To | => platform | |||||||||
| 2020-07-31 14:25 | shuehner | OBNetwork customer | => No | |||||||||
| 2020-07-31 14:25 | shuehner | Modules | => Core | |||||||||
| 2020-07-31 14:25 | shuehner | Triggers an Emergency Pack | => No | |||||||||
| 2020-07-31 14:25 | shuehner | Relationship added | blocks 0044733 | |||||||||
| 2020-08-04 16:49 | hgbot | Merge Request Status | => open | |||||||||
| 2020-08-04 16:49 | hgbot | Note Added: 0121813 | ||||||||||
| 2020-08-04 16:53 | shuehner | Assigned To | platform => shuehner | |||||||||
| 2020-08-04 16:53 | shuehner | Status | new => scheduled | |||||||||
| 2020-08-05 13:18 | hgbot | Merge Request Status | open => approved | |||||||||
| 2020-08-05 13:18 | hgbot | Note Added: 0121852 | ||||||||||
| 2020-08-05 13:18 | hgbot | Resolution | open => fixed | |||||||||
| 2020-08-05 13:18 | hgbot | Status | scheduled => closed | |||||||||
| 2020-08-05 13:18 | hgbot | Note Added: 0121853 | ||||||||||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||