-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Allow direct JAXBContext caching in JAXBcontextFactory #761
Labels
Comments
RicardoRdzG
pushed a commit
to RicardoRdzG/feign
that referenced
this issue
Aug 9, 2018
This relates to #660 |
RicardoRdzG
pushed a commit
to RicardoRdzG/feign
that referenced
this issue
Aug 10, 2018
RicardoRdzG
pushed a commit
to RicardoRdzG/feign
that referenced
this issue
Aug 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
JAXBContext creation is expensive, would like to preload some context to avoid creating them on the fly.
JAXBContextFactory puts Context on cache when an unmarshallers is requested but there is no need to generate the marshaller.
JAXBConextFactory already has a method for this but it is private.
The text was updated successfully, but these errors were encountered: