Guillaume Dufrêne

Results 11 comments of Guillaume Dufrêne

Hello there, I created a MR about this issue. See #2184 for details. Made some tests, based on other test case for gzip / deflate.

Hi there, I've done some tests and investigations on that topic. I'm now able to start a basic spring boot 3.3.4 application over java 17 with nginx unit. Changing all...

Hello @callahad , thanks for your feedback. Sure I can help around this issue and continue working on it, time to time. There is some questions around nginx-unit support for...

Hello, 3 components as you describe seems me a good idea. Your approach with current codebase in a javax package, my branch in a Jakarta package will result in a...

Hello @ac000 I updated my branch with a "work in progress" solution. When working on it, I realize that most of dependencies between C code and java are method and...

> Will we still be able to target different version of java? As I know we do build various versions of the java language module for different versions of java......

On my current branch with jakarta / java17 all tests fails. (probably because of the same reasons loading application config I pointed) I switch back on master branch and try...

Well ... I'm back to a random deadlock hypothesis, due to the javaVM version ? When re-configure application config, the process freeze randomly at least at 2 places : -...

Hello @ac000 , actually the war provided by @tippexs on that issue and associated unit config, with my working directory, produce the problem on my system when unit java module...

How to implements client_secret_jwt and private_key_jwt with those new classes ? [AbstractRestClientOAuth2AccessTokenResponseClient](https://github.com/spring-projects/spring-security/blob/0e7048272568309b9578a7c01d3d97b5433c1dea/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/endpoint/AbstractRestClientOAuth2AccessTokenResponseClient.java#L75) restrict usage of none, client_secret_basic or client_secret_post. And it's not easy to override the check because [requestEntityConverter](https://github.com/spring-projects/spring-security/blob/0e7048272568309b9578a7c01d3d97b5433c1dea/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/endpoint/AbstractRestClientOAuth2AccessTokenResponseClient.java#L75) is...