Nineya
Home
Blog
Spring SimpMessagingTemplate#convertAndSend can lose message.
2025-01-08 22:45:25
5691
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.
2025-01-08 22:45:23
3695
https://github.com/spring-projects/spring-framework/blame/f85d5bd84a7e7bc810bb5a8179fc2fc130affc89/spring-webmvc/src/mai...
Spring Support queries in opaque URLs
2025-01-08 22:45:18
4086
This is a regression in Spring Framework 6.2: @Test public void mailToUrlIsExpandedProperly() { DefaultUriB...
Spring Use HttpStatusCode consistently in reference guide
2025-01-08 22:45:15
548
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
2025-01-08 22:45:13
3502
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
2025-01-08 22:45:10
1059
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
2025-01-08 22:45:05
575
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
2025-01-08 22:45:03
6069
I am customizing HandlerFunction:For web MVC:public class ServletHandlerFunction implements HandlerFunction<ServerRes...
Spring Bean override factory post processing doesn't work with FactoryBean
2025-01-08 22:45:00
133
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
2025-01-08 22:44:58
720
Hello, in the implementation of the getClassHierarchy method in GenericConversionService:if (Enum.class.isAssignableFrom...
Spring Fix MockHttpServletRequest.java
2025-01-08 22:44:52
13574
DescriptionFrom springframework 5.2 version application/json; charset=utf-8 is no longer supported, but MockHttpServletR...
Spring Support Map in FormHttpMessageConverter
2025-01-08 22:44:46
5161
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
2025-01-08 22:44:44
5507
WebMvcConfigurationSupport currently includes the AllEncompassingFormHttpMessageConverter, see https://github.com/spring...
Spring @TestBean and @MockitoBean tests fail in AOT mode
2025-01-08 22:44:41
6552
OverviewWhen running various bean override tests in AOT mode (via AotIntegrationTests), AOT processing fails with a stac...
Spring Remove buffering in ClientHttpRequestFactory implementations
2025-01-08 22:44:37
4912
The ClientHttpRequestFactory hierarchy provides an HTTP client libraries abstraction to the RestTemplate. This abstracti...
Spring Missing hints for Hibernate generators
2025-01-08 22:44:35
13771
Hibernate cannot instantiate generator in native image due to missing hints.EnvironmentSpring Boot v3.1.5Spring Framewor...
Spring NamedParameterJdbcTemplate execute complex Insert Query Fails
2025-01-08 22:44:32
15835
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
2025-01-08 22:44:29
14699
Given:@Data@NoArgsConstructor@AllArgsConstructor@Builderpublic class VocabularyRequest { @Null(groups = CollectionCreat...
Spring @Valid annotations on container elements for handler argument validation not supported
2025-01-08 22:44:21
312
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
2025-01-08 22:44:19
3180
The issue with ApplicationEventsHolder and its InheritableThreadLocal solution implemented in #30020 is that it only wor...
上一页
下一页
1
…
1181
1182
1183
1184
1185
…
2246
.