Spring @Cacheable with a SpEL key containing a parameter list breaks silently in Spring Framework 6.1 in libraries compiled without -parameters flag

DescriptionLet's assume we have a library compiled without -parameters flag, that uses @Cacheable annotation with a SpEL...

Spring @ExceptionHandler not called within @ControllerAdvice since Spring Framework 6.1

After upgrade from Spring Boot 3.1.6 to 3.2.0 the @ExceptionHandler annotated method within a dedicated @ControllerAdvic...

Spring JDK17 Spring Junit breaking.

We are working on migrating the application from jdk11 to jdk17.Test case is working find with JDK11 and spring 5.3 As w...

Spring Add optional Api to extract detailed information from jdbc SQLException

Affects: Srping 5I am using mybatis + spring against postgresqlwhen updating a column with unique constraints, the exce...

Spring Refresh cache in ReloadableResourceBundleMessageSource

This change allows subclasses to call getMergedProperties(locale) whencacheSeconds > 0 and get refreshed contents. Us...

Spring Patch on RestClient on Spring Boot 3.2.1 not working.

Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: or...

Spring Enforce using BDDMockito

There are lots of codes that mixing usage of BDD-style and traditional Mockito API, and keep increasing , I think it's n...

Spring QualifierAnnotationAutowireCandidateResolver.checkQualifier does identity checks when comparing arrays used as qualifier fields

Affects: \spring-beans 6.1.+ (likely newer versions as well)OverviewWe have a custom annotation that we used to attach a...

Spring Consider making PathElement getHeadSection() public

https://github.com/spring-projects/spring-framework/blob/d7778c0212d0e23b86fcd4585d749307c89c5bef/spring-web/src/main/ja...

Spring Possible bug/regression in WebClient on spring-webflux 6.1.3 inherited by Spring Boot 3.2.2

Stack: - Java 21 - Spring Boot 3.2.2 - Spring Webflux 6.1.3 (inherited by Spring Boot Webflux Starter)I have a WebClient...

Spring ServerHttpObservationFilter does not fill pathPattern

Affects: 6.0.15, 6.1.3This property is necessary for collecting metrics via Micrometer.In the org.springframework.http....

Spring Add support for JSON streams to Kotlin Serialization

Closes https://github.com/spring-projects/spring-framework/issues/30398Comment From: pivotal-cla@rotilho Please sign the...

Spring NPE for currentSpan() micrometer tracing on kubernetes

Describe the bugIn k8s environment: currentSpan in @Scheduled is null, possibly due to missing instrumentation on schedu...

Spring Remove unnecessary conversion to 'String'

Comment From: snicoll@mnhock thank you for making your first contribution to Spring Framework.Comment From: snicoll@mnho...

Spring Upgrade to Jetty Reactive HttpClient 4.0.2

Upgrading lead to our tests timing out so we need to investigate the problem.Comment From: poutsmaMy guess is that the t...

Spring Guard against multiple body subscriptions in Jetty and JDK reactive responses

Unlike the HttpComponentsClientHttpResponse, we do not guard against subscribing to the response body multiple times in ...

Spring CVE-2024-22233 - v 5.3.31

Hi, there!Yesterday our pipeline's ORCA reported above mentioned vulnerability on v 5.3.31. I've noticed that v6.0.15 do...

Spring Spring MVC and WebFlux docs need to say method validation applies if any method parameter has constraint annotations

Hi,when upgrading to Spring-Boot 3.2.2 and therefore SF 6.1.3 we noticed a change in behaviour that causes one of our @E...

Spring Add streaming support to Kotlin serialization codecs

Affects: 3.0.6I want to make a REST API using Spring and Kotlin.plugins { id("org.springframework.boot") v...

Spring Move ModifiedClassPathExtension from spring-boot-test-support to core-test

It would be nice if class path modifications could be done as easy as by using @ClassPathExclusions in tests allowing us...
上一页 下一页
.