Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0049373Openbravo ERPA. Platformpublic2022-05-23 10:142022-05-23 10:24
AugustoMauch 
Triage Platform Base 
normalminorhave not tried
newopen 
5
 
 
Core
No
0049373: Upgrade jUnit to latest 4.x version in mobile-test
The junit library version is outdated (4.12) and should be updated to the latest 4.x version (4.13.1)

https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.md [^]
https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md [^]
https://github.com/junit-team/junit4/blob/HEAD/doc/ReleaseNotes4.13.1.md [^]

Note that 4.13 deprecrated Assert.assertThat which is used heavily (762 in backoffice alone) so that will require some simple but broad changes.
-
No tags attached.
related to defect 0048910 closed meriem_azaf postgresql jdbc driver should be updated to the latest version (42.3.2 -> 42.3.3) 
Issue History
2022-05-23 10:14AugustoMauchNew Issue
2022-05-23 10:14AugustoMauchAssigned To => Triage Platform Base
2022-05-23 10:14AugustoMauchModules => Core
2022-05-23 10:14AugustoMauchTriggers an Emergency Pack => No
2022-05-23 10:14AugustoMauchIssue generated from0049372
2022-05-23 10:16cbernerRelationship addedrelated to 0048910
2022-05-23 10:24shuehnerNote Added: 0137600
2022-05-23 10:24shuehnerIssue Monitored: shuehner

Notes
(0137600)
shuehner   
2022-05-23 10:24   
mobile-test currently ships for junit 4.11 + 4.12 jars and uses the older 4.11 still (via the lib/test/junit-default.jar)

In this issue we should remove both older jars and also undo the indirection (symlink) to align with rest of our jars (same as we did i.e. already in 48272 for log4j)