thrift icon indicating copy to clipboard operation
thrift copied to clipboard

Apache Thrift

Results 135 thrift issues
Sort by recently updated
recently updated
newest added

use latest rustc version for rustlib - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [x] If a ticket exists: Does...

rust

- use 24.04 for github ci jobs - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [ ] If a...

build and general CI

- [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? ([Request account here](https://selfserve.apache.org/jira-account.html), not required for trivial changes) - [ ] If a ticket exists: Does your pull request title...

python

This PR adds JDK 8 to both docker containers to support the kotlin build. Kotlin requires toolchain 8 and cant build this without the JDK for that language level being...

kotlin

In python 3.12, ssl.match_hostname has been removed. ssl.PROTOCOL_SSSLV23 has been deprecated since python 3.6.

python

This PR adds the option `no_constructors` in the C++ generator. This option elides declaring and defining: * constructor/destructor * move/copy constructor/assignment In addition this PR fixes some minor issues: 1....

c++

Currently with type_hints enabled, we do not explicitly declare the type of generated all_structs. It's meant to be a list of different types, but that will cause problems, as the...

python
compiler

[THRIFT-5817: [C++] Avoid copy of TUuid](https://issues.apache.org/jira/browse/THRIFT-5817) Make TYPE_UUID as complex for C and C++ generator - Generate code that does not make a copy for TUuid for C and C++...

c++

update ax_boost_base.m4 from http://www.gnu.org/software/autoconf-archive/ for adding loongarch information about loongarch:https://docs.kernel.org/arch/loongarch/introduction.html

build and general CI

https://wiki.debian.org/Python3-six-removal

python