Openbravo Issue Tracking System - Modules
View Issue Details
0040925ModulesAnalyticspublic2019-05-21 08:322019-06-04 08:52
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
alostale
0040925: Remove unneeded asm-3.2.jar library
The asm-3.2.jar library was included in Analytics because it is a compile dependency of jersey-server-1.11 library[1].

After this changeset[2], the jersey-server library was updated to version 1.19, which does not longer requires the dependency with asm library[3]. This is because the asm classes are repackaged and included inside the jersey-server library itself, under the "jersey.repackaged.org.objectweb.asm" package.

[1] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.11 [^]
[2] https://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/2b218040d291 [^]
[3] https://mvnrepository.com/artifact/com.sun.jersey/jersey-server/1.19 [^]
.
No tags attached.
Issue History
2019-05-21 08:32caristuNew Issue
2019-05-21 08:32caristuAssigned To => caristu
2019-05-21 08:32caristuDescription Updatedbug_revision_view_page.php?rev_id=18798#r18798
2019-05-21 08:33caristuDescription Updatedbug_revision_view_page.php?rev_id=18799#r18799
2019-05-21 09:06hgbotCheckin
2019-05-21 09:06hgbotNote Added: 0111942
2019-05-21 09:06hgbotStatusnew => resolved
2019-05-21 09:06hgbotResolutionopen => fixed
2019-05-21 09:06hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/e1311ab239eb2dbf60cf52734c20e90c551345a8 [^]
2019-05-21 10:15caristuReview Assigned To => alostale
2019-06-04 08:52alostaleNote Added: 0112362
2019-06-04 08:52alostaleStatusresolved => closed

Notes
(0111942)
hgbot   
2019-05-21 09:06   
Repository: erp/pmods/org.openbravo.client.analytics
Changeset: e1311ab239eb2dbf60cf52734c20e90c551345a8
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue May 21 08:36:04 2019 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.client.analytics/rev/e1311ab239eb2dbf60cf52734c20e90c551345a8 [^]

fixes issue 40925: Remove unneeded asm-3.2.jar library

---
M legal/Licensing.txt
R legal/ASM-license.txt
R lib/runtime/asm-3.2.jar
---
(0112362)
alostale   
2019-06-04 08:52   
reviewed