Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align classloader used to create the JAXBContext
This commit makes sure that JAXBContext.newInstance consistently use the target class classloader to detect the necessary resources. Previously, the current thread's context classloader was used, which could lead to not finding the required JAXB components. Closes gh-33158
- Loading branch information