Spring Provide transform from mono Context to coroutinesContext

Hello, we want to keep mono context in coroutine scopeFor example:we use webFilter and set something to Context(reactor....

Spring spring-beans-4.3.xsd and spring-utils-4.3.xsd schemaLocation change from http to https: is inconsistent with META-INF/spring.schemas

The XSD files spring-util-4.3.xsd and spring-context-4.3.xsd in the 4.3.23 release changed the schemaLocation for the xs...

Spring shouldn't AbstractHttpMessageConverter:addDefaultHeader::addDefaultHeaders set Content-Encoding header?

Following org.springframework.http.MediaType deprecation messages, I now use media types without encoding suffixes but ...

Spring Failure in BeanUtils.copyProperties(source, target)

Affects: Version 5.0 and aboveIssue:Failure in BeanUtils.copyProperties(source, target)Stack Trace:Exception in thread "...

Spring ComponentScan excludeFilters via FilterType.REGEX does not work with escaping

I tried to exclude an entire subpackage of my SpringBootApplication (Spring Boot Version 2.1.10.RELEASE) from component ...

Spring WebTestClient send post request without body

Hello,It seems org.springframework.test.web.reactive.server.WebTestClient never send my body in a post http request. I c...

Spring Get null result when using RefreshScope annotation with Kotlin

We found following Kotlin code will return null when we call it by http://localhost:8080/message, which should be 'Hello...

Spring Webflux: java.lang.IllegalStateException: java.lang.IllegalStateException: Socket couldn't be stopped within 3000ms

Affects: \Spring-WebFlux 5.1.9:RELEASEHello,I catch this error often on Debian 9 and very rarely on Windows 10 (OpenJDK ...

Spring Webclient partial JSON deserialization

Affects: 5.1.9.RELEASEFor a specific call on the Spotify API with WebClient, the response is partially deserialize. That...

Spring Mono returned by ServerRequest.bodyToMono() method not extracting the body if I return ServerResponse immediately

Hi,I am using spring dependency<parent> <groupId>org.springframework.boot</groupId> <artifact...

Spring WebFlux WebClient loading entire file into direct buffer memory during multipart upload

Affects: 5.1.8-RELEASEWe have an endpoint that we can upload files using multipart and are using WebClient for our uploa...

Spring JPA Repository method (findByUsername) ignores case.

Hello,As I understood this documentation, this method:User findByUsernameAndPassword(String username, String password);s...

Spring ResolvableType.forClass(converterClass).as(genericIfc) could not get lamda type info

@Configurationpublic class LocalDateConverterConfig { @Bean public Converter<String, LocalDate> localDateCon...

Spring No means to synchronize when cancelling a TransactionalOperator Subscription (Publisher)

Canceling a Subscription (in reactive transactions) leads to a state where transaction cleanup happens asynchronously an...

Spring Calling uri of the form /-system is causing an exception in jvm-11

Affects: spring-test 5.1.5.RELEASECalling in the test uri of the form /-system is causing an exception in jvm-11Example:...

Spring @Scheduled(fixedDelay) doesn't works with @Async

Affects: 5.1.7Code to reproduce issue:@SpringBootApplication@EnableAsync@EnableSchedulingpublic class SpringAsyncTestApp...

Spring WebMvcConfigurationSupport's BIG BUG

i configured default-property-inclusion: NON_NULL in my application.yml,it is work very well.BUT,when i create an @Confi...

Spring Serve gzipped WebJar resouces

Some webjars (e.g. org.webjars:bootstrap:4.3.1) come with pre-compressed resources.If available, and the request has Acc...

Spring Non-compliant Content-Type header for multipart media type

Affects: 5.xTwo months ago similar issue has been submitted but has already been fixed and released so I'm opening a new...

Spring Request to log stack trace in AbstractHandlerExceptionResolver when enable warnLogCategory

Affects: 5.2.12.RELEASECurrently by default HandlerExceptionResolvers which enabled warnLogCategory only log a simple me...
上一页 下一页
.