Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0046360Openbravo ERPY. DBSourceManagerpublic2021-04-27 08:442021-05-05 07:47
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
 
Core
No
0046360: obsolete libraries in dbsm classpath
DBSM includes a set of libraries used at compile time. In runtime it uses the ones in openbravo base, so they should be kept in sync.

There are some of them that are out of sync:


dbsm                       openbravo
---------------------------------------------
build-only/ant-1.6.5       1.9.2
build-only/junit-3.8.2     4.12
commons-beanutils-1.7.0    1.8.3
commons-codec-1.3          1.11
commons-dbcp-1.2.1         1.4
commons-digester-1.7       1.8.1
commons-lang-2.1           2.6
commons-logging-1.0.4      1.2
commons-pool-1.2           1.5.6
dom4j-1.4                  2.1.3

-
No tags attached.
related to defect 0045934PR21Q3 closed alostale Update commons-collections in dbsm repo (3.1) to same version as present in backoffice (3.2.2) 
blocks design defect 0045219 closed platform cleanup dbsm build-only directory 
Issue History
2021-04-27 08:44alostaleNew Issue
2021-04-27 08:44alostaleAssigned To => platform
2021-04-27 08:44alostaleModules => Core
2021-04-27 08:44alostaleTriggers an Emergency Pack => No
2021-04-27 08:45alostaleRelationship addedrelated to 0045934
2021-04-27 09:19hgbotNote Added: 0127559
2021-05-05 07:33alostaleRelationship addedblocks 0045219
2021-05-05 07:34alostaleAssigned Toplatform => alostale
2021-05-05 07:47hgbotResolutionopen => fixed
2021-05-05 07:47hgbotStatusnew => closed
2021-05-05 07:47hgbotNote Added: 0127798
2021-05-05 07:47hgbotNote Added: 0127799

Notes
(0127559)
hgbot   
2021-04-27 09:19   
Merge Request created: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/24 [^]
(0127798)
hgbot   
2021-05-05 07:47   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/dbsm [^]
Changeset: 94f0fdffa5caa1882bf97d4ab3c2c2aed4d04ae7
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 2021-05-05T07:45:21+02:00
URL: https://gitlab.com/openbravo/product/dbsm/-/commit/94f0fdffa5caa1882bf97d4ab3c2c2aed4d04ae7 [^]

fixes ISSUE-46360: obsolete libraries in dbsm classpath

Removes jars from dbsm to depend on the libraries in Openbravo project
which was already a dependency for dbsm, ensuring we always have the
same version.

---
M .classpath
M build.xml
M src-test/.classpath
M src-test/build.xml
R lib/build-only/ant-1.6.5.jar
R lib/build-only/junit-3.8.2.jar
R lib/commons-beanutils-1.7.0.jar
R lib/commons-betwixt-0.8.jar
R lib/commons-codec-1.3.jar
R lib/commons-collections-3.2.2.jar
R lib/commons-dbcp-1.2.1.jar
R lib/commons-digester-1.7.jar
R lib/commons-lang-2.1.jar
R lib/commons-logging-1.0.4.jar
R lib/commons-pool-1.2.jar
R lib/dom4j-1.4.jar
R lib/jakarta-oro-2.0.8.jar
R lib/log4j-1.2-api-2.11.1.jar
R lib/log4j-api-2.11.1.jar
R lib/log4j-core-2.11.1.jar
R lib/wstx-asl-3.0.2.jar
R src/org/apache/ddlutils/util/DatabaseTestHelper.java
---
(0127799)
hgbot   
2021-05-05 07:47   
Merge request merged: https://gitlab.com/openbravo/product/dbsm/-/merge_requests/24 [^]