Nineya
Home
Blog
软著申请
Spring RestTemplate should (be able to) pass the session along [SPR-15440]
2025-01-08 03:11:43
2556
Patrick Cornelißen opened SPR-15440 and commentedAs spring session enables us to create distributed services that access...
Spring Spring MVC @RequestMapping should allow routing based on request body contents [SPR-15169]
2025-01-08 03:11:41
4049
Jacques Chester opened SPR-15169 and commentedCommonly, routing is based on a combination of HTTP method (POST, GET) and...
Spring No way to update the resourceCache of CachingResourceResolver [SPR-14268]
2025-01-08 03:11:38
2323
Matthias Dietl opened SPR-14268 and commentedAs far as i can see, there is no way to manually update the cache of the Ca...
Spring Unable to build with --offline [SPR-10681]
2025-01-08 03:11:35
1610
Phil Webb opened SPR-10681 and commentedBuilding buildSrc repeatedly triggers HEAD requests for libraries existing on di...
Spring Revisit subsystem-oriented logging [SPR-8122]
2025-01-08 03:11:33
566
Chris Beams opened SPR-8122 and commentedIssue Links:- #10000 Consider migrating from Commons-Logging to SLF4j- #12438 L...
Spring HTTP cache and conditional requests support in RestTemplate [SPR-5821]
2025-01-08 03:11:30
7081
Oliver Drotbohm opened SPR-5821 and commentedThe main goal is to create a CachingClientHttpRequestInterceptor which prov...
Spring Reduce byte array allocations in StompEncoder
2025-01-08 03:11:28
6125
The use of an okio.Buffer instead of an ByteArrayOutputStream will reducethe amount of allocated byte arrays by 50% to 6...
Spring Recursively copy directory with symbolic link
2025-01-08 03:11:23
1075
The following modification will also recursively traverse the directory that the symbolic link points to.This modificati...
Spring spring.io can support more language for User of The world
2025-01-08 03:11:20
208
Affects: \spring.io can support more language for User of The world?Comment From: rstoyanchevThis is the Spring Framewor...
Spring WebClient with reactor-netty fails to send multiple request cookies
2025-01-08 03:11:18
854
WebClient only sends the first cookie to the server when multiple cookies are set in the request.See the following test ...
Spring Improve usage of ByteArrayOutputStream/ByteArrayInputStream
2025-01-08 03:11:15
5610
ByteArrayInputStream.flush() is no-op method along with ByteArrayInputStream.close(), ByteArrayOutputStream.flush() and ...
Spring Replace anonymous inner classes with lambdas in tests
2025-01-08 03:11:12
147
Hello, this PR changes replace inner class with lambada to make the code more concise.Comment From: sbrannenThis has bee...
Spring Use try-with-resource to close resources
2025-01-08 03:11:10
146
Hello, this PR changes replace try-finally with try-with-resource to close resources.Comment From: sbrannenThis has been...
Spring Remove unnecessary assignment in PropertiesBeanDefinitionReader
2025-01-08 03:11:07
126
The assignment int sepIdx = -1; is useless. Suggest to remove it.Comment From: sbrannenThis has been merged into master....
Spring RestController returning JSON String producing incorrect Content-Type charset
2025-01-08 03:11:05
1643
Affects: 5.2.2.RELEASE(via spring-boot-starter 2.2.2.RELEASE - but would also affect the "master")Hi,I do have a @RestCo...
Spring Fix typo in webflux-cors.adoc
2025-01-08 03:11:01
487
Hi, I'm reading WebFlux documentation. I've just found little typo so I create this PR to fix it. Thanks for your mainte...
Spring is this the problem of jdk version,I use jdk8,latest source code
2025-01-08 03:10:58
1968
Affects: \Error:(138, 37) java: 不兼容的类型: org.springframework.beans.support.PropertyComparator无法转换为java.util.Comparator<...
Spring entityManager.createQuery() taking lot of time to build query and bind the parameters. Performance affected
2025-01-08 03:10:55
809
Can you please help on this issue raised in stackoverflow:https://stackoverflow.com/questions/60886012/entitymanager-cre...
Spring ImportAware
2025-01-08 03:10:53
490
if implements ImportSelector and ImportAware interfaces ,selectImports method can be invoke ,but setImportMetadata metho...
Spring When using "UriComponentsBuilder", there is a bug, is it a known issue?
2025-01-08 03:10:50
3957
Hello.When using UriComponentsBuilder, an exception occurs in the following code:- jdoodle link : https://jdoodle.com/a...
上一页
下一页
1
…
1583
1584
1585
1586
1587
…
2246
.