Actions
task #10095
closedSynchronize dependency versions in CdmServer
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
major
Description
The CdmServer is a merge from cdmlib-remote-webapp and cdm-vaadin. Therefore it can happen that the same dependency appears 2x with 2 different versions, one coming from remote-webapp the other coming from vaadin (example commons-pooling, before this was added to dependency management in cdmlib).
We should force same versions in dependencies in CDMServer. This is also kind of a prerequisite for a smooth migration to Java 11.
And it reduces logging.
Related issues
Updated by Andreas Müller about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 10
Updated by Andreas Müller about 1 year ago
- Related to task #9359: Update cdmlib, taxeditor, cdmserver etc. dependencies added
Updated by Andreas Müller about 1 year ago
- Related to task #6981: Migrate to Java 11 added
Updated by Andreas Müller about 1 year ago
- Status changed from In Progress to Resolved
- % Done changed from 30 to 70
This is mostly done except for aopalliance which will be removed automatically when upgrading to spring 5.x
Updated by Andreas Müller about 1 year ago
- Status changed from Resolved to Closed
- % Done changed from 70 to 100
Actions