Spring Reactor Context not propagated from Mono to other Reactive implementation when adapting using ReactiveAdapterRegistry

Affects: spring-core-6.1.1Given this code: Mono.just("a") .flatMap(a -> { return Mono.de...

Spring Add support for qualifiers in test bean overriding and consider improving by-type matching

Introduce the option of also using qualifiers, a bit like what is done in Boot's @MockBean~Consider supporting some ligh...

Spring Avoid creation of SAXParserFactory for every read operation in Jaxb2Marshaller and co

private Source processSource(Source source) { if (StaxUtils.isStaxSource(source) || source instanceof DOMSour...

Spring Suppress deprecation warning for AOT-generated code that refers to a deprecated bean type

This is a follow-up of #29597 - A warning is not detected for a bean type who has a generic signature, and one of the ge...

Spring introduce internal single value map handle for MultiValueMap

According to #32826 and #32832 problem description and solution proposal, I introduce 2 static methods ofMulti and ofsin...

Spring Upgrade "spring-aop" from 6.1.6 to 6.1.7 yields 'error Type referred to is not an annotation type: Configurable'

Hi all,we have a legacy webapp running with Spring 6.1.6, which makes use of spring-aop for validation purpose.The @Aspe...

Spring Coroutines throws a ClassCastException: kotlin.reflect.jvm.internal.KTypeParameterImpl cannot be cast to class kotlin.reflect.KClass

From Spring Boot 3.2.4, CoroutineCrudRepository raises a CalssCastExceptionc(class kotlin.reflect.jvm.internal.KTypePara...

Spring Support Content Negotiation and view rendering in ResponseEntityExceptionHandler

See https://github.com/spring-projects/spring-framework/issues/31569#issuecomment-1825493324 for backgroundComment From:...

Spring Spring Framework 6.2.x EOS timeline

Hi,Spring Framework 6.2.x EOS is set as 2025-11-14, a one-year gap from the release date 2024-11-14 , whereas the other ...

Spring MockHttpServletRequest should not use a shared reader when no content is available

Backport of gh-32820Comment From: snicollLet's backport up to 6.0.x where the inputstream test was introduced.

Spring LocalValidatorFactoryBean does not define or inherit an implementation of the resolved method forExecutables

Version:spring4.3Error:Caused by: java.lang.AbstractMethodError: Receiver class org.springframework.validation.beanvalid...

Spring MockHttpServletRequest should not use a shared reader when no content is available

Affects: At least from 5.3.31 to latest (2024-05-14)If you create two different instances of MockHttpServletRequest with...

Spring use Hibernate automatic Dialect resolution

SpringBoot: 3.2.5SpringFramework: v6.1.6Hibernate: 6.4.4When I start the springboot application I see the warning messag...

Spring Rename AssertableMockMvc to MvcTester and review assertions structure

When we perform a request with MockMvc, we get a MvcResult that contains all the elements we need to assert that the pro...

Spring Introduce getRequest and getResponse on MvcTestResult

As raised in https://github.com/spring-projects/spring-framework/issues/32712#issuecomment-2117347197 we should offer a ...

Spring Improve ControlFlowPointcut extensibility

I am starting with an issue instead of a PR, because I want to find out if the maintainers are open to this suggestion a...

Spring Unexpected exception in UriComponentsBuilder with a valid URI.

Query string parameters with equals in the value throw and exception in build method: @Test public void equals_in_...

Spring cancel

Comment From: sbrannenHi @JunggiKim,Congratulations on opening your first issue for the Spring Framework! 👍 TextWebSocke...

Spring Include Spring Boot's JacksonTester in the test module

Spring Boot ships JacksonTester (see Boot's reference docs) that's very handy to formulate assertions on Jackson rendere...

Spring Provide more control over charset parameter when writing form data

Some servers don't support application/x-www-form-urlencoded with a charset parameter, and there isn't clear spec guidan...
上一页 下一页
.