Skip to content

Commit

Permalink
Remove validation of the EpollChannelOption hint, as we've stopped...
Browse files Browse the repository at this point in the history
Remove validation of the EpollChannelOption hint, as we've stopped
adding this hint

#146

(cherry picked from commit 7d5d292)
  • Loading branch information
smcvb committed Jan 31, 2024
1 parent 153be31 commit 67905e0
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2010-2023. Axon Framework
* Copyright (c) 2010-2024. Axon Framework
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -56,12 +56,6 @@ void serializableClassesHaveReflectionOnConstructor() {
testForConstructor(OptionalResponseType.class);
}

@Test
void grpcFieldIsAccessible() {
assertTrue(RuntimeHintsPredicates.reflection().onField(EpollChannelOption.class, "TCP_USER_TIMEOUT")
.test(this.hints));
}

@Test
void resourcePatternsArePresent() {
assertTrue(RuntimeHintsPredicates.resource().forResource("axonserver_download.txt").test(this.hints));
Expand Down

0 comments on commit 67905e0

Please sign in to comment.