>From Michael Blow <[email protected]>:

Michael Blow has submitted this change. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21672?usp=email )

Change subject: [NO ISSUE][MISC] Advance grpc to 1.84.0
......................................................................

[NO ISSUE][MISC] Advance grpc to 1.84.0

 - io.grpc
     - grpc-bom: 1.83.1 → 1.84.0
     - grpc-netty: 1.83.1 → 1.84.0

The bom carries the rest of the grpc modules with it, and grpc-xds
brings dev.cel common, protobuf and runtime forward from 0.13.0 to
0.13.1. Neither cel release removes anything.

Two public members go: Uri.isAbsolute() in grpc-api, and the
XdsClientPoolFactory.getOrCreate overload taking CallCredentials, which
1.84.0 replaces with variants taking a ChannelConfigurator. io.grpc.Uri
is referenced only from grpc's own modules, which move together, and the
xds factory only from grpc-xds itself.

Change-Id: I2b131bc3ba53aea9b27ea57bef98a0e7801ed6fa
Ext-ref: MB-73268
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21672
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ian Maxon <[email protected]>
---
M asterixdb/pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins: Verified; Verified
  Ian Maxon: Looks good to me, approved




diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index c77b219..ab0f18d 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1878,14 +1878,14 @@
       <dependency>
         <groupId>io.grpc</groupId>
         <artifactId>grpc-bom</artifactId>
-        <version>1.83.1</version>
+        <version>1.84.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>io.grpc</groupId>
         <artifactId>grpc-netty</artifactId>
-        <version>1.83.1</version>
+        <version>1.84.0</version>
         <exclusions>
           <exclusion>
             <groupId>io.grpc</groupId>

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21672?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: asterixdb
Gerrit-Branch: trinity
Gerrit-Change-Id: I2b131bc3ba53aea9b27ea57bef98a0e7801ed6fa
Gerrit-Change-Number: 21672
Gerrit-PatchSet: 2
Gerrit-Owner: Michael Blow <[email protected]>
Gerrit-Reviewer: Ian Maxon <[email protected]>
Gerrit-Reviewer: Jenkins <[email protected]>
Gerrit-Reviewer: Michael Blow <[email protected]>
Gerrit-CC: Anon. E. Moose #1000171

Reply via email to