Nineya
Home
Blog
Spring VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface
2025-01-08 03:43:38
23073
Affects: 5.2.0.RELEASEI'm working on a Spring Boot project where the SpEL compilation is enabled through a WebMvcConfigu...
Spring Avoid full singleton lock for DefaultSingletonBeanRegistry.getSingleton(beanName, false)
2025-01-08 03:43:34
6039
Following up on the latest comments in #13117, DefaultSingletonBeanRegistry.getSingleton(beanName, false) seems to have ...
Spring Make "org.springframework.util.unit.DataSize" class Serializable
2025-01-08 03:43:30
15535
Affects: \<5.x>When using DataSize as a ConfigurationPorperties I'm not able to serialize the ConfigurationPropert...
Spring Deprecate JdbcUtils.extractDatabaseMetaData(DataSource, String)
2025-01-08 03:43:24
434
The reflective variant of extractDatabaseMetaData should be deprecated in favor of the callback-driven one which can be ...
Spring Extract Controller API to separate package
2025-01-08 03:43:22
2776
Affects: AllThere is a really nice consequence of how the official Jax-RS API is structured. Since the implementation of...
Spring WebFlux application server add server.forward- Headers - Strategy = Framework RouterFunction endpoint 404
2025-01-08 03:43:19
7197
There are two services:account-service, gateway-serverAfter the account-service has set the 'server.forward- Headers - S...
Spring 拉去分支
2025-01-08 03:43:16
249
111Comment From: pivotal-issuemaster@LiuSirZ Please sign the Contributor License Agreement!Click here to manually synchr...
Spring Convert java.util.Date to java.time.*
2025-01-08 03:43:14
809
Date date = new Date(); ConversionService cs = DefaultConversionService.getSharedInstance(); cs.convert(date, ...
Spring 3.2.x
2025-01-08 03:43:11
573
I want to View older version code base for my research purpose. Will you please provide me ?Comment From: pivotal-issuem...
Spring Concurrent access to ParsedSql cache in NamedParameterJdbcTemplate
2025-01-08 03:43:09
4117
NamedParameterJdbcTemplate.getParsedSql(Sting) can be a bottleneck under high load as it holds a global lock by this.par...
Spring Polish StartupStep interface "tags" method
2025-01-08 03:43:06
351
Currently the StartupStep interface has a Tags tags() method that exposes the immutable collection of Tags.We should upd...
Spring WebSocket support with @EnableWebFlux
2025-01-08 03:43:04
4735
It seems like I almost never need to do anything with WebSocketHandlerAdapter when using WebFlux and websockets. I just ...
Spring Avoid repeated calls to getPathWithinApplication from UrlPathHelper.getLookupPathForRequest
2025-01-08 03:43:01
589
After looking at:I think an easy optimisation exists UrlPathHelper.getLookupPathForRequest(HttpServletRequest).I notice ...
Spring Failure to bind a component of a form backing object using constructor binding causes the object to be null
2025-01-08 03:42:57
1740
Assuming a form backing object:class Form { private final LocalDate date; private final LocalTime time; public Form(L...
Spring Constructor based bean binding should support package protected constructors and accessors
2025-01-08 03:42:55
26618
The constructor based bean binding currently only supports public constructors. If a constructor is declared package pri...
Spring Spring Web Client is not using proxy if its configured
2025-01-08 03:42:52
1047
Hi,When I use Spring web client behind corporate proxy its not using the proxy server to connect.I thought its netty and...
Spring Copy httpHandlerDecorator in copy constructor for WebHttpHandlerBuilder
2025-01-08 03:42:49
240
This PR changes to copy httpHandlerDecorator in copy constructor for WebHttpHandlerBuilder as it seems to be missed acci...
Spring gh-25650 Replace remaining usage of LinkedList with ArrayList in tests
2025-01-08 03:42:47
125
This is a continuation of https://github.com/spring-projects/spring-framework/commit/874574513c47287d86fb8a3e943a81910b5...
Spring change assert in replaceOverride constructor from methodName to metho…
2025-01-08 03:42:45
515
In org.springframework.beans.factory.support.ReplaceOverride#ReplaceOverride: Code line 52 repeat verify replaceOverr...
Spring Access-Control-Allow-Origin:"*" added randomly
2025-01-08 03:42:43
3287
Affects: 2.3.3.RELEASEI've been seeing this effect since last night when I added this filter:class SecurityFilter : Htt...
上一页
下一页
1
…
1551
1552
1553
1554
1555
…
2246
.