"agrest-cayenne" still has a dependency on JAX-RS. #530 removed the most of it. Let's clean up the last leftover - CayenneResolvers class that depends on JAX-RS Configuration to locate the stack.
There are a few alternative ways to provide stack information to the custom resolvers that we may implement:
Entity overlay installation as Function<AgRuntime,AgEntityOverlay>, so that the resolver code doesn't need to know how Agrest stack was bootstrapped
"agrest-cayenne" still has a dependency on JAX-RS. #530 removed the most of it. Let's clean up the last leftover -
CayenneResolvers
class that depends on JAX-RSConfiguration
to locate the stack.There are a few alternative ways to provide stack information to the custom resolvers that we may implement:
Function<AgRuntime,AgEntityOverlay>
, so that the resolver code doesn't need to know how Agrest stack was bootstrapped