Nineya
Home
Blog
Spring Fix implementation of isOpen() in ReactorNettyWebSocketSession
2025-01-08 04:06:59
468
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
2025-01-08 04:06:56
3199
CronExpression throws IllegalArgumentException when you use following expression:new CronExpression.parse("* 5,10-3...
Spring Fix JdbcOperations.queryForObject/queryForList extensions
2025-01-08 04:06:54
878
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
2025-01-08 04:06:52
3072
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
2025-01-08 04:06:49
708
Affects: 5.3.2The implementation of isOpen() in org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSes...
Spring Command object does not work anymore [SPR-16037]
2025-01-08 04:06:46
2746
Hans Desmet opened SPR-16037 and commentedGiven a simple command objectpackage be.vdab.web;public class CommandObject { ...
Spring 学习Spring源码
2025-01-08 04:06:42
217
更新SpringFrameworkComment From: pivotal-issuemaster@liugq2016 Please sign the Contributor License Agreement!Click here to...
Spring ExceptionHandlerMethodResolver is checking only the first level of cause
2025-01-08 04:06:39
1488
When the ExceptionHandlerMethodResolver cannot handle the high-level exception, it tries only the first level of cause. ...
Spring 5.0.x
2025-01-08 04:06:37
280
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
2025-01-08 04:06:34
3185
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
2025-01-08 04:06:29
4356
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
2025-01-08 04:06:27
3857
The code in PostProcessorRegistrationDelegate.registerBeanPostProcessorsList<BeanPostProcessor> priorityOrderedPos...
Spring Reduce unnecessary loops in PostProcessorRegistrationDelegate
2025-01-08 04:06:24
571
Fix for #25061Comment From: hzmpayAbout invokeBeanFactoryPostProcessors methods of refactor in #22810 has been rejectedC...
Spring Reduce unnecessary memory waste in PostProcessorRegistrationDelegate's registerBeanPostProcessors()
2025-01-08 04:06:22
1072
We can delete list orderedPostProcessorNames AND nonOrderedPostProcessorNames which are unnecessary here, cause we can p...
Spring Redundant code in PostProcessorRegistrationDelegate that reduces performance
2025-01-08 04:06:19
2744
English:In PostProcessorRegistrationDelegate invokeBeanFactoryPostProcessors method, after the first phase of the spring...
Spring Optimize PostProcessorRegistrationDelegate to improve performance
2025-01-08 04:06:17
4495
List<BeanDefinitionRegistryPostProcessor> currentRegistryProcessors = new ArrayList<BeanDefinitionRegistryPostP...
Spring Merge source and substitution configuration in reference docs
2025-01-08 04:06:14
1030
Asciidoctor User Manual: Applying SubstitutionsI changed the code with sed script:find . -name "*.adoc" -type ...
Spring Unnecessary iteration in PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()
2025-01-08 04:06:10
3099
the code in /org/springframework/context/support/PostProcessorRegistrationDelegate.java:82List<BeanDefinitionRegistry...
Spring Optimize PostProcessorRegistrationDelegate to improve performance
2025-01-08 04:06:08
808
A performance-related optimization recommendation in PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessorsSe...
Spring Optimize PostProcessorRegistrationDelegate's invokeBeanFactoryPostProcessors()
2025-01-08 04:06:05
1821
In PostProcessorRegistrationDelegate class ,the method invokeBeanFactoryPostProcessors, get postProcessorNames repeatedl...
上一页
下一页
1
…
1529
1530
1531
1532
1533
…
2246
.