Spring Replace hardcoded "null" with NULL_STRING In ObjectUtils#nullSafeToString

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

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

BeanOverrideBeanFactoryPostProcessor currently replaces existing bean definitions with "pseudo" bean definitions; howeve...

Spring Source precendence of spring.profiles.active differs from other configuration properties

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

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

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

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

Resolves #28758 Comment From: sdeleuzeThanks for this contribution, merged via 411b355f2c47c5835329225032645f4b2ee40f9d ...

Spring Upgrade to Awaitility 4.2.2

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

https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.18This involves @SuppressWarnings("deprecation") markers for...

Spring ServerSentEvent should implement equals() and hashCode()

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()

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

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

This pull request refactors the trimAllWhitespace(CharSequence) method to improve code readability and performance. The ...

Spring Add heartbeat functionality to SseEmitter

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

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

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()

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

While working on #32933, I noticed some potential issues regarding singleton and scope semantics in our Bean Override su...

Spring WebDataBinder getTarget() get 请求返回null

I am a beginner and learning springbootspringboot 3.2+ WebDataBinder getTarget() get request returns null@InitBinder pu...
上一页 下一页
.