Nineya
Home
Blog
Spring Improve diagnostics when a Bean Override cannot be selected by type
2025-01-09 00:54:28
339
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
2025-01-09 00:54:26
7840
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
2025-01-09 00:54:23
1682
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
2025-01-09 00:54:20
2361
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
2025-01-09 00:54:18
4399
@SpringJUnitConfigclass MockBeanTests { @MockitoBean // @MockBean works ContextRefreshedEventProcessor contextR...
Spring Improve Spring Framework Artifacts wiki page
2025-01-09 00:54:15
1330
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
2025-01-09 00:54:12
1046
Closes gh-34000Comment From: pivotal-cla@xehpuk Please sign the Contributor License Agreement!Click here to manually syn...
Spring RestClient should auto-detect MappingJackson2XmlHttpMessageConverter
2025-01-09 00:54:09
204
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
2025-01-09 00:54:07
4935
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
2025-01-09 00:53:59
3271
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
2025-01-09 00:53:57
4562
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
2025-01-09 00:53:54
349
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
2025-01-09 00:53:51
4676
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
2025-01-09 00:53:49
645
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?
2025-01-09 00:53:46
1444
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
2025-01-09 00:53:43
2196
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
2025-01-09 00:53:41
2563
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
2025-01-09 00:53:39
667
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
2025-01-09 00:53:36
1707
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
2025-01-09 00:53:33
2055
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...
上一页
下一页
1
…
1125
1126
1127
1128
1129
…
2246
.