saimonsez

Results 7 comments of saimonsez

Additionaly, [XmlFactory](https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.11/com/fasterxml/jackson/dataformat/xml/XmlFactory.html) outputs utf-8 only: ```` protected XMLStreamWriter _createXmlWriter(IOContext ctxt, OutputStream out) throws IOException { XMLStreamWriter sw; try { sw = _xmlOutputFactory.createXMLStreamWriter(_decorate(ctxt, out), "UTF-8"); } catch (Exception e) { throw...

I see, thank you for clarification. In my case, the caller is spring-web (AbstractJackson2HttpMessageConverter) without a chance to configure an enocding other than unicode, so I am stuck again. Are...

I just created https://github.com/spring-projects/spring-framework/issues/25076 which is related to this issue (if jackson is used with spring).

Do you have any news about this issue or something like a best practice to handle this situation?

As @afilipchik already described, the CP subsystem does not seem to be designed to run on kubernetes or at least it's not clear how things should work. Given the docs...

I don't remember if I was using FencedLock in unsafe mode. Anyway, thank you for all the hints. How do you want to proceed with this ticket?