Closed
Description
As things stand, the Jersey-based endpoints are only available once the user has created their own ResourceConfig
bean. We could auto-configure a ResourceConfig bean when the user hasn't provided their own so that the Jersey endpoints are available before the user's started setting up their JAX-RS resources.
/cc @michael-simons