Spring SimpMessagingTemplate#convertAndSend can lose message.

Affects: 2.7.18I'm using SimpMessagingTemplate#convertAndSend to send message to a stomp client with following code. @...

Spring HttpServletResponse for REQUEST dispatcher is wrapped in async wrapper.

https://github.com/spring-projects/spring-framework/blame/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89/spring-webmvc/src/mai...

Spring Support queries in opaque URLs

This is a regression in Spring Framework 6.2: @Test public void mailToUrlIsExpandedProperly() { DefaultUriB...

Spring Use HttpStatusCode consistently in reference guide

Updated the first argument to onStatus(...) to use HttpStatusCode instead of HttpStatus.Comment From: snicollThanks for ...

Spring WebFlux: @ControllerAdvice should handle all the exceptions including from WebFilter

Provide a mechanism to handle all the exceptions via @ControllerAdvice including the errors emitted from the WebFilter. ...

Spring Spring Cloud Gateway Webflux: I want to get the connection remote address

I am using Spring Cloud Gateway and CoreDNS in a Kubernetes cluster. Therefore, when making calls between pods within th...

Spring Add support for BeanPostProcessor defined in Kotlin companion object

Related to #32929, It looks like there is no proper way yet to declare a BeanPostProcessor in Kotlin since: - @Bean on a...

Spring Handle ResponseStatusException thrown by MVC functional endpoints

I am customizing HandlerFunction:For web MVC:public class ServletHandlerFunction implements HandlerFunction<ServerRes...

Spring Bean override factory post processing doesn't work with FactoryBean

See https://github.com/spring-projects/spring-boot/issues/7439.@MockitoBean-based integration test can be used to valida...

Spring Analysis of the Duplicate Calls to addToClassHierarchy in the getClassHierarchy Method

Hello, in the implementation of the getClassHierarchy method in GenericConversionService:if (Enum.class.isAssignableFrom...

Spring Fix MockHttpServletRequest.java

DescriptionFrom springframework 5.2 version application/json; charset=utf-8 is no longer supported, but MockHttpServletR...

Spring Support Map in FormHttpMessageConverter

Affects: 6.1.6This feels like it should work. I get there are scenarios that it can't, and I don't care if it does on re...

Spring Remove AllEncompassingFormHttpMessageConverter from WebMvcConfigurationSupport

WebMvcConfigurationSupport currently includes the AllEncompassingFormHttpMessageConverter, see https://github.com/spring...

Spring @TestBean and @MockitoBean tests fail in AOT mode

OverviewWhen running various bean override tests in AOT mode (via AotIntegrationTests), AOT processing fails with a stac...

Spring Remove buffering in ClientHttpRequestFactory implementations

The ClientHttpRequestFactory hierarchy provides an HTTP client libraries abstraction to the RestTemplate. This abstracti...

Spring Missing hints for Hibernate generators

Hibernate cannot instantiate generator in native image due to missing hints.EnvironmentSpring Boot v3.1.5Spring Framewor...

Spring NamedParameterJdbcTemplate execute complex Insert Query Fails

I want run a multi insert query but getting this error org.postgresql.util.PSQLException: The column index is out of ran...

Spring @Validated validation group not working on request body of List

Given:@Data@NoArgsConstructor@AllArgsConstructor@Builderpublic class VocabularyRequest { @Null(groups = CollectionCreat...

Spring @Valid annotations on container elements for handler argument validation not supported

As seen in #32886, constraints annotations are supported on container elements like:public void addNames(List<@NotEmp...

Spring @RecordApplicationEvents doesn't work on threads spawned before the test execution

The issue with ApplicationEventsHolder and its InheritableThreadLocal solution implemented in #30020 is that it only wor...
上一页 下一页
.