Skip to content

Commit

Permalink
Fix to both fix the test, and the actual code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerard Klijs authored and gklijs committed Oct 17, 2023
1 parent fb870bf commit fb328dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
private void registerGrpcHints(ReflectionHints hints) {
hints.registerType(
TypeReference.of("io.netty.channel.epoll.EpollChannelOption"),
MemberCategory.DECLARED_FIELDS);
MemberCategory.PUBLIC_FIELDS);
}

private Type[] axonSerializableClasses() {
Expand Down

0 comments on commit fb328dc

Please sign in to comment.