玖涯软件开发
Home
Blog
Spring Fix typos in Javadoc of class AbstractEncoder
2025-01-08 05:53:55
654
AbstractEncoder is a Encoder implementations.Comment From: pivotal-cla@edfeff Please sign the Contributor License Agreem...
Spring Deleting Sensitive Information from the Memory
2025-01-08 05:53:52
388
Sensitive information (for example, passwords in login requests) stored in the temporary memory is not cleared in time a...
Spring Clarify which AOT components can be instantiated at build-time
2025-01-08 05:53:48
1117
AotFactoriesLoader#load is merging entries from aot.factories and beans from the context. We're still in the process of ...
Spring Make WebClientException serializable
2025-01-08 05:53:45
10071
Affects: 5.3.17We use asynchronous workflows with a workflow engine (Camunda) and call REST services using WebClient in ...
Spring Add native-image support for RestTemplateBuilder
2025-01-08 05:53:42
1855
When using RestTemplateBuilder in a native-image, for example in this code:private final RestTemplateBuilder restTemplat...
Spring Deprecate SpringFactoriesLoader#loadFactoryNames
2025-01-08 05:53:39
2478
As seen in #27753, the SpringFactoriesLoader#loadFactoryNames (introduced in #15158 ) has been very useful over the year...
Spring null Integer value causing java.lang.IllegalStateException ... no multi-part configuration ...
2025-01-08 05:53:37
9104
Affects: 5.3.20org.springframework.boot 2.7.0spring-boot-starter-jersey-2.7.0.jarjersey-media-multipart-2.35.jarjava.lan...
Spring Fully automate dev setup with Gitpod
2025-01-08 05:53:34
686
This commit implements a fully-automated development setup using Gitpod.io, anonline IDE for GitHub and GitLab that enab...
Spring Automatic metrics configuration for WebMvc in non-boot environments
2025-01-08 05:53:32
1614
Spring Boot has WebMvcMetricsFilter and WebMvcMetricsAutoConfiguration that "magically" instruments all RequestMappings ...
Spring Unnamed module issue with using AOP with Java 9 modules
2025-01-08 05:53:29
2766
I am trying to use AOP with Java 9 modules.On application startup I get this issue. I tried with Spring version: 5.3.1 8...
Spring Custom hibernate field conversion failing in spring-boot v3.0.0-M4
2025-01-08 05:53:26
4293
Affects: \v3.0.0-M4Thsi issue might be hibernate related, since between M3 and M4 it switched from hibernate 5.x to 6.1....
Spring Inconsistent validation order for different inputs and authorization
2025-01-08 05:53:24
8139
Spring Boot version: 2.5.4Consider the following controller:@RestController@Validatedpublic class FooController { @Pu...
Spring Bean definition contribution includes attributes that are not used at runtime
2025-01-08 05:53:21
1715
A typical @Configuration-annotated bean include a org.springframework.context.annotation.ConfigurationClassPostProcessor...
Spring R2dbc InitialScripts caused Integer to Long cast exceptions
2025-01-08 05:53:18
20678
Affects: 6.0.0-M5, Java 17, R2dbc Borca-SR1I added a ConnectionFactoryInitializer to initialize the sample data in my ex...
Spring Deprecate ListenableFuture in favor of CompletableFuture
2025-01-08 05:53:16
1067
For application facing APIs, we can provide CompletionStage alternatives. For internal usages, we could retain it or pha...
Spring Classpath-based filtering of the native configuration generation
2025-01-08 05:53:13
2317
As a follow-up of #27991 and #28160, a filtering on the generated configuration should be done based on classpath checks...
Spring Method level @RequestMapping does not seem to narrow the HTTP method of type level mapping
2025-01-08 05:53:11
2597
Affects: 5.3.22According to my understanding of the Spring MVC documentation, annotating a controller method with @Reque...
Spring Consider making GenerationContext extend from Closeable
2025-01-08 05:53:08
1229
The GenerationContext keeps generated classes around so that multiple processors (or multiple round of the same processo...
Spring Factory method is lost for AOT-processed beans that do not require autowiring
2025-01-08 05:53:06
6002
The ListableBeanFactory has these methods:String[] getBeanNamesForAnnotation(Class<? extends Annotation> annotatio...
Spring InstantiationAwareBeanPostProcessor implementations are not invoked with an AOT-processed context
2025-01-08 05:53:03
8543
Obtaining a bean provided by a configuration class that has dependencies caused trouble during AOT processing.The Boot C...
上一页
下一页
1
…
1418
1419
1420
1421
1422
…
2246
.