Spring @Autowired @RequestScope bean identity changed randomly in the middle of a loop within an @Async method

Versions: Spring Boot 2.2.2, Spring Cloud Hoxton.RELEASERunnable demo: https://drive.google.com/open?id=1ThjcCoJToHKAhWY...

Spring Update Artifactory plugin to 4.12.0

This updates the artifactory plugin to 4.12.0 which includes improvements to parallelism when uploading artifacts during...

Spring Expose the proxyPing property for client or server WebSocket with Reactor Netty

See https://github.com/reactor/reactor-netty/pull/945#issuecomment-571640355 for @violetagg's suggested places framework...

Spring Include Objenesis NOTICE file contents in binary distributions

It seems that Pivotal is distributing Objenesis binaries repackaged in the spring-core JAR. The spring-core binary JAR d...

Spring Document supported characters for identifiers in SpEL expressions

Original title: Does SpEL support Chinese variables?I try to use SpEL to execute some code which includes some Chinese v...

Spring How to dynamically change the broker in runtime while sending messages from application to clients

We have a requirement to evenly distribute the load say if we have two stomp brokers both should share the load. We have...

Spring @Cacheable with Sync does not support unless [SPR-16410]

jeff porter opened SPR-16410 and commentedIf we annotate a method with the following...@Cacheable(value = "hardware.devi...

Spring Docs should warn against split URL handling across handler mappings

Affects: \<5.1.9.RELEASE>This issue should also exist in older versions! At the same time, through the custom c...

Spring StringDecoder buffer leak related to maxInMemorySize limit

This was discovered while working on implementing the same type of limit for ServerSentEventsMessageReader which depends...

Spring ServerSentEventHttpMessageReader does not respect maxInMemorySize and is always limited to 256k messages

Affects: 5.2.2, 5.2.1To reproduce:- Create a ServerSentEventHttpMessageReader with a decoder that has maxInMemorySize &g...

Spring Functional Bean Definition DSL for noarg functions

Affects: 5.2.0.M3When using the Kotlin-based Functional Bean Definition DSL I'm having a definition like this one:val be...

Spring Update CORS support

This issue is about updating CORS support in order to check Origin header in CorsUtils#isPreFlightRequest which does not...

Spring WebTestClientExtensions.expectBody doesn't work for generic types

Since WebTestClientExtensions.expectBody uses plain Class instead of ParameterizedTypeReference, it cannot correctly des...

Spring IllegalArgumentException with Spring AOP

Affects: Spring AOP 5.0.7.RELEASEI'm building an application and I'm using aspects to modify some of my business objects...

Spring Polish populateBean implementation of AbstractAutowireCapableBeanFactory

From the context point of view, this property of filteredPds must be null at the place I modifiedComment From: sbrannen...

Spring excludeFilters of @ComponentScan ignored since Spring Framework 5.2

Since Spring Boot 2.2.0 the excludeFilters of @ComponentScan is ignored when loading the Spring Boot application context...

Spring Cloning a WebClient.Builder instance does not copy strategiesConfigurers

This issue is about fixing a missing copy of strategiesConfigurers when cloning a WebClient.Builder instance, introduced...

Spring my project run fail in jar but success in local intellliJ,show exception has been injected into other beans...

Affects: spring-framwork 5.1.9.RELEASEFirst,my project exist circle reference.But run in intellij IDEA no problem.in ja...

Spring Test using StepVerifier blocks when using Spring WebClient with retry

Reproducible with Spring Webflux 5.2.2.RELEASE (via Spring Boot 2.2.2.RELEASE).A sample application is available here: h...

Spring org.springframework.web.server.WebFilter Not working , while we have spring-boot-starter-web on classpath

Affects: \<5.2.2>Hi,i have implemented custom webfilter for org.springframework.web.server.WebFilter , and i dont ...
上一页 下一页
.