Spring Add dedicated multipart support for MockMvcTester

While writing the documentation for the AssertJ support for MockMvc, I came to realize that there is a separate builder ...

Spring WebFlux validation requires Servlet API since Spring Framework 6.1.3

Affects: after spring-web:6.1.3(boot:3.2.2)It happens with spring-security and multiple validationjava.lang.NoClassDefFo...

Spring Add dedicated support for printing the MvcResult in MockMvcTester

MockMvc has support for print() to see what the exchange looks like. With MockMvcTester we can do this using .apply(prin...

Spring Provide a way to determine if a context is in the process of being closed

In order to tackle https://github.com/spring-projects/spring-boot/issues/41002, we think we need a way to determine if t...

Spring No qualifying bean of type 'java.lang.String' in case of accidental @Autowired @Bean method with @Value parameter

A few minutes ago ./gradlew dependencyUpdates showed that 6.1.9 is available.Upgraded to that from 6.1.8, and startup fa...

Spring Incorrect constructor details in the javadoc for ApplicationContextEvent

Constructor details for ApplicationContextEvent from its javadoc:Create a new ContextStartedEvent.Obviously ContextStart...

Spring MockHttpServletRequestBuilder should merge URI from the parent if necessary

As of #32913, Most of MockHttpServletRequestBuilder has moved to an abstract class that can only be built with an HttpMe...

Spring Typo in Annotation-driven Listener Endpoints section of Spring Framework documentation

In the following excerpt from Annotation-driven Listener Endpoints section of Spring Framework documentation:... you can...

Spring Framework SSE documentation

Affects: 6.1.9I am aware that Spring Framework supports SSE (Server Sent Events) in Spring WebMvc and Spring WebFlux, bu...

Spring Update Kotlin examples in autowired.adoc

Hello, I recently started to read Spring documentations and I really enjoy it.Thank you for your great contributions.I t...

Spring Native Image with spring-boot 3.2.3 - MissingResourceException: Can't find bundle for base name org.aspectj.weaver.weaver-messages

I have a project with spring-boot 3.2.3 and java-21the native image using graalvm doesn't work logs.txtComment From: sni...

Spring Fix typo in comment

Fix small typo in comment in DefaultBindingErrorProcessor: exceptions's -> exception'sComment From: pivotal-cla@tafjw...

Spring Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ)

When upgrading spring framework from 5.3.34 to 5.3.35 and 5.3.36 or from 6.1.6 to 6.1.7 or 6.1.8 the application context...

Spring @EnableConfigurationProperties not work as expected when added in parent class

Problem brief descriptionWhen @EnableConfigurationProperties added in parent class, it didn't work as expected in some c...

Spring java.lang.NoSuchMethodError: org.springframework.core.OrderComparator.sort [SPR-7485]

Andy Bentley opened SPR-7485 and commentedCaused by: java.lang.NoSuchMethodError: org.springframework.core.OrderComparat...

Spring BeanPostProcessorChecker warning due to missing infrastructure role on ProxyTransactionManagementConfiguration

I'm not sure if this is the right place to log this issue, but thought I would start here.When @EnableRetry is added to ...

Spring Spring AOP is not compatible with Kotlin Coroutines

the suspend fun may return COROUTINE_SUSPENDEDSpring AOP needs to filter COROUTINE_SUSPENDED because the fun did not act...

Spring WebTestClient gets stuck on exchange when asserting infinite flux

Affects: 6.0.8Problem:When trying to assert a controller-method returning an infinite flux of server-sent-events, WebTes...

Spring multipartData() throws an exception when WebFilter reads the request body.

fun createPost(request: ServerRequest): Mono<ServerResponse> = with(request) { // body(BodyEx...

Spring Inconsistent character handling between MockMvc created from a context or standalone

Affects: 6.2.0-SNAPSHOTI was playing with the new MockMvcTest reusing some of my existing JsonUnit tests. When executing...
上一页 下一页
.