Spring Add Javadoc since for MediaTypeAssert.isNotEqualTo()

This PR add a Javadoc @since tag for the MediaTypeAssert.isNotEqualTo(String) method.See gh-32756Comment From: sbrannenP...

Spring IllegalArgumentException is thrown on parsing a bad SpEL expr, while ParseException is expected

Affects: 5.x.x 6.x.x (not sure about older versions)I'm using Spring Expression Language (SpEL) to allow user to specify...

Spring Javadoc of ReactorResourceFactory#setConnectionProviderSupplier wrongly states it can be ignored

https://github.com/spring-projects/spring-framework/blob/313b063aef28135e858f6f459dae547939804278/spring-web/src/main/ja...

Spring Reinstate qualifier support for legacy JSR-330 @javax.inject.Named annotation

Affects: Spring Boot 3.2.5, Spring 6.1.6. Also tested with Spring Boot 3.2.8We have a project which we have some modules...

Spring Update documentation for fragment rendering

The reference docs now mentions the new controller method return values for fragment rendering supported with #33162. H...

Spring Revise CookieLocaleResolver to use ResponseCookie

This PR provides two commits that improve CookieLocaleResolver, as a follow-up on #27609:Simplify creation of CookieLoca...

Spring ScheduledAnnotationReactiveSupport starts the observation before it is opened

When a @Scheduled operation is observed, ScheduledAnnotationReactiveSupport starts the observation before it is opened, ...

Spring RestClient instrumentation unnecessarily calls stop on a closed observation

When RestClient instruments reading the response body, it will trigger stop on an exception, which is already handled by...

Spring AOT-generated code produces deprecation warnings when using a deprecated class for autowiring

If autowiring is used against a deprecated class, the AOT-generated code doesn't suppress the warnings. Here is an examp...

Spring RestClient observation flags error for UnknownContentTypeException twice

When an UnknownContentTypeException is thrown by RestClient it flags the observation in error with it but that isn't nec...

Spring Null Handling of HTTP Interface

https://docs.spring.io/spring-framework/docs/6.0.0/reference/html/integration.html#rest-http-interfaceI would like to ha...

Spring Support content disposition setter in ResponseEntity builder

Affects: 6.xAllow Response entity to set content disposition header e.g.ResponseEntity.ok().contentDisposition(contentDi...

Spring SOAP WS-Addressing MessageId header is always required when receiving message using Addressing10 (http://www.w3.org/2005/08/addressing)

org.springframework.ws.soap.addressing.server.AddressingEndpointInterceptor creates the org.springframework.ws.soap.addr...

Spring SimpleAsyncTaskScheduler stops accepting new tasks when isShutdown

Fixes #33334I didn't find specific tests for this call and I believe the proper ones would be too cumbersome to write. H...

Spring RequestPredicates fail with UnsupportedOperationException with a custom servlet path

Define a RouterFunction:@Bean RouterFunction<ServerResponse> nest() { return route() .path("/p...

Spring Spring web dispatch error on tomcat 8.5.43 while config multi servlet config

Affects: \I built a springboot 2.6.14 project with spring-web version 5.0.7.In the project, I configured an AppWebServle...

Spring SimpleAsyncTaskScheduler should ignore scheduled exceptions after shutdown (not termination)

Basically my issue is described in #32381. The implemented solution works in almost all cases, but I still experience Ta...

Spring @AliasFor 'schemaClass' not meta-present in @Schema

BACKGROUND:I am creating a shared Swagger documentation template to be used everywhere, and I am trying to configure an ...

Spring NoSuchBeanDefinitionException for null bean injection

We have a bean factory contains business logic which might returns null. Our service component will needs to inject this...

Spring Polishing Code

HI 🙋🏻‍♀️Remove redundant Regex escapesPolishing Javadoc and commentThank you 🙇🏻‍♀️Comment From: snicoll@zinzoddari I've ...
上一页 下一页
.