Spring Fix implementation of isOpen() in ReactorNettyWebSocketSession

This PR fixes the error described in #26332.Comment From: pivotal-issuemaster@mattisonchao Please sign the Contributor L...

Spring CronExpression cannot parse combination of step values

CronExpression throws IllegalArgumentException when you use following expression:new CronExpression.parse("* 5,10-3...

Spring Fix JdbcOperations.queryForObject/queryForList extensions

Affects: 5.3.2JdbcOperationsExtensions passes kotlin Array to Java varargs, so Array of array is passed to database, and...

Spring Spring using kotlin serialization over jackson for its own classes

Affects: 5.3.2In my project I am using kotlin serialization internally for kotlin data classes but expected spring/sprin...

Spring The implementaion of isOpen() in ReactorNettyWebSocketSession is wrong

Affects: 5.3.2The implementation of isOpen() in org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSes...

Spring Command object does not work anymore [SPR-16037]

Hans Desmet opened SPR-16037 and commentedGiven a simple command objectpackage be.vdab.web;public class CommandObject { ...

Spring 学习Spring源码

更新SpringFrameworkComment From: pivotal-issuemaster@liugq2016 Please sign the Contributor License Agreement!Click here to...

Spring ExceptionHandlerMethodResolver is checking only the first level of cause

When the ExceptionHandlerMethodResolver cannot handle the high-level exception, it tries only the first level of cause. ...

Spring 5.0.x

for learningComment From: pivotal-issuemaster@anglezhang Please sign the Contributor License Agreement!Click here to man...

Spring Cannot convert the string value to the Date value in controllers of WebFlux

Affects: Spring-Framework:5.3.1, spring-boot:2.4.0ExpectedThe endpoints in controllers should parse the String value to ...

Spring JSON query parameter fail to be handled in reactive WebClient

I'm using the reactive WebClient from spring-webflux (version 5.2.0) within code generated from an OpenAPI specification...

Spring Proposal to optimize PostProcessorRegistrationDelegate

The code in PostProcessorRegistrationDelegate.registerBeanPostProcessorsList<BeanPostProcessor> priorityOrderedPos...

Spring Reduce unnecessary loops in PostProcessorRegistrationDelegate

Fix for #25061Comment From: hzmpayAbout invokeBeanFactoryPostProcessors methods of refactor in #22810 has been rejectedC...

Spring Reduce unnecessary memory waste in PostProcessorRegistrationDelegate's registerBeanPostProcessors()

We can delete list orderedPostProcessorNames AND nonOrderedPostProcessorNames which are unnecessary here, cause we can p...

Spring Redundant code in PostProcessorRegistrationDelegate that reduces performance

English:In PostProcessorRegistrationDelegate invokeBeanFactoryPostProcessors method, after the first phase of the spring...

Spring Optimize PostProcessorRegistrationDelegate to improve performance

List<BeanDefinitionRegistryPostProcessor> currentRegistryProcessors = new ArrayList<BeanDefinitionRegistryPostP...

Spring Merge source and substitution configuration in reference docs

Asciidoctor User Manual: Applying SubstitutionsI changed the code with sed script:find . -name "*.adoc" -type ...

Spring Unnecessary iteration in PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()

the code in /org/springframework/context/support/PostProcessorRegistrationDelegate.java:82List<BeanDefinitionRegistry...

Spring Optimize PostProcessorRegistrationDelegate to improve performance

A performance-related optimization recommendation in PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessorsSe...

Spring Optimize PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()

In PostProcessorRegistrationDelegate class ,the method invokeBeanFactoryPostProcessors, get postProcessorNames repeatedl...
上一页 下一页
.