Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
The implemented usage of Jersey depends on two different versions.
At some points methods from the 1.19 version of Jersey are used. Additionally some methods from the 2.22.2 release of Jersey are also used.
This can lead to runtimeExceptions where no one knows, which classes from which release are used at runtime.
Desired Behavior
Make sure to use only one version of jersey to prevent occurence of runtime errors.