forTEXT/catma

NoSuchMethodError "org.glassfish.jersey.message.internal.OutboundMessageContext.<init>" after updating the gitlab4j-api library

Closed this issue · 0 comments

This is caused by mismatched/mixed Jersey versions, see for example this SO question.

In our case, we also had to update the jersey-media-json-jackson library to match the Jersey version that is used by gitlab4j-api (search for "jersey.version").

See a74290c