Skip to content

Commit 67905e0

Browse files
committed
Remove validation of the EpollChannelOption hint, as we've stopped...
Remove validation of the EpollChannelOption hint, as we've stopped adding this hint #146 (cherry picked from commit 7d5d292)
1 parent 153be31 commit 67905e0

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/test/java/org/axonframework/springboot/aot/AxonRuntimeHintsTest.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010-2023. Axon Framework
2+
* Copyright (c) 2010-2024. Axon Framework
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -56,12 +56,6 @@ void serializableClassesHaveReflectionOnConstructor() {
5656
testForConstructor(OptionalResponseType.class);
5757
}
5858

59-
@Test
60-
void grpcFieldIsAccessible() {
61-
assertTrue(RuntimeHintsPredicates.reflection().onField(EpollChannelOption.class, "TCP_USER_TIMEOUT")
62-
.test(this.hints));
63-
}
64-
6559
@Test
6660
void resourcePatternsArePresent() {
6761
assertTrue(RuntimeHintsPredicates.resource().forResource("axonserver_download.txt").test(this.hints));

0 commit comments

Comments
 (0)