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

Scan every package registered by Spring framework, instead of the whole class-path #69

Open
fabiocarvalho777 opened this issue May 17, 2017 · 1 comment
Assignees
Milestone

Comments

@fabiocarvalho777
Copy link
Member

The scanning registration method scans the whole classpath when looking for JAX-RS Application sub-class, and that impacts greatly performance during application start-up.

Instead of that, only packages registered to be scanned by Spring framework should be searched when registering JAX-RS Application sub-classes (regardless of them being Spring beans or not).

@fabiocarvalho777
Copy link
Member Author

Here is a temporary, but functional and complete, solution for this issue (under branch issue_69).

This issue can be implemented only when working on version 3.0.0 though, which should happen when Spring Boot 2.0.0 or RESTEasy 4.0.0 is released.

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

No branches or pull requests

1 participant