This is an automated email from the ASF dual-hosted git repository.
jiayuliu pushed a change to branch follow-up-python-github-workflow
in repository https://gitbox.apache.org/repos/asf/thrift.git
discard 6b57a86a1 remove v0.16
discard 58b0aa6b5 update github workflow for python
add 2891e4a7d THRIFT-5704 Superfluous block scope in generated write()
code Client: hx Patch: Jens Geyer
add 6945c4e1c THRIFT-5703 Haxe 4.30 emits "Local variable retval used
without being initialized" on generated code Client: hx Patch: Jens Geyer
add 67de2f554 THRIFT-5701: Add dependabot (#2784)
add 172ad9b5b Migration to JakartaEE 8 (#2777)
add 9141c0c99 Bump actions/setup-python from 3 to 4 (#2792)
add ccfb91e26 Bump actions/setup-go from 3 to 4 (#2795)
add fe1f69ab2 THRIFT-5668: Install FindLibevent.cmake (#2726)
add 1287f2331 Bump com.diffplug.spotless from 6.5.2 to 6.18.0 in /lib/java
(#2791)
add c05549f19 Bump com.github.spotbugs from 4.7.1 to 5.0.14 in /lib/java
(#2797)
add 33662eea9 Bump com.github.spotbugs from 4.7.1 to 5.0.14 in /lib/kotlin
(#2796)
add 790d4cb86 THRIFT-5564: [CI] use GitHub workflow matrix to parallel
cross tests (#2801)
add ba3ecd43f update github workflow for python
add bfd2fca5d remove v0.16
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6b57a86a1)
\
N -- N -- N refs/heads/follow-up-python-github-workflow
(bfd2fca5d)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../gradle.properties => .github/dependabot.yml | 21 +++--
.github/workflows/build.yml | 17 ++--
build/cmake/GenerateConfigModule.cmake | 1 +
build/cmake/ThriftConfig.cmake.in | 12 +++
.../cpp/src/thrift/generate/t_haxe_generator.cc | 75 ++++++++---------
confdefs.h | 93 ++++++++++++++++++++++
conftest.err | 7 ++
lib/java/build.gradle | 4 +-
lib/java/gradle.properties | 4 +-
lib/java/gradle/environment.gradle | 4 +-
10 files changed, 183 insertions(+), 55 deletions(-)
copy lib/kotlin/gradle.properties => .github/dependabot.yml (71%)
create mode 100644 confdefs.h
create mode 100644 conftest.err