Spring Spring DMLC releasing worker tasks based upon a pure inactivity counter

What we need: Spring DefaultMessageListenerContainer releasing worker tasks based upon a pure inactivity counter. That i...

Spring DefaultResponseErrorHandler should check #read return value

DefaultResponseErrorHandler calls Reader#read without checking itsreturn value. It assumes that Reader#read fills as muc...

Spring Support of jakarta.xml.bind-api v3.0.0

From jakarta.xml.bind-api v3.0.0, the namespace has been changed to jakarta.xml.bind.* instead of javax.xml.bindThe last...

Spring Documentation on http/2 support leads to 404

The link to TLS requirements listed in the HTTP/2 specification of the first chapter (https://github.com/spring-projects...

Spring Fix typo in URI Encoding section of reference docs

VALUES_ONLY: Does not encode the URI template and, instead, applies strict encoding to URI variables through UriUtils#en...

Spring Unwrap DataSource hidden behind InfrastructureProxy in SqlScriptsTestExecutionListener

in method SqlScriptsTestExecutionListener.executeSqlScripts(...), around line 213, the following code resides:DataSource...

Spring Revise generation of aggregated Javadoc in Gradle build

OverviewThe Gradle team has brought it to our attention that we should ideally generate aggregated Javadoc along the lin...

Spring TransactionAspectSupport fails to select reactive transaction manager when both transaction manager variants are present

Given a transactional, reactive service:@Servicestatic public class S { @Transactional public Flux<String> s...

Spring Illegal reflective access warning for ExecutorBeanPostProcessor proxy creation

Affects: 5.1.7.RELEASEOn a Spring Boot 2.1.5.RELEASE application with Spring Cloud Greenwich.SR1 running with OpenJDK 11...

Spring Illegal reflective access warning for CGLIB proxy on JDK 11

Affects: 2.1.6.RELEASEHey guys,I'm using JDK 11.0.2 and Spring Boot 2.1.6.RELEASE.Right after the upgrade to 2.1.6.RELE...

Spring Add unique number to WebFlux log prefix for Undertow server

Issue #22039 was created and fixed for the Netty server. The same problem exists for the Undertow reactive server.Undert...

Spring WebMvcConfigurationSupport.beanNameHandlerMapping does not set PathPatternParser

WebMvcConfigurationSupport.beanNameHandlerMapping creates a BeanNameUrlHandlerMapping instance but does not call setPatt...

Spring AbstractRoutingDataSource - Object instead of DataSource interface

Hi,https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/jdbc/datasource/lookup/AbstractR...

Spring Improve inline documentation for PostProcessorRegistrationDelegate

Apologize for the request before #26399 I fix the comment here so that people will understand the code here and won't su...

Spring Make it easy to run both Spring Messaging and RSocket-RPC simultaneously

As a user of rsocket-rpc-java in Liiklus, I would like to be able to reuse Spring {Framework,Boot}'s RSocket support, an...

Spring 同步

Comment From: pivotal-issuemaster@FlyingNewbie Please sign the Contributor License Agreement!Click here to manually sync...

Spring Add unique number to WebFlux log prefix for Reactor Netty server

Robbert van Waveren opened SPR-17507 and commentedExpected behavior:Every HTTP request is logged with a unique log prefi...

Spring Expected lookupPath in request attribute "org.springframework.web.util.UrlPathHelper.PATH" error with Spring Data REST

I'm not totally sure if this is a Spring MVC or Spring Data issue. I suspect it's a Spring MVC issue that's hard to repl...

Spring Jetty 10 Support

Jetty 10 includes major changes of its WebSocket API as well as other changes to fairly prominent API types (e.g. access...

Spring Use lambda form of Assert.notNull in UrlPathHelper

UrlPathHelper.getResolvedLookupPath is called a lot and it constructs a new message String each time. We should switch t...
上一页 下一页
.