Nineya
Home
Blog
Spring Add a new HttpConnector based on Java 11 HttpClient
2025-01-08 04:54:41
819
Currently there are some HTTP connectors existed, but most of them depends on 3rd party libs, such as Apache HttpClientC...
Spring mark function resolveType as private
2025-01-08 04:54:39
344
function resolveType() is a internal function usually act as a callee, it is called by other function in ResolveType.jav...
Spring ITS: SEARCH IGNORES TICKETS TRACKING OUTSTANDING ISSUES BY DEFAULT
2025-01-08 04:54:36
2114
Affects: N/ASome of Spring's issue tracking has recently moved from Spring's Jira instance to GitHub. I'm afraid this br...
Spring Enhance DefaultResponseErrorHandler to allow logging complete error response body
2025-01-08 04:54:32
10242
Affects: 5.2.14.RELEASEThis enhancement request is related to following Stack Overflow question.https://stackoverflow.co...
Spring Optimize memory allocations in StringUtils#cleanPath
2025-01-08 04:54:28
2839
Investigating once again slow Spring Boot start times, I played around with Java Mission Control profiler and found out ...
Spring fix initialization of spring-batch tables with datasource in auto-commit mode false
2025-01-08 04:54:24
875
When initialize spring-batch tables with postgresql datasource in auto-commit mode false,the tables are not created in t...
Spring Spring HATEOAS results in 406 with Kotlin Coroutine and ResponseEntity in WebFlux
2025-01-08 04:54:22
9529
Affects: \2.5.3When migrating a reactive web project (written in Kotlin) from 2.4.x to 2.5.3, I noticed that the HTTP PO...
Spring spring-jcl:compileJava Gradle task fails in build
2025-01-08 04:54:19
1799
Hello ,I just install spring environment,But now always block here.I put error code paste under................Testing s...
Spring Revise Eclipse IDE support
2025-01-08 04:54:16
3781
OverviewAfter the upgrade to Gradle 7.2 (#26870), I noticed that we can likely greatly simplify our custom Gradle config...
Spring Performance impact of con.getContentLengthLong() in AbstractFileResolvingResource.isReadable() downloading huge jars to check component length
2025-01-08 04:54:13
7840
Affects: Spring Framework 5.2.9Change causing the issue: https://github.com/spring-projects/spring-framework/commit/69f...
Spring CronTrigger uses new Date() instead of context's Clock
2025-01-08 04:54:08
399
The nextExecutionTime(TriggerContext) method of CronTrigger uses new Date(); instead of using the specified context's cl...
Spring Avoid duplicate JCacheOperationSource bean registration in <cache:annotation-driven />
2025-01-08 04:54:04
6753
Hello.In our application we use XML context and <cache:annotation-driven mode="aspectj"/> declaration in combinati...
Spring Use Arrays.hashCode() in ByteArrayResource.hashCode()
2025-01-08 04:53:59
413
Current implementation produces equal hash codes for all instances of ByteArrayResource with the same length of underlyi...
Spring Emit WebClientResponseException for malformed HTTP response
2025-01-08 04:53:56
7374
Fixes an issue that can be triggered in reactive WebClients when the server throws a malformed response chunk.I picked u...
Spring Allow default CacheAwareContextLoaderDelegate configuration via a system property
2025-01-08 04:53:53
539
OverviewAs a follow up to #17282, we should allow the default CacheAwareContextLoaderDelegate in the Spring TestContext ...
Spring UriTemplateRequestEntity doesn't override hashCode() and equals()
2025-01-08 04:53:51
3333
Affects: 5.3.8Hi developers!To fix a memory leak caused by the micrometer metrics used in the RestTemplate I need to swi...
Spring resolve application.yml property error
2025-01-08 04:53:48
606
in spring2.2.5,my applicaiton.yml like this:aaa: bbb: ccc: 09and take it in my class like this:@Value("${aaa.bbb...
Spring Merge pull request #1 from spring-projects/master
2025-01-08 04:53:46
194
更新代码Comment From: pivotal-cla@tangwan Please sign the Contributor License Agreement!Click here to manually synchronize t...
Spring Fix for ScriptUtils failure when '--' occurs inside a multi-line comment on the same line as '*/'
2025-01-08 04:53:43
553
Pull request against issue #22388 Comment From: pivotal-issuemaster@mmustaquim Please sign the Contributor License Agree...
Spring The name of @RestController-annotated classes starting with a / is exposed as a servlet path
2025-01-08 04:53:41
3822
We have two classes annotated with @RestController and with the same name in different packages. Since by default the be...
上一页
下一页
1
…
1481
1482
1483
1484
1485
…
2246
.