Phillip Webb

Results 467 comments of Phillip Webb

I believe we may have looked into it but couldn't find the same kind of virtual thread support that Tomcat and Jetty were offering. @g-dx Have you seen any examples...

There might be some overlap here with #38242 where we are looking to support directory glob patterns. If the order of the certificates isn't important we might be able to...

@kth496 I'd like to discuss this issue a little more as a team before we make any concrete decisions.

I've tracked this down to [this call](https://github.com/spring-projects/spring-framework/blob/e73107341ca062a90e6970dc341960ea69f3d0de/spring-web/src/main/java/org/springframework/http/client/reactive/ReactorResourceFactory.java#L224) being made to `ReactorResourceFactory`. It seems that `reactor.netty.http.HttpResources` has a shared static so I think that when `Test2` stops the context it also...

We're going to investigate using a post processor in the tests to change the flag.

FWIW I don't think an additional annotation would make things too much more confusing. I'll flag this issue for team attention to see what others think.

From a brief review of #39452 I think the PR might be a good starting point. We'll probably need updates to the configuration properties annotation processor to generate the correct...

@Wzy19930507 You're welcome to submit a PR but I'm afraid with our 3.2 release so imminent we won't be able to provide a lot of guidance at this time. In...

Thanks @nedimAT, I've assigned the issue to you. I've no idea if it's an easy or difficult fix so feel free to comment here if you don't get anywhere.

@miladamery Out of interest, how do you define your custom log levels? I assume you use `org.apache.logging.log4j.Level.forName(String, int)`, but when do you make this call?