玖涯软件开发
Home
Blog
Spring Register native hints for jakarta.inject annotations
2025-01-08 05:44:34
333
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
2025-01-08 05:44:32
4362
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]
2025-01-08 05:44:30
12667
Ömer Yildiz opened SPR-17137 and commented// Kotlin code:@RunWith(SpringRunner::class)@JooqTestclass Test { fun `...
Spring Add reflection hints for Web controllers
2025-01-08 05:44:27
1780
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
2025-01-08 05:44:24
6582
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
2025-01-08 05:44:22
812
The new RuntimeHints API allows to describe hints for the reflection/proxies/resources needs at runtime.The problem is, ...
Spring WebClient subscribing twice
2025-01-08 05:44:20
6205
Expected behaviorOnly hit reactor.netty.channel.FluxReceive#startReceiver onceActual behaviorHits twice, where second ti...
Spring Fix code sample for nested router functions
2025-01-08 05:44:11
824
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
2025-01-08 05:44:04
20352
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
2025-01-08 05:43:58
1304
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
2025-01-08 05:43:56
225
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
2025-01-08 05:43:53
156
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
2025-01-08 05:43:51
834
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
2025-01-08 05:43:48
3150
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
2025-01-08 05:43:45
424
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"
2025-01-08 05:43:41
1776
When I use "BeanFactoryPostProcessor" to register "BeanPostProcessor" and at the same time use AutoConfiguration to wire...
Spring fix issue 26317
2025-01-08 05:43:38
5054
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
2025-01-08 05:43:25
735
Add minimal Kotlin DSL RouterFunction attributes supportFixes https://github.com/spring-projects/spring-framework/issues...
Spring Introduce attribute support in Kotlin RouterFunction DSL
2025-01-08 05:43:23
1678
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
2025-01-08 05:43:21
1141
We're using grafana to monitor our app through java jmx exporter. We planned to configure some alerts based on those met...
上一页
下一页
1
…
1428
1429
1430
1431
1432
…
2246
.