Spring Consistent use of Stream#toList()

Comment From: bclozelThanks @Drezir for your contribution. I've polished your changes in 9c400ed since they were breakin...

Spring Resource.isFile() return true when the resource path actually not exists

Affects: springframework-5.3.5; spring web 5.3.5; spring boot 2.4.4demo:@SpringBootApplicationpublic class ResourcebugAp...

Spring Adding JCStress support for ConcurrentLruCache

The PR improve current testing support for the class:- https://github.com/spring-projects/spring-framework/blob/main/spr...

Spring change methods of ParsedSql to public

The ParsedSql could be used for JDBC customizationComment From: pivotal-issuemaster@siminture Please sign the Contributo...

Spring Bug with MappingJackson2HttpMessageConverter

Using "org.springframework:spring-web:5.3.23"TLDRthe bug is in MappingJackson2HttpMessageConverter. For ByteArray method...

Spring Fix encoding problem when loading bean definition from properties file

Fixed the encoding problem when loading an EncodedResource target with specified charset, not encoding.Comment From: piv...

Spring Avoid duplicated code by using map

I propose to avoid duplicated code by using map. I think it will improve simplicity and readability.Thank you : )Comment...

Spring update License Copyright 2002-2019 to Copyright 2002-2022

update License Copyright 2002-2019 to Copyright 2002-2022Comment From: pivotal-cla@handy-git Please sign the Contributor...

Spring Make getters public in NamedParameterJdbcTemplate and ParsedSql

Make getters public in two public classes.Comment From: sbrannenCan you please provide the rationale and a concrete use ...

Spring Prevent beans to be instantiated at build-time unless it has been flagged

It's becoming more apparent that certain beans will have to be instantiated at build time (typically to introspect the o...

Spring Add HTTP response status to request logging.

Comment From: bclozelSorry it took so long for us to review this PR.AbstractRequestLoggingFilter is only about request l...

Spring Remove unnecessary sorting in PostProcessorRegistrationDelegate

I think the sorting is unnecessary, because internalPostProcessors has been sorted in every previous stage of traversing...

Spring Partial dependency injection into constructor

With this commit it is possible to partially autowire constructors.It is useful, for example, for lookup methods, creati...

Spring Fix @Configuration class's setBeanFactory method is called multiple times

@Configuration class's setBeanFactory method is called multiple times.First point is AbstractAutowireCapableBeanFactory#...

Spring Add flexible Duration value parsing in scheduled tasks

Closes gh-22013Add flexible Duration value parsing in scheduled tasks like in Spring Boot for configuration's consistenc...

Spring Resolve generic type in more complex scenarios

The spring-core GenericTypeResolver does not resolve generic type variables correctly in more complex scenarios like ren...

Spring Add isFalse assertion

Hello, everyone!How about to add isFalse assert in org.springframework.util.Assert class?I think it would be nice to avo...

Spring resolve spring-projects/spring-framework#27432. Added Assert.isFalse …

Added Assert.isFalse(...) methods with JavaDoc & Unit Tests.Resolve spring-projects/spring-framework#27432Comment Fr...

Spring Use actions/checkout@v3 for Gradle Wrapper Validation Action

This PR changes to use actions/checkout@v3 for Gradle Wrapper Validation Action.Comment From: snicollThanks again @izeye...

Spring Handle absolute path on Windows in PathEditor

Closes https://github.com/spring-projects/spring-framework/issues/22511Comment From: pivotal-issuemaster@Antoniossss Ple...
上一页 下一页
.