Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Do not share ResteasyProviderFactory and Registry among applications #51

Closed
asoldano opened this issue Jan 31, 2017 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@asoldano
Copy link
Contributor

ResteasySpringBootConfig currently uses the same ResteasyProviderFactory and Registry instances for all applications. I believe this is wrong; as an example, you could have registry clashes with applications using the same url.
This seems to the root cause of the problem described at http://stackoverflow.com/questions/41909564/resteasy-spring-incorrect-app-instance-loaded-during-tests-with-multiple-runnin .
I'm providing a PR with a tentative fix in few minutes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants