Skip to content

build: add AbstractXMLReader to mirth-client-core#262

Open
tonygermano wants to merge 1 commit intoOpenIntegrationEngine:mainfrom
tonygermano:abstractxmlreader-client
Open

build: add AbstractXMLReader to mirth-client-core#262
tonygermano wants to merge 1 commit intoOpenIntegrationEngine:mainfrom
tonygermano:abstractxmlreader-client

Conversation

@tonygermano
Copy link
Member

This class was not available to the client, but it is required to serialize transformer message templates to the message tree view.

This class was not available to the client, but it is required to
serialize transformer message templates to the message tree view.

Signed-off-by: Tony Germano <tony@germano.name>
@tonygermano tonygermano requested review from a team, gibson9583, jonbartels, kayyagari, kpalang, mgaffigan, pacmano1 and ssrowe and removed request for a team March 7, 2026 06:48
@github-actions
Copy link

github-actions bot commented Mar 7, 2026

Test Results

  105 files  ±0    202 suites  ±0   6m 59s ⏱️ + 1m 12s
  633 tests ±0    633 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 266 runs  ±0  1 266 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 3935d94. ± Comparison against base commit 7723b34.

@tonygermano tonygermano added this to the Next Release milestone Mar 7, 2026
Copy link
Contributor

@pacmano1 pacmano1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested with JSON, XML and HL7. Seems fixed. Excellent find whoever found it.

@tonygermano
Copy link
Member Author

tonygermano commented Mar 9, 2026

Tested with JSON, XML and HL7. Seems fixed. Excellent find whoever found it.

@pacmano1 Thank you for informing me of the issue 😛 The 4 datatypes affected would be HL7v2, delimited, edi, and NCPDP (all of the types that serialize from some other format to XML). JSON and XML itself should have been fine without this PR.

The class that is the subject of this PR was introduced in #223. It was being included in mirth-server.jar already, so everything was fine on the server side. Adding it to mirth-client-core.jar allows the client to use it, too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants