Spring Refactor ReloadableResourceBundleMessageSource slightly to extend it to read from other file types (json, db)

I was hoping to refactor and move this line:this.cachedProperties.put(filename, propHolder);from line 461 to line 395Ra...

Spring Configuring LogbackValve breaks SseEmitter

Affects: Framework 6.0.8 (Boot 3.0.6)I'm trying to do two things:1. Use SseEmitter in a @Controller2. Configure Tomcat a...

Spring Can HtmlUtils.java expose a method which avoids check on few characters while using HtmlUtils.htmlEscape(String input)

Affects: \I have a requirement of protecting APIs from XSS injection. I think HtmlUtils.htmlEscape(String inputString) c...

Spring Add ReloadableResourceBundleMessageSource Resource selection hook

This commit enables sub-classes to better customize resource selectionand resource loading in ReloadableResourceBundleMe...

Spring Add ability to ignore request path prefixes in Observability server filters

Both HttpRequestsObservationFilter and HttpRequestsObservationWebFilter record observations for Spring's web frameworks....

Spring Support lambda function serialization in native image

Affects: 6.xQuarkus has support to define a LambdaCapturingTypeBuildItem, which makes lamda serialization available. Spr...

Spring Implementing filters for WebClientBuilder is a nightmare

Hello.Perhaps this is not a right place to ask this question, but after many experiments I wonder if it's even possible ...

Spring How to add one request-sign to header by WebClient?

I user Springboot3 new http rpc framwork to write a http remote call, and the remote server need a sign in header which ...

Spring Fix @link in Javadoc of PassThroughFilterChain

The Javadoc in PassThroughFilterChain incorrectly says that it implements FilterConfig, when in fact it implements Flter...

Spring Run test suite against JDK21

We need to configure a CI pipeline for building and running tests against JDK21, starting with early access builds.This ...

Spring Use putIfAbsent in Netty5HeadersAdapter

For readability, use the putIfAbsent() method.Comment From: yuzawa-sanhttps://github.com/spring-projects/spring-framewor...

Spring CVE-2023-20861

Hi,Yesterday, I noticed that Spring has published a new CVE affecting Spring-Framework.https://spring.io/security/cve-20...

Spring Glob pattern in buildSrc CheckstyleConventions is not Windows-compatible

1: My action1: git clone https://github.com/spring-projects/spring-frameworkAt today A.M., so commit is https://github.c...

Spring Polish ClassUtils and TypeUtils

Comment From: pivotal-cla@sigee Please sign the Contributor License Agreement!Click here to manually synchronize the sta...

Spring Polish

This PR polishes a bit just by applying the suggestion from https://github.com/spring-projects/spring-framework/pull/301...

Spring Add max amount of key/value pair mappings spring-cache

We are using spring-cache without any specific provider. The reason is - our cache usage is very lightweight and simple ...

Spring Cannot send binary message with Reactive WebSocketHandler implementation

Affects: 6.0.x (and all prior versions)Using a standard implementation of the org.springframework.web.reactive.socket.We...

Spring Support @XmlSeeAlso in Jaxb2XmlDecoder

While introducing WebClient into my current project I ran into the issue that the callresponse.bodyToMono(RealEstate::cl...

Spring HibernateJpaDialect compatibility with Hibernate 6 (read-only transactions etc)

During our work to investigate the compatibility with Hibernate 6 in Spring Data JPA we ran into an issue surfacing in S...

Spring Provide support for explicit receiver parameter validation

Enhancement: Add support for explicit receiver parameter validation.Java 8 introduced explicit receiver parameters. It m...
上一页 下一页
.