feign
feign copied to clipboard
JAX-RS 2 Contract doesn't handle class-level `@Path` annotations correctly
When setting a class level path annotation, the jax-rs2 contract tries to set the base path as the target, which throws an exception because the path segment isn't an HTTP url. I'm not sure why the root path annotation is trying to set the target field since it's a path-prefix, not a target.