Nineya
Home
Blog
Spring ResolvableType.hasUnresolvableGenerics() should cache its result
2025-01-08 17:31:28
324
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
2025-01-08 17:31:26
1600
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
2025-01-08 17:31:22
235
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
2025-01-08 17:31:19
3777
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
2025-01-08 17:31:16
269
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
2025-01-08 17:31:14
1396
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
2025-01-08 17:31:11
2468
VersionsSpring Messaging 6.0.3 / 5.3.24ProblemsDefaultContentTypeResolver#resolve will return defaultMimeType if null is...
Spring Infer hints required for aspects
2025-01-08 17:31:09
7468
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
2025-01-08 17:31:06
5789
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
2025-01-08 17:31:03
80
For example, the Supported Exceptions table for DefaultHandlerExceptionResolver.
Spring Merge AopTestUtils into AopUtils
2025-01-08 17:31:01
880
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)
2025-01-08 17:30:57
5158
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.
2025-01-08 17:30:55
694
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
2025-01-08 17:30:42
1283
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
2025-01-08 17:30:40
2582
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
2025-01-08 17:30:37
449
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
2025-01-08 17:30:35
2566
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
2025-01-08 17:30:32
913
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
2025-01-08 17:30:29
4738
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
2025-01-08 17:30:27
1436
The current documentation - through javadoc and reference documentation - has an interesting situation regarding @Sql b...
上一页
下一页
1
…
1341
1342
1343
1344
1345
…
2246
.