Spring RestTemplate should (be able to) pass the session along [SPR-15440]

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]

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]

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]

Phil Webb opened SPR-10681 and commentedBuilding buildSrc repeatedly triggers HEAD requests for libraries existing on di...

Spring Revisit subsystem-oriented logging [SPR-8122]

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]

Oliver Drotbohm opened SPR-5821 and commentedThe main goal is to create a CachingClientHttpRequestInterceptor which prov...

Spring Reduce byte array allocations in StompEncoder

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

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

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

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

ByteArrayInputStream.flush() is no-op method along with ByteArrayInputStream.close(), ByteArrayOutputStream.flush() and ...

Spring Replace anonymous inner classes with lambdas in tests

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

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

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

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

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

Affects: \Error:(138, 37) java: 不兼容的类型: org.springframework.beans.support.PropertyComparator无法转换为java.util.Comparator&lt...

Spring entityManager.createQuery() taking lot of time to build query and bind the parameters. Performance affected

Can you please help on this issue raised in stackoverflow:https://stackoverflow.com/questions/60886012/entitymanager-cre...

Spring ImportAware

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?

Hello.When using UriComponentsBuilder, an exception occurs in the following code:- jdoodle link : https://jdoodle.com/a...
上一页 下一页
.