-
Notifications
You must be signed in to change notification settings - Fork 435
[native image] Could not find reflection configuration resource "META-INF/native-image/io.github.lognet/grpc-spring-boot-starter/reflection-config.json" #337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Same issue only on latest release, 4.9.1 works fine |
I've removed reflection config json in latest build... Sorry. Will add it back |
Co-authored-by: Furer Alexander <[email protected]>
@galik-ya @kim-ddongs , please try with |
Hi, Based on 5.1.1-SNAPSHOT, I built the project with graalvm Native and the build was succeed. But I got an run time exception as following. And, if the project is built in JVM, it can run without error. I don't know where I did wrong. Could you please help me to figure it out? Exception: Error creating bean with name 'collectorGRpcServiceImpl': Instantiation of supplied bean failed |
Having the same issue again with 5.2.0: Error: Could not find reflection configuration resource "META-INF/native-image/io.github.lognet/grpc-spring-boot-starter/reflection-config.json". Is there any quick workaround I can do for this? |
Hi, I've dropped this feature in 5.2.0. |
So is there no way to build this with GraalVM native now, or am I missing something? |
Hi,
I using this framework for grpc protocol support.
Meanwhile, i face problem when execute task bootBuildImage for build native image.
Buildpack is no problem. but graalvm steps have a problem.
Maybe, cause is 'grpc-spring-boot-starter' native-image.properties have some arguments that is "-H:ReflectionConfigurationResources=${.}/reflection-config.json"
How to solve this problem?
Thanks in advance.
version : 5.0.0
native build error log
The text was updated successfully, but these errors were encountered: