Spring Improve diagnostics when a Bean Override cannot be selected by type

OverviewWhenever a bean override (such as for @TestBean, @MockitoBean, and @MockitoSpyBean) cannot be selected "by type"...

Spring @MockitoSpyBean requires existing bean instance to spy on

OverviewWhen an existing bean of the required type is not discovered in the bean factory, Spring Boot's @SpyBean creates...

Spring Support OutputStream (or StreamingHttpOutputMessage.Body functional interface) and InputStream in HTTP Interface

HTTP Interfaces are great but it's impossible to replace pure RestClient calls in all cases.For instance, code likerestC...

Spring Allow use of form-backing object for client requests

Affects: 6.+I really appreciate the HttpServiceProxyFactory, it is a great feature to easily create a client matching a ...

Spring MockReset strategy is no longer honored for @MockitoBean and @MockitoSpyBean

@SpringJUnitConfigclass MockBeanTests { @MockitoBean // @MockBean works ContextRefreshedEventProcessor contextR...

Spring Improve Spring Framework Artifacts wiki page

The Spring Framework Artifacts wiki page currently only provides examples of configuring the version for spring-context ...

Spring Auto-detect Jackson XML and JAXB in RestClient

Closes gh-34000Comment From: pivotal-cla@xehpuk Please sign the Contributor License Agreement!Click here to manually syn...

Spring RestClient should auto-detect MappingJackson2XmlHttpMessageConverter

Related to #33635.Comment From: bclozelI don't think those issues are related. We will process the PR you submitted.Comm...

Spring ResourceHttpRequestHandler throwing IllegalArgumentException if resource doesn't end with slash breaks some third-party libraries

Originally raised in https://github.com/spring-projects/spring-boot/issues/42929 by @milazzo-g. This looks like a proble...

Spring AOT Processing: RuntimeHintsRegistrar should be executed before ImportBeanDefinitionRegistrar

Issue DescriptionWhen using Spring Boot 3.x with GraalVM native compilation, I have two classes:class RSocketFeignRuntim...

Spring Logging request/response payload in REST API service

Affects: 5.2.2 (SpringBoot: 2.2.2)Logging request/response payload should be a pretty standard and straightforward thing...

Spring Refactor getHeaders() method to use early return

Changes & ConsiderationsIn this case, the if-else if structure was used for the conditions, but since there aren’t t...

Spring @MockitoBean does not work with verify like @MockBean did

Hello there!I am having a problem where the soon to be removed @MockBean annotation is working but the new one @MockitoB...

Spring RepositoryEntityController incompatible with devtools

Cannot run application with devtools org.springframework.boot:spring-boot-devtoolsorg.springframework.beans.factory.Bean...

Spring How can I use FactoryBean to manager dynamic bean?

I have defined an interface A,I want to implement dynamic A-class bean management through FactoryBean+JDK proxypubic int...

Spring Update retrieve() in RestClient to execute and extract in single scope

The retrieve() workflow in RestClient splits the exchange over two method calls. The call to retrieve() executes the req...

Spring Adopt new GraalVM reachability metadata format

As of Spring Framework 7.0, we should completely adopt the new GraalVM reachability metadata format. This format has bee...

Spring Prepare AOT resource hints for GraalVM changes

According to https://github.com/oracle/graal/issues/7354#issuecomment-1708924781 and other comments, we need to prepare ...

Spring Removal of UTF-8 charset on Form requests causes issues

Sorry if I'm missing something very basic. It's a bit tricky to confirm that it's not just something weird about my setu...

Spring @MockitoSpyBean does not see the first interaction

Hello,I just migrate a working code from 3.3.2 to 3.4.0 and when I change my tests to use the new @MockitoSpyBean I got...
上一页 下一页
.