Nineya
Home
Blog
Spring Refactor ReloadableResourceBundleMessageSource slightly to extend it to read from other file types (json, db)
2025-01-08 17:17:55
1760
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
2025-01-08 17:17:52
9408
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)
2025-01-08 17:17:50
3507
Affects: \I have a requirement of protecting APIs from XSS injection. I think HtmlUtils.htmlEscape(String inputString) c...
Spring Add ReloadableResourceBundleMessageSource Resource selection hook
2025-01-08 17:17:47
226
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
2025-01-08 17:17:45
2065
Both HttpRequestsObservationFilter and HttpRequestsObservationWebFilter record observations for Spring's web frameworks....
Spring Support lambda function serialization in native image
2025-01-08 17:17:42
670
Affects: 6.xQuarkus has support to define a LambdaCapturingTypeBuildItem, which makes lamda serialization available. Spr...
Spring Implementing filters for WebClientBuilder is a nightmare
2025-01-08 17:17:40
3712
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?
2025-01-08 17:17:37
2865
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
2025-01-08 17:17:35
236
The Javadoc in PassThroughFilterChain incorrectly says that it implements FilterConfig, when in fact it implements Flter...
Spring Run test suite against JDK21
2025-01-08 17:17:32
231
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
2025-01-08 17:17:29
158
For readability, use the putIfAbsent() method.Comment From: yuzawa-sanhttps://github.com/spring-projects/spring-framewor...
Spring CVE-2023-20861
2025-01-08 17:17:27
653
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
2025-01-08 17:17:24
34406
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
2025-01-08 17:17:21
2718
Comment From: pivotal-cla@sigee Please sign the Contributor License Agreement!Click here to manually synchronize the sta...
Spring Polish
2025-01-08 17:17:19
146
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
2025-01-08 17:17:17
3008
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
2025-01-08 17:17:14
2220
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
2025-01-08 17:17:12
8068
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)
2025-01-08 17:17:09
3674
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
2025-01-08 17:17:06
2113
Enhancement: Add support for explicit receiver parameter validation.Java 8 introduced explicit receiver parameters. It m...
上一页
下一页
1
…
1355
1356
1357
1358
1359
…
2246
.