Cassio Mazzochi Molin

Results 2 issues of Cassio Mazzochi Molin

Is there a way to prevent overlapping edges, such as drawing arched edges? In the following example, there are two arrows between "a" and "b", but they are overlapped: a...

The `UTF-8` encoding is hard coded in the [`ToXmlGenerator`](https://fasterxml.github.io/jackson-dataformat-xml/javadoc/2.9/com/fasterxml/jackson/dataformat/xml/ser/ToXmlGenerator.html) source code: ```java if (Feature.WRITE_XML_1_1.enabledIn(_formatFeatures)) { _xmlWriter.writeStartDocument("UTF-8", "1.1"); } else if (Feature.WRITE_XML_DECLARATION.enabledIn(_formatFeatures)) { _xmlWriter.writeStartDocument("UTF-8", "1.0"); } else { return; } ```...

most-wanted
adding-declarations