Spring Register native hints for jakarta.inject annotations

As of #28442, core Spring annotations are registered for native hints, including @Order and @AliasFor.Spring optionally ...

Spring ObjectToObjectConverter doesn't consider return type of static methods

The ObjectToObject converter currently checks the return type for non-static methods; however, it does no such check for...

Spring Java 10: "Illegal method name" when test functions in Kotlin contain spaces in name [SPR-17137]

Ömer Yildiz opened SPR-17137 and commented// Kotlin code:@RunWith(SpringRunner::class)@JooqTestclass Test { fun `...

Spring Add reflection hints for Web controllers

The core framework invokes @RequestMapping-annotated methods (@GetMapping, etc) using reflection. To run in a native ima...

Spring Charset for input stream ignored in Jaxb2XmlDecoder

Spring Web 5.3.18Affected class: Jaxb2XmlDecoderI am making a web request to a service that returnes XML, and having it ...

Spring Introduce RuntimeHints predicates utilities

The new RuntimeHints API allows to describe hints for the reflection/proxies/resources needs at runtime.The problem is, ...

Spring WebClient subscribing twice

Expected behaviorOnly hit reactor.netty.channel.FluxReceive#startReceiver onceActual behaviorHits twice, where second ti...

Spring Fix code sample for nested router functions

Hi,About nested Routes in Web on Reactive Docs ,https://docs.spring.io/spring-framework/docs/current/reference/html/web-...

Spring nested exception is java.lang.ArrayIndexOutOfBoundsException: 23309

1.spring versionspring-context-3.0.5.RELEASE.jar2.error code3.exception"D:\Program Files\Java\jdk1.8.0_202\bin\java.exe"...

Spring ComponentScan scanbase packages not working in gradle multi-module build

Affects: \I have multi-module build using Gradle. There are 2 independent spring projects in it. 1 of the projects is wo...

Spring Support that the same RuntimeHintsRegistrar can be specified multiple times and invoked only once

Given the conditional nature of @ImportRutimeHints, we should make sure that several classes can defined it with the sam...

Spring Fix ResourceHintsWriter for leading/trailing wildcards

While working on spring-projects/spring-boot#31278 with @snicoll we found that specifying static/* resource pattern was ...

Spring Fix Kotlin example for dependency injection with static factory method

https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#beans-some-exampleskotlin changed to:class...

Spring Using @Async with AspectJ mode not run in an asynchronous thread

Hello,I'm using SpringBoot Starter 2.7.0 and found an issue with the asynchronous call, I also notice a similar issue #2...

Spring could you tell me,why used volatile

Affects: \Comment From: sbrannenThanks for getting in touch, but it feels like this is a question that would be better s...

Spring About register "BeanPostProcessor" use"BeanFactoryPostProcessor"

When I use "BeanFactoryPostProcessor" to register "BeanPostProcessor" and at the same time use AutoConfiguration to wire...

Spring fix issue 26317

fix 【@ExceptionHandler methods not invokable if matched on exception's cause level > 1 】the cause is:ExceptionHandler...

Spring Add minimal Kotlin DSL RouterFunction attributes support

Add minimal Kotlin DSL RouterFunction attributes supportFixes https://github.com/spring-projects/spring-framework/issues...

Spring Introduce attribute support in Kotlin RouterFunction DSL

On current spring framework version (5.3.19), RouterFunction attributes are not supported by RouterFunction Kotlin DSL.R...

Spring Expose ThreadPoolTaskExecutor queue size and capacity for metrics

We're using grafana to monitor our app through java jmx exporter. We planned to configure some alerts based on those met...
上一页 下一页
.