Skip to content

Commit

Permalink
deps: updates to armeria 1.26.3 and netty 4.1.100.Final (#3614)
Browse files Browse the repository at this point in the history
updates armeria and netty to latest and adds missing timeout

Signed-off-by: Adrian Cole <adrian@tetrate.io>
Co-authored-by: Hansel Wei <hello@hanselwei.dev>
  • Loading branch information
codefromthecrypt and darkmastermindz authored Dec 6, 2023
1 parent f66fa61 commit e661025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@

<!-- This allows you to test feature branches with jitpack -->
<armeria.groupId>com.linecorp.armeria</armeria.groupId>
<armeria.version>1.17.2</armeria.version>
<armeria.version>1.26.3</armeria.version>
<!-- Match Armeria version to avoid conflicts including running tests in the IDE -->
<netty.version>4.1.95.Final</netty.version>
<netty.version>4.1.100.Final</netty.version>

<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
<jackson.version>2.16.0</jackson.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ HealthCheckedEndpointGroup decorateHealthCheck(EndpointGroup endpointGroup) {
HealthCheckedEndpointGroup.builder(endpointGroup, "/_cluster/health")
.protocol(protocol)
.useGet(true)
.selectionTimeoutMillis(timeoutMillis)
.clientFactory(factory.clientFactory)
.withClientOptions(options -> {
factory.configureHttpLogging(healthCheck.getHttpLogging(), options);
Expand Down

0 comments on commit e661025

Please sign in to comment.