Spring Add testing utility for asserting SseEmitter events

As seen in #33722, SseEmitter does not currently provide a way to perform assertions on published events for testing pur...

Spring Refactor ResourceRegionHttpMessageConverter

Extract collection handling into a separate method and use a stream-based all-match check to improve readability and mai...

Spring Y_Update PlaceholderParserTests.java

this is the tests of my editing on NestedPlaceholderPart placeholders #34020@vip-delete @spring-projectsComment From: pi...

Spring Fix MediaType#ALL javadoc

Related https://github.com/spring-projects/spring-framework/issues/34047Referencehttps://docs.spring.io/spring-framework...

Spring MediaType.ALL docstring display issue

Documentation quibble:The MediaType.ALL docstring is cut off on https://docs.spring.io/spring-framework/docs/current/jav...

Spring StackOverflowError during AOT processing in Spring Boot 3.4.0

I run maven build and got this.plugin is defined like this:<plugin> <groupId>org.springframework.bo...

Spring Stack overflow in spring-aot processing due to recursive process logic of BeanValidationBeanRegistrationAotProcessor

SummaryA new change introduced in spring-context 6.2.0, which is shipped with springboot 3.4.0, creates StackOverflowErr...

Spring @MockitoBean incorrectly injects supertype into subtype field

Interesting problem when using @MockitoBean with Spring Boot 3.4.0. Here's the test case to reproduce it. Please run it ...

Spring AbstractHandshakeHandler should support RFC 8441 WebSocket upgrade via CONNECT with HTTP/2

If the web server advertises that it supports RFC 8441 via the HTTP/2 SETTINGS_ENABLE_CONNECT_PROTOCOL parameter then so...

Spring Regression in handling of overloaded setters / properties between Spring 5.x and 6.x

<bean id="someProxyServerBuilder" class="org.asynchttpclient.proxy.ProxyServer.Builder"> ...

Spring @Value cases SpringCGLIB$$0 required a bean of type java.lang.String that could not be found in Native compile when migrating to SB 3.4

Seems to be an incomplete fix to https://github.com/spring-projects/spring-framework/issues/33030.Workaround is to use p...

Spring Avoid infinite recursion in BeanValidationBeanRegistrationAotProcessor with recursive generics

Prior to this commit, AOT processing for bean validation failed with StackOverflowError for constraints with fields havi...

Spring Incorrect description on Release Notes 6.2 [Web Applications]

Below release notes description is describing incorrectly current behavior.https://github.com/spring-projects/spring-fra...

Spring Fix link to MockMvcBuilders in reference documentation

Javadoc page does not go to MockMvcBuilders#webAppContextSetupReference https://docs.spring.io/spring-framework/referenc...

Spring ApplicationListener no longer invoked for generic ApplicationEvent with 6.2.0

Hello!I have simple interface like this:public interface ITest{}and the simple event:public class TestEvent<T extends...

Spring JdbcTemplate closes connection after update and Hikari performs a rollback before JpaTransactionManager commit

Affects: Spring Boot 3.3.5I asked on stackoverflow and also found similar questions there:https://stackoverflow.com/ques...

Spring Added example how to use JsonUnit

Added example how to use JsonUnit.Comment From: lukas-krecanI am not sure if I am supposed to add the example to Spring ...

Spring Update server.adoc for Jakarta EE 11

Comment From: bclozelSorry but we will need to update way more that that in this section of the reference documentation.

Spring spring-jms decryp amqp packets

I'm using spring-cloud-azure-sample-servicebus-jms-queue, that uses spring-jms.The sample is here:https://github.com/Azu...

Spring Fix ApplicationListener no longer invoked for generic ApplicationEvent

Fix #33982In case typeBounds WildcardBounds has TypeVariable bound, we should check whether typeBounds isAssignableFrom ...
上一页 下一页
.