Michael Edgar
Michael Edgar
> What about point 2 re: ELEMENT_DATA_ERROR ? For this particular example, I suspect the reason for one of the errors was `CONTROL_COUNT_DOES_NOT_MATCH_ACTUAL_COUNT`. The count in SE01 it validated to...
@cpotter1 any update on this issue?
Closing due to lack of feedback. Please re-open if it's still an issue and more information is available.
cc: @dineshraghuramaiah
> The integration test: `LeaderElectionChangeNamespaceIT` is also failing, could you pls take a look why? later also I can take a look Thanks, I'll take a look today.
> > The integration test: `LeaderElectionChangeNamespaceIT` is also failing, could you pls take a look why? later also I can take a look > > Thanks, I'll take a look...
The permission check now tests for wildcard `*` for the API group and resource kinds.
@nimo23 is the `getById` method in your interface defined as a `default` method? Just curious because the code snippet shows a method body.
@nimo23 are you required to re-specify the JAX-RS annotations on the implementation class? That is, can you remove `@GET @Path("/{id}")` from `MyResource#getById` and allow them to be inherited from `MyInterface#getById`...
What I am getting at is, if you put `@GET @Path("/{id}")` on `getById` in the interface, you shouldn't need to have it again in the implementations (as long as there...