Spring Webflux multipart file upload length 0 in then operator

I have tested following code in Spring boot version 2.3.7.RELEASE and 2.4.2@RestControllerpublic class DemoController { ...

Spring NoSuchBeanDefinitionException and BeanCreationException when migrating application from spring framework 4.2.4.RELEASE to 5.2.4.RELEASE

We are migrating an application from JBoss EAP 6.4 to JBoss EAP 7.3.Since compatible spring version for JBoss 7.3 is 5.2...

Spring Issue with Feign Client GET request call with query PARAM having special characters are failing with below exception. IPV6 kubernates cluster

Issue with Feign client GET request call with query PARAM having special characters are failing with below exceptionSpri...

Spring Use java 11 style with var when use val style for Kotlin

Documentation uses old java 8 style and for code samples and at same time uses Kotlin val style.Here is an example Java...

Spring Payload value must not be empty for Acknowledgment parameter

Affects: 2.3.7.RELEASEI have a @KafkaListener with this signature: @KafkaListener(topics = "${matcher.reply.chan...

Spring Allow passing Class<?> to resolveMethodByExceptionType in ExceptionHandlerMethodResolver

This fits better to the return value of java.lang.reflect.Method.getExceptionTypes which only returns items of Class&lt;...

Spring How to change property source location in spring 5.3.1?

Hello,I have a problem with changing the config file location in spring 5.3.1.This is how my StandardSpringConfiguration...

Spring Can we manage thread pool in webclient when sending a request?

Currently, I'm migrating RestTemplate to webClient.In RestTemplate have coroutineDispatcher to manage thread pool of app...

Spring add module

when I use source of spring-framework, the gradle build task pass though,but there was error like below whether I add a ...

Spring Throwing SkipException should not fail the test with TestNG

Consider below example:Example uses following dependencies:spring-test:5.3.3spring-context:5.3.3spring-core:5.3.3testng:...

Spring Return 415 for form data via @RequestBody in WebFlux

A @RestController like@RestController public class DemoController { @PostMapping public Map&lt;String, Object&gt...

Spring @AuthenticationPrincipal resolves to null when spring security is also included

Followup to #26117.When using boot 2.4.1 with managed spring and spring security dependencies @AuthenticationPrincipal i...

Spring Functional Endpoints, unexpected path pattern matching with pathVariable

Problem : I have 2 functional endpoints@Beanpublic RouterFunction&lt;ServerResponse&gt; getById() { return RouterFunc...

Spring Malformed Content-Type Header in Response

Affects:2.XSpring Web produces a malformed Content-Type Response-Header when negotiated Content-Type matches the last el...

Spring Webflux and ServerResponse with generic type

HelloI suggest an enhancement about types of ServerResponse for Spring Boot Webflux and KotlinAll routes have to same re...

Spring V5.1 learn

Comment From: pivotal-issuemaster@liweifan0616 Please sign the Contributor License Agreement!Click here to manually sync...

Spring No originalFilename in MockMultipartFile now leads to add it just as part

When using MockMultipartFile with an empty originalFilename (""), it now gets added to multi part requests just as a par...

Spring Add overload for MockRestServiceServer.verify with a timeout

The goal is to verify that the expected interactions occur up to the given timeout.This is useful for testing asynchrono...

Spring kotlinx.serialization should not be used for Java interfaces implemented by Java classes

Affects: 5.3.2Having both Jackson and kotlinx.serialization in the classpath, kotlinx.serialization will try to deserial...

Spring StandardMultipartHttpServletRequest does not strip file path properly

Hello,My Name is tkswifty.I found the issue in the latest code of master branch here: https://github.com/spring-projects...
上一页 下一页
.