Filip Jirsák

Results 23 comments of Filip Jirsák

Yes, using `Closeable` or `AutoCloseable` for `XMLWriter` makes sense. Pullrequests are welcome.

Eclipse project files excluded from Git in commit 4d38f754c8d3a732b3618881dbc270f0d7e26475. The project is built on Gradle, the `pom.xml` file would be redundant.

A workaround is to list the properties `in` and `out` in the object that is passed to `CONTENT` and copy the IDs of the records from the `RELATE` section into...

I don't want to add configuration options to these classes, because testing the configuration options would slow down code for everyone. In the future, I rather consider that it should...

I’m keeping that in mind. I plan to make some changes to the branch names first, then I’ll merge the PR. I prefer using a versioned tag over a commit...

Switched to Jakarta EE in version 2.2.0, which was released today.

I think the problem is not related to dom4j. According to the stacktrace, there seems to be an overflow in the XML parser. Try parsing the input with the same...

There is no dom4j error listed in this issue yet. It is probably an XML document with too deep structure that the XML parser cannot handle. A dom4j error would...

`org.dom4j.io.DOMReader.read()` only calls selected XML parser.