dependabot[bot] opened a new pull request, #1276:
URL: https://github.com/apache/cxf/pull/1276
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.15.0
to 2.15.1.
Commits
See full diff in https://github.com/FasterXML/jackson/commits";>compare view
Hi Andriy,
No problem, I am already happy to get a reply!
I am fairly new to using CXF so I learn as I go along, with all the mistakes
included.
It looks like you're right about the incorrect use of the 'content-encoding'
header. I wasn't aware about the additional setting on the MediaType so I'l
Hi Jean,
My apologies for late response but it seems like you have found the issue :-).
However
am a bit surprised by the way you are using Content-Encoding [1]. I would
expect the
charset to be passed along with content type:
Response
.status(Status.OK)
.entity(dvlInfo)