Nineya
Home
Blog
Spring Add testing utility for asserting SseEmitter events
2025-01-09 00:57:32
1438
As seen in #33722, SseEmitter does not currently provide a way to perform assertions on published events for testing pur...
Spring Refactor ResourceRegionHttpMessageConverter
2025-01-09 00:57:29
489
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
2025-01-09 00:57:27
448
this is the tests of my editing on NestedPlaceholderPart placeholders #34020@vip-delete @spring-projectsComment From: pi...
Spring Fix MediaType#ALL javadoc
2025-01-09 00:57:24
379
Related https://github.com/spring-projects/spring-framework/issues/34047Referencehttps://docs.spring.io/spring-framework...
Spring MediaType.ALL docstring display issue
2025-01-09 00:57:22
610
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
2025-01-09 00:57:16
7263
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
2025-01-09 00:57:13
4009
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
2025-01-09 00:57:11
13591
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
2025-01-09 00:57:08
1003
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
2025-01-09 00:57:06
3474
<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
2025-01-09 00:57:04
489
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
2025-01-09 00:57:01
1705
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]
2025-01-09 00:56:58
1036
Below release notes description is describing incorrectly current behavior.https://github.com/spring-projects/spring-fra...
Spring Fix link to MockMvcBuilders in reference documentation
2025-01-09 00:56:56
161
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
2025-01-09 00:56:54
5494
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
2025-01-09 00:56:47
8900
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
2025-01-09 00:56:45
233
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
2025-01-09 00:56:42
120
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
2025-01-09 00:56:40
700
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
2025-01-09 00:56:37
559
Fix #33982In case typeBounds WildcardBounds has TypeVariable bound, we should check whether typeBounds isAssignableFrom ...
上一页
下一页
1
…
1122
1123
1124
1125
1126
…
2246
.