lgklein

Results 13 comments of lgklein

Hello, any news about this or a way to make feignclients work in spring native? Edit: It would be great if this issue were incorporated into 0.12.0!

> I have the same issue with spring-cloud-starter-openfeign. > > org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appRunner' defined in class path resource [com/example/restservice/AppRunner.class]: Unsatisfied dependency expressed through constructor parameter 0;...

> Thanks @spencergibb, so I confirm this won't be supported in 0.11.x, but we are well aware of that limitation in our support plan to have this proper supported in...

@spencergibb there is any workaround for this on 0.11+? We need to update the version here, but we still need the openfeign to work....

Glad to know this issue is still of interest! AOT is being built right into spring framework 6.0 (spring boot 3.0), maybe it's a good time to prioritize this idea....

Hello, any news about this or a way to make feign work with native images?

Any news about the ongoing of this case?

@mbogner you can track the implementation on this one: https://github.com/spring-cloud/spring-cloud-openfeign/issues/742

Hello @dsyer and @ST-DDT tks for your responses! With both yours examples i was able to make the server works (even with the netty-shaddy... not too much trouble with that),...

If anyone need it too, for make netty-shaded works, i only need to put this dependency com.google.cloud:native-image-suporte:0.14.1 on pom and set the build args with: --initialize-at-run-time=io.grpc.netty.shaded.io.netty.internal.tcnative.CertificateCompressionAlgo