Brian Clozel

Results 408 comments of Brian Clozel

This should be discussed in: https://github.com/spring-projects/spring-boot/issues/25847

@snicoll I don't know if we wanted to start with something minimal there and never got to this use case, or if there were concerns about EnvPP instances doing "clever"...

I've just fixed the Gradle side of things in 0b2384f - the AOT plugin should not be applied on the main module, as it's only meant to be applied along...

@christianwimmer did this partially solve #1108? It seems that the remaining concern there was about listing resources starting from the root.

httpclient5 support was introduced in #24700 for `WebClient`. While `RestTemplate` is in maintenance mode as of #24503, shipping a outdated integration with httpclient might be problematic in the 6.0 line....

We've discussed this as a team and we decided to migrate the existing `ClientHttpRequestFactory` to using the new httpclient5 artifact in Spring Framework 6.0.0. We'll leave the existing arrangement in...

Indeed, serving an empty resource over HTTP should not result in a 404 response. The current behavior can be tracked to #21372, where we tried to avoid serving empty files...

Sorry for the radio silence @rbri, we were pretty busy with the upcoming major versions and recent CVEs. I've tested the new API and its usage in Spring Framework in...

Given the 5.3.x timeline, I've moved this enhancement to the next 6.0 milestone. We'll raise the HtmlUnit baseline to 2.64.0. Thanks @rbri !

Closing in favor of #29114