Skip to content

Xmlutils thread safety - #333

Merged
LikeTheSalad merged 2 commits into
mainfrom
fix/332-xmlutils-thread-safety
Aug 5, 2026
Merged

Xmlutils thread safety#333
LikeTheSalad merged 2 commits into
mainfrom
fix/332-xmlutils-thread-safety

Conversation

@LikeTheSalad

Copy link
Copy Markdown
Owner

Fixes #332

Create XML parsers and transformers per call so parallel variant tasks do not share their mutable state. Add concurrent regression coverage for parsing and transformation.
@LikeTheSalad LikeTheSalad added the bug Something isn't working label Aug 5, 2026
@LikeTheSalad
LikeTheSalad merged commit d465c88 into main Aug 5, 2026
5 checks passed
@LikeTheSalad
LikeTheSalad deleted the fix/332-xmlutils-thread-safety branch August 5, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

XmlUtils shares a non-thread-safe DocumentBuilder/Transformer: parallel ResolvePlaceholders tasks fail with SAXException FWK005 / corrupted parses

1 participant