玖涯软件开发
Home
Blog
Spring Allow @Reflective to automatically register the annotation that triggers the creation of the hint
2025-01-08 05:56:36
999
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
2025-01-08 05:56:34
463
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
2025-01-08 05:56:32
1797
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
2025-01-08 05:56:29
7049
Affects: 5.2.0I configured MappingJackson2MessageConverter, however the app still fails with MessageConversionException....
Spring R2DBC: @Transactional(readOnly=true) should not modify anything
2025-01-08 05:56:26
2431
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
2025-01-08 05:56:23
2842
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
2025-01-08 05:56:20
2549
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
2025-01-08 05:56:18
195
Comment From: pivotal-cla@yuanyuyu1123 Please sign the Contributor License Agreement!Click here to manually synchronize ...
Spring EnableAsync doesn't work in native-image
2025-01-08 05:56:15
219
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
2025-01-08 05:56:13
330
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
2025-01-08 05:56:11
193
CoreAnnotationsRuntimeHints registers annotation hints for @AliasFor via RuntimeHintsUtils.registerAnnotation which curr...
Spring Fix broken kdoc-api links in kotlin.adoc
2025-01-08 05:56:09
236
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
2025-01-08 05:56:07
12276
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
2025-01-08 05:56:03
878
Spring version 6.0.0-M5Exception mapping fails with java.lang.NoSuchMethodErrorCaused by: java.lang.NoSuchMethodError: '...
Spring Introduce AOT generated class proxies
2025-01-08 05:56:02
3948
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
2025-01-08 05:55:59
1649
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
2025-01-08 05:55:56
3518
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
2025-01-08 05:55:53
230
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.
2025-01-08 05:55:51
360
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
2025-01-08 05:55:49
159
Native work has shown that we're loading OptionalValidatorFactoryBean using reflection and probably we shouldn't have to...
上一页
下一页
1
…
1415
1416
1417
1418
1419
…
2246
.