Jérémy Quilleré

Results 3 issues of Jérémy Quilleré

### Summary There is currently no check regarding the consumer if multiple authentications plugins are used with the `AND` method. This PR aims to implement this check. It currently is...

pr/please review
plugins/hmac-auth
size/M
version-compatibility
author/community

### Summary The hmac-auth plugin allow authentication with HMAC signatures based on the [draft-cavage-http-signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12) draft. This commit aims to add support for RSA signatures as described in the draft, providing...

pr/please review
plugins/hmac-auth
size/L
version-compatibility
author/community

Java 16+ broke the N+1 query detection, it seems that the proxy's package has changed. I've tested locally and setting the value of [PROXY_METHOD_PREFIX](https://github.com/yannbriancon/spring-hibernate-query-utils/blob/6e5087e00bb115bb58cf849646f932bba713a7a9/src/main/java/com/yannbriancon/interceptor/HibernateQueryInterceptor.java#L38C33-L38C52) to `jdk.proxy2` instead of `com.sun.proxy` in...