Spring Fix typos in Javadoc of class AbstractEncoder

AbstractEncoder is a Encoder implementations.Comment From: pivotal-cla@edfeff Please sign the Contributor License Agreem...

Spring Deleting Sensitive Information from the Memory

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

AotFactoriesLoader#load is merging entries from aot.factories and beans from the context. We're still in the process of ...

Spring Make WebClientException serializable

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

When using RestTemplateBuilder in a native-image, for example in this code:private final RestTemplateBuilder restTemplat...

Spring Deprecate SpringFactoriesLoader#loadFactoryNames

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 ...

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

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

Spring Boot has WebMvcMetricsFilter and WebMvcMetricsAutoConfiguration that "magically" instruments all RequestMappings ...

Spring Unnamed module issue with using AOP with Java 9 modules

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

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

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

A typical @Configuration-annotated bean include a org.springframework.context.annotation.ConfigurationClassPostProcessor...

Spring R2dbc InitialScripts caused Integer to Long cast exceptions

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

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

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

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

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

The ListableBeanFactory has these methods:String[] getBeanNamesForAnnotation(Class<? extends Annotation> annotatio...

Spring InstantiationAwareBeanPostProcessor implementations are not invoked with an AOT-processed context

Obtaining a bean provided by a configuration class that has dependencies caused trouble during AOT processing.The Boot C...
上一页 下一页
.