QName serialization issue fixed#17
Merged
FilipJirsak merged 1 commit intodom4j:masterfrom Jun 17, 2017
Merged
Conversation
Fixed java.io.NotActiveException: writeFields() may only be called when the fields have not yet been written Based on issue with dom4j 1.6.1 on JBoss EAP 6+, see http://stackoverflow.com/questions/28740888/cant-serialize-org-dom4j-document-using-jboss-marshalling-api
Current coverage is 39.28% (diff: 100%)@@ master #17 diff @@
==========================================
Files 144 144
Lines 9477 9477
Methods 0 0
Messages 0 0
Branches 1480 1480
==========================================
Hits 3723 3723
Misses 5377 5377
Partials 377 377
|
Contributor
Author
|
@FilipJirsak Do you know when you are going to release 2.0.1? We are still stuck with our self-patched 1.6.1 version and would like to switch to 2.0.1. |
Contributor
|
@kaffeebaum dom4j-2.0.1 released today. You can download it from GitHub, or it can reach Maven Central repository within few hours. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed java.io.NotActiveException: writeFields() may only be called when the fields have not yet been written
Based on issue with dom4j 1.6.1 on JBoss EAP 6+, see http://stackoverflow.com/questions/28740888/cant-serialize-org-dom4j-document-using-jboss-marshalling-api