Luca Santocono
Luca Santocono
Probably not a big deal and maybe I did something wrong, but if I run the recommended PGP signature verification ``` curl -sSL https://github.com/shyiko/kubetpl/releases/download/0.9.0/kubetpl-0.9.0-$( bash -c '[[ $OSTYPE == darwin*...
I don't know if this is already possible, but if it is I couldn't find out how and please ignore the rest of this issue. Would be nice to be...
- Change the way the "signature" field is retrieved - Update asm dependency - Fix surefire tests (reuseforks=false) - After this changes three test cases had a different actual instruction...
This fixes an issue where PATCH requests with add operation and no path field containing nested fields (with '.') where not correctly applied. For example the following PATCH request: ~~~~...
**Describe the bug** When using the following code ~~~~ final PatchRequest patchToBeApplied = new ObjectMapper() .readValue(patchRequest, PatchRequest.class); final GenericScimResource resource = new ObjectMapper() .readValue(resourceJson, GenericScimResource.class); patchToBeApplied.apply(value); ~~~~ in the result...