Skip to content

Commit 42304f3

Browse files
authored
Upgrade Thrift compiler to v0.19 and regenerate types (jaegertracing#5080)
## Which problem is this PR solving? - Use latest version of Thrift compiler ## Description of the changes - Upgrade to v0.19 Docker image of Thrift compiler - Regenerate types ## How was this change tested? - CI Signed-off-by: Yuri Shkuro <github@ysh.us>
1 parent a7c5ef0 commit 42304f3

16 files changed

Lines changed: 366 additions & 177 deletions

Makefile.Thrift.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) 2023 The Jaeger Authors.
22
# SPDX-License-Identifier: Apache-2.0
33

4-
THRIFT_VER=0.14
4+
THRIFT_VER=0.19
55
THRIFT_IMG=jaegertracing/thrift:$(THRIFT_VER)
66
THRIFT=docker run --rm -u ${shell id -u} -v "${PWD}:/data" $(THRIFT_IMG) thrift
77
THRIFT_GO_ARGS=thrift_import="github.com/apache/thrift/lib/go/thrift"

thrift-gen/agent/GoUnusedProtection__.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/agent/agent-consts.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/agent/agent.go

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/baggage/GoUnusedProtection__.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/baggage/baggage-consts.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/baggage/baggage.go

Lines changed: 59 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/jaeger/GoUnusedProtection__.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

thrift-gen/jaeger/jaeger-consts.go

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)