Skip to content

Commit fb328dc

Browse files
Gerard Klijsgklijs
authored andcommitted
Fix to both fix the test, and the actual code.
1 parent fb870bf commit fb328dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/axonframework/springboot/aot/AxonRuntimeHints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public void registerHints(RuntimeHints hints, @Nullable ClassLoader classLoader)
6969
private void registerGrpcHints(ReflectionHints hints) {
7070
hints.registerType(
7171
TypeReference.of("io.netty.channel.epoll.EpollChannelOption"),
72-
MemberCategory.DECLARED_FIELDS);
72+
MemberCategory.PUBLIC_FIELDS);
7373
}
7474

7575
private Type[] axonSerializableClasses() {

0 commit comments

Comments
 (0)