lhotari opened a new pull request, #3997:
URL: https://github.com/apache/bookkeeper/pull/3997
### Motivation
- grpc version was upgraded to 1.56.0 in #3992
- that breaks binary compatibility for DnsNameResolverProvider class
- see
https://github.com/grpc/grpc-java/commit/fcb5c54e4b82d354f42ced0121928fabce9ef53f#diff-b04e884de51ed12ff79482f600a2d4ec18e405ee189a4952ae35f4d2742b7160L50
### Changes
- make the field type NameResolverProvider instead of DnsNameResolverProvider
- this prevents possible NoSuchMethodError errors about
DnsNameResolverProvider.newNameResolver method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]