Skip to content
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

issue-2266 implementation causes regression of 1226 FHIRGeneratorException when serializing resource <div> element as XML #3044

Closed
punktilious opened this issue Nov 25, 2021 · 0 comments · Fixed by #3045
Assignees
Labels
bug Something isn't working

Comments

@punktilious
Copy link
Collaborator

Describe the bug
Issue #1226 was implemented to ensure that fhir-model always uses the correct TransformerFactory class.

Issue #2266 changed the implementation to address an illegal reflective action warning which would become an error in a future version of Java. However, this causes a regression in behavior in one case where the user is using fhir-validation-dist, not the whole server.

Environment
Which version of IBM FHIR Server: 4.10.0 and 4.10.1.

To Reproduce

  1. See FHIRGeneratorException thrown when serializing resource <div> element as XML #1226

Expected behavior
The test described by #1226 should pass.

Additional context

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 a pull request may close this issue.

2 participants