Skip to content

Commit 0f1fe18

Browse files
solrbotjanhoy
andauthored
Update io.grpc:grpc-* to v1.80.0 (branch_9x) (#3560)
Co-authored-by: Jan Høydahl <jan.git@cominvent.com>
1 parent 7505e27 commit 0f1fe18

48 files changed

Lines changed: 63 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
title: Update io.grpc:grpc-* to v1.80.0 (branch_9x)
2+
type: dependency_update
3+
authors:
4+
- name: solrbot
5+
links:
6+
- name: PR#3560
7+
url: https://github.com/apache/solr/pull/3560

gradle/validation/jar-checks.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ subprojects {
158158
def file = resolvedArtifact.file
159159
if (visited.add(file)) {
160160
infos.add([
161-
name : resolvedArtifact.name,
161+
// resolvedArtifact.name may contain path separators when Gradle uses capability-based
162+
// variant redirection (e.g. guava:android redirects to guava:jre). Extract only the filename part.
163+
name : new File(resolvedArtifact.name).name,
162164
jarName : file.toPath().getFileName().toString(),
163165
path : file,
164166
module : resolvedArtifact.moduleVersion,

solr/licenses/failureaccess-1.0.2.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aeaffd00d57023a2c947393ed251f0354f0985fc

solr/licenses/grpc-alts-1.65.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
73f4f60f2f22305c03784ea90f46e8d9af97b20e

solr/licenses/grpc-api-1.65.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
55f7b74a476f7f1815cb823b1a56b7ffd68e5043

solr/licenses/grpc-auth-1.65.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
e81fba2c16ffcc812a2b5541aaea47ce3bb50392

0 commit comments

Comments
 (0)