From 6898adbc1405d0df6f4c3d7d41277024280b9812 Mon Sep 17 00:00:00 2001 From: Artem Aleksyuk Date: Mon, 8 Jul 2024 18:54:04 +0200 Subject: [PATCH] IJPL-149248: Add the missing dependency to intellij.libraries.grpc.netty.shaded module NettyChannelProvider from intellij.libraries.grpc.netty.shaded is a subclass of ManagedChannelProvider from intellij.libraries.grpc Without this fix, PluginException: Cannot load class io.grpc.netty.shaded.io.grpc.netty.NettyChannelProvider is thrown caused by NoClassDefFoundError: io/grpc/ManagedChannelProvider. GitOrigin-RevId: 11881a7c425ba959119ab4280ba067b305f4f803 --- .../resources/intellij.libraries.grpc.netty.shaded.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/grpc-netty-shaded/resources/intellij.libraries.grpc.netty.shaded.xml b/libraries/grpc-netty-shaded/resources/intellij.libraries.grpc.netty.shaded.xml index 6fb76a66265d..ecbd08d87591 100644 --- a/libraries/grpc-netty-shaded/resources/intellij.libraries.grpc.netty.shaded.xml +++ b/libraries/grpc-netty-shaded/resources/intellij.libraries.grpc.netty.shaded.xml @@ -1,2 +1,5 @@ + + + \ No newline at end of file