Nineya
Home
Blog
Spring Add dedicated multipart support for MockMvcTester
2025-01-08 22:48:41
766
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
2025-01-08 22:48:38
33518
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
2025-01-08 22:48:34
222
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
2025-01-08 22:48:33
1025
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
2025-01-08 22:48:30
30286
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
2025-01-08 22:48:22
176
Constructor details for ApplicationContextEvent from its javadoc:Create a new ContextStartedEvent.Obviously ContextStart...
Spring MockHttpServletRequestBuilder should merge URI from the parent if necessary
2025-01-08 22:48:20
429
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
2025-01-08 22:48:15
271
In the following excerpt from Annotation-driven Listener Endpoints section of Spring Framework documentation:... you can...
Spring Framework SSE documentation
2025-01-08 22:48:08
715
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
2025-01-08 22:48:06
1291
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
2025-01-08 22:48:03
759
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
2025-01-08 22:48:00
474
Fix small typo in comment in DefaultBindingErrorProcessor: exceptions's -> exception'sComment From: pivotal-cla@tafjw...
Spring Application not starting with @EnableTransactionManagement(mode = AdviceMode.ASPECTJ)
2025-01-08 22:47:58
24845
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
2025-01-08 22:47:54
1727
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]
2025-01-08 22:47:52
3605
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
2025-01-08 22:47:49
2791
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
2025-01-08 22:47:46
8233
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
2025-01-08 22:47:44
10506
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.
2025-01-08 22:47:35
7008
fun createPost(request: ServerRequest): Mono<ServerResponse> = with(request) { // body(BodyEx...
Spring Inconsistent character handling between MockMvc created from a context or standalone
2025-01-08 22:47:33
3976
Affects: 6.2.0-SNAPSHOTI was playing with the new MockMvcTest reusing some of my existing JsonUnit tests. When executing...
上一页
下一页
1
…
1178
1179
1180
1181
1182
…
2246
.