thrift
thrift copied to clipboard
Apache Thrift
Support parameter validation, only go validation generator is supported now. Users can define validation rule for struct in Thrift file, then the generator will generate validation code, for example, go...
I have tried to create pr for @Jimexist 's branch to fix pr #2632, but as there are too many changes, finally I decided to open a new pr to...
Contains: * Replace ThriftTest.thrift with ThriftTest_0_16.thrift to allow for merging the partially completed uuid implementation to master * THRIFT-5587 add uuid support for java and kotlin * THRIFT-5593 Implement uuid...
We want to enable the compile option `-D_GLIBCXX_DEBUG` to find potential bugs, but we meet compile errors: [error_log.txt](https://issues.apache.org/jira/secure/attachment/13046360/13046360_error_log.txt) Let's see the code in apache arrow project: https://github.com/apache/arrow/blob/984b59a2b4edb03479947c46007fc6142447f759/cpp/src/generated/parquet_types.cpp#L36 It constructs a...
The `distutils` bundled with setuptools >= 62.1.0 changes its platform specifier format in paths (https://github.com/pypa/setuptools/pull/3258/files#diff-769cc4d175b0f8a3dbcfdb24c7d29e8a468ab6931abecf54c868cb4d5d28e9a1). This causes the tests to fail without this modification. Also allow the older style for...
- closes #2594 as it replaces both - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a ticket exists: Does...
upgrade rust toolchain to 1.50 to fix some compiling issues - closes #2627 - closes https://github.com/apache/thrift/pull/2527 - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes)...
Version 2.0.0 had RUSTSEC advisory, see https://github.com/rustsec/advisory-db/blob/main/crates/ordered-float/RUSTSEC-2020-0082.md 2.0.1 resolved the issue but I figured this is a good opportunity to move to the latest version. I did not create a...
this is a follow up on: - #2593 - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [x] If a ticket exists: Does your...
Bumps [plexus-utils](https://github.com/sonatype/plexus-utils) from 3.0.14 to 3.0.16. Commits cf317f9 [maven-release-plugin] prepare release plexus-utils-3.0.16 26e3ae8 Remove incorrect tag element 99639d6 Little test to mimic ${project.artifactMap(g:a:c)} usage 5d46979 Needs to build with 1.7...