Spring TestCompiler should not discover annotation processors on the classpath by default

TestCompiler only sets the configured processors if the list is not empty. This means that if nothing is configured, ann...

Spring No primary or single unique constructor found for interface org.springframework.http.codec.multipart.FilePart

I have a @RestController with the method @PostMapping fun uploadDocument(@Valid data: UploadData, exchange: ServerWebExc...

Spring mvc: resource with special char not found

Affects: masterI'm trying to load a resource with path resolved to: - path: file:../../web/node_modules/@fortawesome/fon...

Spring Improve Logging for Sockettimeouts on Outgoing Flux

We had a big fight finding a problem of Connection Prematurely Closed. We had a Producer which provided a Flux and the c...

Spring DeferredResult is not making timeout on Weblogic Server

Below solution is working as expected on Tomcat Server -> shortly speaking I am getting 503 status code with custom t...

Spring Why isn't BeanDefinition Attribute passed in native?

For example, the following are the generated sources: private static BeanDefinition getDemoServiceBeanDefinition() { Ro...

Spring Support for a read-only DataSource in LazyConnectionDataSourceProxy

In the course of addressing #29931 and #21415, it turns out that LazyConnectionDataSourceProxy can easily provide specia...

Spring Document LazyConnectionDataSourceProxy for IsolationLevelDataSourceRouter usage with DataSourceTransactionManager

springrain opened SPR-15121 and commentedIsolationLevelDataSourceRouter.determineCurrentLookupKey returns the result was...

Spring Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy

Affects: 6.0.2On afterPropertiesSet, LazyConnectionDataSourceProxy opens a connection to determine defaultAutoCommit and...

Spring Add an option to disable LazyConnectionDataSourceProxy eager checkDefaultConnectionProperties call

Fix #29931Comment From: reda-alaoui:wave: Comment From: jhoellerAfter some back and forth, I ended up dropping the eager...

Spring Sending message to ActiveMQ takes longer than the specified timeout

Affects: org.springframework:spring-jms:5.3.14SetupService with Spring Version 5.3.14ActiveMQ mq.t3.micro with no free s...

Spring PROPAGATION_REQUIRES_NEW of TransactionTemplate does not work

Spring Framework 5.3.16Spring Boot 2.5.10When TransactionTemplate is retrieved from another class, PROPAGATION_REQUIRES_...

Spring CORS not working with Spring Boot when MaxUploadSizeExceededException handled by ControllerAdvice

I'm implementing a REST service with Spring Boot to upload a file making a Multipart POST request.I set a maximum file s...

Spring Inconsistent bean validation behavior on nested objects

Affects: Spring 5.0.9 / Boot 2.0.5We have a Spring Web Mvc REST service implemented using DTO models which are validated...

Spring Provide more control over charset parameter when sending form data

The default charset-parameter added to the Content-Type header when using FormHttpMessageWriter or FormHttpMessageConver...

Spring DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE

When a WebClient request is build using both :1. a baseUrl1. a URI templatethen baseUrl path seems ignored in the provid...

Spring Support Predicate- based mappedHandler config in AbstractHandlerExceptionResolver

Affects: Spring 5.3.5I'm using Spring MVC framework with functional controller (HandlerFunction, HandlerFunctionFilter, ...

Spring Bean Validation API 2.0 does not work with Groovy in MVC

Bean Validation Api 2.0 not working with Spring MVC on top of Groovy 3.So this code snippet won't work:@RestControllercl...

Spring ServletRequest#getContentLength returns -1 in SpringBoot 3.2

We have upgraded from Spring Boot 3.1.6 to 3.2 and now one of our integration test cases is failing. It uses the TestRes...

Spring Support for parameter name introspection on Kotlin inline classes [SPR-17466]

reckter opened SPR-17466 and commentedIn org.springframework.core.KotlinReflectionParameterDiscoverer::get ParameterName...
上一页 下一页
.