apache/dubbo
Ver no GitHubnative-image unit test inject reference bean failed
Open
#13.578 aberto em 25 de dez. de 2023
component/sdkhelp wantedtype/enhancement
Métricas do repositório
- Stars
- (41.524 stars)
- Métricas de merge de PR
- (Mesclagem média 7d 14h) (20 fundiu PRs em 30d)
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
Environment
- Dubbo version: 3.3.0-beta.2-SNAPSHOT
- Operating System version: macOS 14.1.2
- Java version: GraalVM Oracle 17.0.9
Steps to reproduce this issue
- clone https://github.com/FoghostCn/dubbo-samples/tree/master/2-advanced/dubbo-samples-native-image/
- run dubbo-samples-native-image-provider first
- cd /dubbo-samples-native-image-consumer
- exec
mvn clean test -PnativeTest
Expected Behavior
unit test pass
Actual Behavior
NullPointerException, demoService is not inject, it is null