Nineya
Home
Blog
Spring TestCompiler should not discover annotation processors on the classpath by default
2025-01-08 21:14:48
392
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
2025-01-08 21:14:46
723
I have a @RestController with the method @PostMapping fun uploadDocument(@Valid data: UploadData, exchange: ServerWebExc...
Spring mvc: resource with special char not found
2025-01-08 21:14:44
1977
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
2025-01-08 21:14:41
3585
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
2025-01-08 21:14:38
2326
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?
2025-01-08 21:14:35
1459
For example, the following are the generated sources: private static BeanDefinition getDemoServiceBeanDefinition() { Ro...
Spring Support for a read-only DataSource in LazyConnectionDataSourceProxy
2025-01-08 21:14:32
536
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
2025-01-08 21:14:30
3819
springrain opened SPR-15121 and commentedIsolationLevelDataSourceRouter.determineCurrentLookupKey returns the result was...
Spring Avoid eager checkDefaultConnectionProperties call in LazyConnectionDataSourceProxy
2025-01-08 21:14:27
1429
Affects: 6.0.2On afterPropertiesSet, LazyConnectionDataSourceProxy opens a connection to determine defaultAutoCommit and...
Spring Add an option to disable LazyConnectionDataSourceProxy eager checkDefaultConnectionProperties call
2025-01-08 21:14:24
742
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
2025-01-08 21:14:22
5873
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
2025-01-08 21:14:19
2192
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
2025-01-08 21:14:16
6531
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
2025-01-08 21:14:13
1964
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
2025-01-08 21:14:08
5924
The default charset-parameter added to the Content-Type header when using FormHttpMessageWriter or FormHttpMessageConver...
Spring DefaultWebClient ignores baseUrl when setting URI_TEMPLATE_ATTRIBUTE
2025-01-08 21:14:05
1731
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
2025-01-08 21:14:03
4274
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
2025-01-08 21:14:00
1141
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
2025-01-08 21:13:57
1855
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]
2025-01-08 21:13:54
1473
reckter opened SPR-17466 and commentedIn org.springframework.core.KotlinReflectionParameterDiscoverer::get ParameterName...
上一页
下一页
1
…
1250
1251
1252
1253
1254
…
2246
.