Nineya
Home
Blog
Spring Replace hardcoded "null" with NULL_STRING In ObjectUtils#nullSafeToString
2025-01-09 00:30:33
287
Description:This pull request replaces the hardcoded "null" string in the nullSafeToString method with the existing NULL...
Spring Improve ObjectUtils#nullSafeEquals method for readability and performance
2025-01-09 00:30:29
617
Description:This pull request improves the nullSafeEquals method in [ ObjectUtils] to enhance both readability and perfo...
Spring Stop replacing existing Bean Override definitions with pseudo-definitions
2025-01-09 00:30:26
364
BeanOverrideBeanFactoryPostProcessor currently replaces existing bean definitions with "pseudo" bean definitions; howeve...
Spring Source precendence of spring.profiles.active differs from other configuration properties
2025-01-09 00:30:24
1356
Affects: Spring Boot 3.3.1In case of spring.profiles.active java system properties ( -Dspring.profiles.active=...) take ...
Spring [5.3.x] Fix JettyWebSocketSession.getRemoteAddress throwing instead of returning null with Jetty 10
2025-01-09 00:30:21
774
Add graceful processing of org.eclipse.jetty.websocket.api.Session#getRemoteAddress returning null for Jetty 10Closes #3...
Spring JettyWebSocketSession.getRemoteAddress throws IllegalArgumentException on a erroring-out session in 5.3.x versions
2025-01-09 00:30:19
3533
We have some custom observability code added to Web Socket Connection lifecycle. The following exception happens when we...
Spring Spring WebClient multipart/form-data does not include a content length
2025-01-09 00:30:16
10846
Affects: Spring Boot 2.4.2Hi, I've noticed that multipart/form-data does not include a content length when the request i...
Spring Add example of buffering with WebClient to the reference documentation
2025-01-09 00:30:13
819
Resolves #28758 Comment From: sdeleuzeThanks for this contribution, merged via 411b355f2c47c5835329225032645f4b2ee40f9d ...
Spring Upgrade to Awaitility 4.2.2
2025-01-09 00:30:11
261
https://github.com/awaitility/awaitility/issues/275 has been fixed in 4.2.2, and the JDK 23 CI build is also against GA,...
Spring Upgrade to Jackson 2.18
2025-01-09 00:30:08
410
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.18This involves @SuppressWarnings("deprecation") markers for...
Spring ServerSentEvent should implement equals() and hashCode()
2025-01-09 00:30:06
501
ServerSentEvent is an immutable class but does not implement equals and hashCode.So something like this does not work: ...
Spring Potential NPE from MethodParameter.getMethod() check in KotlinDelegate.hasDefaultValue()
2025-01-09 00:30:04
2150
SummaryIn your repository (MAVENorg.springframework:spring-web @ 6.1.12), we have found a bug that may require your atte...
Spring @Cacheable throws NullPointerException when RuntimeException is thrown inside annotated code
2025-01-09 00:30:01
4318
Hi, I have a piece of code in a reactive project that looks something like that (similar code for demo purposes):@Cachea...
Spring Refactor trimAllWhitespace method for improved readability and performance
2025-01-09 00:29:59
1175
This pull request refactors the trimAllWhitespace(CharSequence) method to improve code readability and performance. The ...
Spring Add heartbeat functionality to SseEmitter
2025-01-09 00:29:56
1436
This PR addresses issue #33355 by adding heartbeat (ping) functionality to the SseEmitter class.Heartbeat FunctionalityA...
Spring Parse host from authority in UriComponentsBuilder.uri when unsuccessful
2025-01-09 00:29:53
1609
According to rain.drop in kakaopay, it appears that UriComponentsBuilder#fromUri has a bug where it fails to recognize h...
Spring Spring Reactive Web uses kotlin serialization over jackson for its own classes, and it's very hard to change
2025-01-09 00:29:51
7741
Affects: Spring 5.3.21This is somewhat related to #26321 - Spring using kotlin serialization over jackson (but not the ...
Spring Fix incorrect access to field beanName in RuntimeBeanNameReference#equals()
2025-01-09 00:29:48
720
The original code used that.beanName to access the private field beanName, which is not allowed. Changed to use getter m...
Spring Test bean override support should only override singletons
2025-01-09 00:29:45
1135
While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...
Spring WebDataBinder getTarget() get 请求返回null
2025-01-09 00:29:43
1283
I am a beginner and learning springbootspringboot 3.2+ WebDataBinder getTarget() get request returns null@InitBinder pu...
上一页
下一页
1
…
1149
1150
1151
1152
1153
…
2246
.