Spring ResolvableType.hasUnresolvableGenerics() should cache its result

As part of restoring lenient matching for events with unresolvable generics in #30712, it turns out that we're calling R...

Spring Generic RedisKeyExpiredEvent not delivered to @EventListener anymore in 6.0.9

I upgraded spring-boot from 6.0.8 to 6.0.9 and noticed, that my @EventListener is not receiving any RedisKeyExpiredEvent...

Spring Deprecate RootBeanDefinition(ResolvableType) constructor

The new RootBeanDefinition constructor in 6.0 causes some confusion in terms of its semantics since it sets the target t...

Spring Ensure Spring LogFactory contains all public methods from Apache LogFactory

Hi,we encountered a similar issue as #21835, but a bit different use-case.The fix for #21835 was not sufficient for this...

Spring ScheduledAnnotationBeanPostProcessor fails without Reactive Streams on the classpath

The changes for reactive scheduling support (#29924) have a guard for Reactor and Kotlin but not for Reactive Streams it...

Spring Upgrade to spring-doc-actions 0.0.8

This will ensure that the cloudflare cache is busted upon deploying updates to the UIComment From: rstoyanchev@rwinch it...

Spring Fix AbstractMessageConverter not delegating to ContentTypeResolver when message header is null

VersionsSpring Messaging 6.0.3 / 5.3.24ProblemsDefaultContentTypeResolver#resolve will return defaultMimeType if null is...

Spring Infer hints required for aspects

In the spring-native sample class-proxies-aop in the branch sb-3.0.x, the @Aspect works when running in AOT mode, but no...

Spring Document how to configure a custom LocalContainerEntityManagerFactoryBean to work with native

After the fix apply in spring-orm 6.0.9 for spring boot native as mentioned in ticket numbered https://github.com/spring...

Spring Javadoc HTML tables are no longer rendered properly since upgrade to Java 17

For example, the Supported Exceptions table for DefaultHandlerExceptionResolver.

Spring Merge AopTestUtils into AopUtils

Fix gh-27348Comment From: quaff@sbrannen Do you consider this for 6.1?Comment From: jhoellerWe intentionally separated t...

Spring What happens if openScope after observation stopped? (Missing log correlation for filter errors)

Affects: 6.0.9Using SpringBoot 3.1.0, miss log correlation when handling customized exceptions thrown by customized Erro...

Spring @The @RefreshScope annotation marks a Task class with a @Scheduled marked scheduled task method in the Task class. After changing the configuration, the scheduled task method is executed twice each time.

The @RefreshScope annotation marks a Task class with a @Scheduled marked scheduled task method in the Task class. After ...

Spring Improve 404 error handling in Spring MVC

There are two places in Spring MVC that can call sendError(SC_NOT_FOUND). One is the DispatcherServlet and the other Res...

Spring UNKNOWN uri keyvalue in web observations for HTTP 405, 415 partial matches

Spring Boot version: 3.0.5When calling an endpoint with a wrong method, or content-type, the URI tag when calling the me...

Spring PathResourceResolver#resolve*Internal is missing @Nullable declarations

I am experiencing Kotlin interop issues due to missing nullability meta info.Comment From: pivotal-cla@cwatzl Please sig...

Spring Aspect not invoked in native image

While trying to prepare the reproducible case for https://github.com/spring-projects/spring-framework/issues/30525 I not...

Spring Have the ErrorResponse.Builder take in a custom ProblemDetail instance

As a user I would like to be able to create an ErrorResponse instance with a custom ProblemDetail instance, while using ...

Spring MediaType.sortBySpecificityAndQuality throws java.lang.IllegalArgumentException: Comparison method violates its general contract

Affects: spring-web:5.3.9Original Problem from stackoverflowImplementation of QUALITY_VALUE_COMPARATOR seems violate g...

Spring Document that @Sql requires spring-jdbc and spring-tx on the classpath

The current documentation - through javadoc and reference documentation - has an interesting situation regarding @Sql b...
上一页 下一页
.