Spring Allow @Reflective to automatically register the annotation that triggers the creation of the hint

Consider the following example:@Asyncpublic void runTask() { ... }When @Async is meta-annotated with @Reflective, runTas...

Spring Revisit our annotation support now that annotations are available in a native image without a dedicated hint

GraalVM 22.x has improved so that annotations placed on a method that has an introspecting hint are visible. This makes ...

Spring DataBufferUtils.write(Publisher, Path) loses context

Very similar to #27517, but it looks like this issue has not been fixed for the Path variant of DataBufferUtils.write, s...

Spring @SendTo doesn't use MessageConverter

Affects: 5.2.0I configured MappingJackson2MessageConverter, however the app still fails with MessageConversionException....

Spring R2DBC: @Transactional(readOnly=true) should not modify anything

Should not modify anything when use readonly transaction.ver: spring-boot-2.7.2 with spring-r2dbc-5.3.22data class Sampl...

Spring The corresponding file is placed in the dependent jar

When I use classpath : **/mapper/*. xml configuration searches for files and finds no corresponding files, but when conf...

Spring Support JSON Patch for nested collections

For spring-boot 2.2.0.M4 (spring-data version 3.2.0.RC1), JsonPatch add operation is not properly working with a nested ...

Spring Dev

Comment From: pivotal-cla@yuanyuyu1123 Please sign the Contributor License Agreement!Click here to manually synchronize ...

Spring EnableAsync doesn't work in native-image

When running the async sample from spring-native in sb-3.0.x branch in a native image, it fails. There's no exception, b...

Spring Turn CGLIB patch into full CGLIB fork in spring-core

Traditionally, we have been repacking CGLIB into our namespace and patching a few files on top. However, since we have s...

Spring RuntimeHintsUtils.registerAnnotation should not register SynthesizedAnnotation proxy for @AliasFor

CoreAnnotationsRuntimeHints registers annotation hints for @AliasFor via RuntimeHintsUtils.registerAnnotation which curr...

Spring Fix broken kdoc-api links in kotlin.adoc

I've read 6.0.0.M4 docs and found broken links about kdoc-api.It seems to have broken since 5.3.10.Comment From: bclozel...

Spring Add support for SchedulerFactoryBean in native-image

When trying to use the SchedulerFactoryBean in a native image (for example with Spring Boot and including the spring-boo...

Spring JPA exception mapping fails with Hibernate 6.1.1 in spring 6.0.0-M5

Spring version 6.0.0-M5Exception mapping fails with java.lang.NoSuchMethodErrorCaused by: java.lang.NoSuchMethodError: '...

Spring Introduce AOT generated class proxies

GraalVM native-image only supports JDK dynamic proxies when configured explicitly on interfaces.For proxies on classes, ...

Spring Exception when trying to use HTTP/2 with two different Spring versions

Affects: 2.3.12.RELEASEI'm sending the data from one service (the client) to another (the server) using HTTP/2. Both ser...

Spring Improve CollectionFactory to allow for single statement collection creation

Right now CollectionFactory allows to create a collection type, trying to find the most suitable implementation based on...

Spring refreshForAotProcessing should freeze the configuration before invoking MBDPP

The current refresh for AOT processing phase does not freeze the configuration so merged RootBeanDefinition can become s...

Spring Add reflection runtime hints for OptionalValidatorFactoryBean.

Comment From: sdeleuze@snicoll is currently trying to check if we can remove the reflection usage here and for similar p...

Spring Remove the need for reflection for OptionalValidatorFactoryBean

Native work has shown that we're loading OptionalValidatorFactoryBean using reflection and probably we shouldn't have to...
上一页 下一页
.