Skip to content

Commit

Permalink
Use reflection-config.json instead of reflect-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kannanjgithub committed Aug 6, 2024
1 parent bd6b013 commit 06caf4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public void nettyResourcesUpdated() throws IOException {
InputStream inputStream = NettyChannelBuilder.class.getClassLoader()
.getResourceAsStream(
"META-INF/native-image/io.grpc.netty.shaded.io.netty/netty-transport/"
+ "reflect-config.json");
+ "reflection-config.json");
assertThat(inputStream).isNotNull();

Scanner s = new Scanner(inputStream, StandardCharsets.UTF_8.name()).useDelimiter("\\A");
Expand Down

0 comments on commit 06caf4c

Please sign in to comment.