Spring Code sample has wrong reference to configurePathMatching

In interface WebFluxConfigurer, the method to path matching is "configurePathMatching", NOT "configurePathMatch". Detail...

Spring Tracing propagation issue in kotlin webflux / mongo in SB 3.2.1

Since springboot 3.2 (still present in 3.2.1) there is an issue with kotlin project.I made a sample project that illustr...

Spring Add option to ignore bean registration with AOT

When an ApplicationContext is optimized by Spring AOT, there are a number of limitations. One of them is that the bean r...

Spring AOT-generated code produces deprecation warnings when referencing a nested class of a deprecated class

Affects: 6.xMockitoPostProcessor has been deprecated in Spring Boot. AOT processing of an application's tests generates ...

Spring Add @FormAttribute attributes to customize x-www-form-urlencoded [SPR-13433]

Phil Webb opened SPR-13433 and commentedAs requested on the Spring Boot issue tracker:https://github.com/spring-projects...

Spring Exceptions can be lost in RemoteInvocationTraceInterceptor

Affects: 5.3.33We recently had an instance of a remote method call failing but the exception that was caught was a NullP...

Spring UserCredentialsConnectionFactoryAdapter should provide credentials to createContext

Since org.springframework.jms.connection.UserCredentialsConnectionFactoryAdapter exposes JMS 2.0 methods it should be ex...

Spring @ModelAttribute cannot work with nested fields of abstract types

I want to share the very same Java types for an API server and an API client. It seems I cannot use an abstract interfac...

Spring AOT/native support when registering beans with the Kotlin DSL

An early exception is thrown by the "bootBuildImage" Gradle task when attempting to create a native image for a WebFlux ...

Spring Fix error on Jaxb2RootElementHttpMessageConverter

Can encode can now support child class of JAXBElementfix issue on https://github.com/spring-projects/spring-framework/pu...

Spring Occurred JDBC "Cannot determine target DataSource for lookup key" error

https://github.com/spring-projects/spring-framework/blob/main/spring-jdbc/src/main/java/org/springframework/jdbc/datasou...

Spring Support multiple style of parsing/printing Durations

This commit introduces a notion of different styles for the formattingof Duration.The DurationFormat annotation is added...

Spring BeanDefinition processed by AOT does not keep fallback flag

@Fallback beans have been introduced in 6.2 with a new fallback property on BeanDefinition. When this flag is set, it's ...

Spring ShallowEtagHeaderFilter throws a NumberFormatException for responses bigger than 2Gb

Affects: spring-web 6.1.10Hello, we're observing an issue with ShallowEtagHeaderFilter when the downloaded file is bigge...

Spring Using SocketAcceptorInterceptor: The Issue of Metadata in Multiple Connections

Assume there are two connections that both transmit metadata upon establishment. In SocketAcceptorInterceptor, metadata ...

Spring Jaxb2XmlEncoder does not support JAXBElement subtypes

OverviewThis PR provides the ability to serialize a JAXBElement using the Jaxb2XmlEncoder by updating canEncode() accord...

Spring Custom Formatter gets ignored for empty Strings and replaces values with NULL instead

Affects: \6.0.4The initial situation:In a Spring Boot application, a custom formatter is annotated to a DTO object field...

Spring Update FlashMap.java

Adding more comments for FlashMap.javaComment From: pivotal-cla@lamtrinhdev Please sign the Contributor License Agreemen...

Spring Support canEncode() for JAXBElement in Jaxb2XmlEncoder

OverviewThis PR provides the ability to serialize a JAXBElement using the Jaxb2XmlEncoder by updating canEncode() accord...

Spring ImportSelector#getExclusionFilter does not exclude matching candidates with import selector

ImportSelector#getExclusionFilter is a way to let an import selector apply an exclude to classes that are imported. We u...
上一页 下一页
.