Spring VerifyErrors when using SpEL compilation with Thymeleaf when invoking a default method defined in an interface

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)

Following up on the latest comments in #13117, DefaultSingletonBeanRegistry.getSingleton(beanName, false) seems to have ...

Spring Make "org.springframework.util.unit.DataSize" class Serializable

Affects: \<5.x>When using DataSize as a ConfigurationPorperties I'm not able to serialize the ConfigurationPropert...

Spring Deprecate JdbcUtils.extractDatabaseMetaData(DataSource, String)

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

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

There are two services:account-service, gateway-serverAfter the account-service has set the 'server.forward- Headers - S...

Spring 拉去分支

111Comment From: pivotal-issuemaster@LiuSirZ Please sign the Contributor License Agreement!Click here to manually synchr...

Spring Convert java.util.Date to java.time.*

Date date = new Date(); ConversionService cs = DefaultConversionService.getSharedInstance(); cs.convert(date, ...

Spring 3.2.x

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

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

Currently the StartupStep interface has a Tags tags() method that exposes the immutable collection of Tags.We should upd...

Spring WebSocket support with @EnableWebFlux

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

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

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

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

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

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

This is a continuation of https://github.com/spring-projects/spring-framework/commit/874574513c47287d86fb8a3e943a81910b5...

Spring change assert in replaceOverride constructor from methodName to metho…

In org.springframework.beans.factory.support.ReplaceOverride#ReplaceOverride: Code line 52 repeat verify replaceOverr...

Spring Access-Control-Allow-Origin:"*" added randomly

Affects: 2.3.3.RELEASEI've been seeing this effect since last night when I added this filter:class SecurityFilter : Htt...
上一页 下一页
.