玖涯软件开发
Home
Blog
Spring Consistent use of Stream#toList()
2025-01-08 06:06:49
561
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
2025-01-08 06:06:45
638
Affects: springframework-5.3.5; spring web 5.3.5; spring boot 2.4.4demo:@SpringBootApplicationpublic class ResourcebugAp...
Spring Adding JCStress support for ConcurrentLruCache
2025-01-08 06:06:43
803
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
2025-01-08 06:06:40
681
The ParsedSql could be used for JDBC customizationComment From: pivotal-issuemaster@siminture Please sign the Contributo...
Spring Bug with MappingJackson2HttpMessageConverter
2025-01-08 06:06:38
4885
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
2025-01-08 06:06:29
609
Fixed the encoding problem when loading an EncodedResource target with specified charset, not encoding.Comment From: piv...
Spring Avoid duplicated code by using map
2025-01-08 06:06:26
698
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
2025-01-08 06:06:23
370
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
2025-01-08 06:06:21
955
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
2025-01-08 06:06:18
1597
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.
2025-01-08 06:06:16
432
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
2025-01-08 06:06:13
1064
I think the sorting is unnecessary, because internalPostProcessors has been sorted in every previous stage of traversing...
Spring Partial dependency injection into constructor
2025-01-08 06:06:10
1481
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
2025-01-08 06:06:08
1441
@Configuration class's setBeanFactory method is called multiple times.First point is AbstractAutowireCapableBeanFactory#...
Spring Add flexible Duration value parsing in scheduled tasks
2025-01-08 06:06:05
935
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
2025-01-08 06:06:02
283
The spring-core GenericTypeResolver does not resolve generic type variables correctly in more complex scenarios like ren...
Spring Add isFalse assertion
2025-01-08 06:06:00
1319
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 …
2025-01-08 06:05:57
1319
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
2025-01-08 06:05:54
121
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
2025-01-08 06:05:51
670
Closes https://github.com/spring-projects/spring-framework/issues/22511Comment From: pivotal-issuemaster@Antoniossss Ple...
上一页
下一页
1
…
1404
1405
1406
1407
1408
…
2246
.