-
-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[jruby] reduce generated noise + review touched code #1585
Conversation
//XMLDocumentFilter[] filters = { removeNSAttrsFilter, elementValidityCheckFilter};
the registry was not thread-safe and would likely to have caused issues -> its best to re-invent the piece on a green field when necessary
9a7f6d1
to
5d07b41
Compare
commented -> when needed uncommenting won't do the crazy conversions
09d96f7
to
00819fd
Compare
Merging manually. Thank you so much! |
thanks. managed to cause a regression - with last commit. sorry about that will redo and open another PR next week (feel free to revert if needed). once again sorry for the mess-up should have used 2 branches or waited with the PR. |
ah so that commit shouldnt be here, mobile gh confused me. all should be fine, if by any chance not than I will look into it. thanks for your time. |
... after #1563 I did find some more bits worth improving/cleaning up
p.s. tried to keep the commits minimal (for easier reviewing) but feel free to squash on merge if preferred