Skip to content
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

Unable to get public no-arg constructor bump to 0.6.1 #592

Open
lxwbr opened this issue Jan 17, 2024 · 1 comment
Open

Unable to get public no-arg constructor bump to 0.6.1 #592

lxwbr opened this issue Jan 17, 2024 · 1 comment

Comments

@lxwbr
Copy link

lxwbr commented Jan 17, 2024

After bumping from 0.6.0 to 0.6.1 we have a runtime error when executing following line:

ScopedServer.fromService(ServerBuilder.forPort(port), api)

the error is:

io.grpc.netty.NettyServerProvider Unable to get public no-arg constructor

Ant tips how to migrate to new version while fixing above?

@thesamet
Copy link
Contributor

Hi @lxwbr , that's unexpected breakage between 0.6.0 and 0.6.1 as the dependencies of zio-grpc (on grpc-java, grpc-netty) have not been bumped. I suggest starting with a minimal reproducible example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants