summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary empty spaces form t_java_generator.cc (#2809)HEADmasterBogdan Drutu2023-05-171-12/+12
| | | Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
* Fix NewTZlibTransportFactoryWithFactory commentRobert Pająk2023-05-151-1/+1
|
* THRIFT-5707 deprecation warning fixes for extern and enumJens Geyer2023-05-114-12/+8
| | | | | Client: hx Patch: Jens Geyer
* Bump org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 in /lib/kotlin (#2798)dependabot[bot]2023-05-021-1/+1
| | | | | | | | | | | | | | | | Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-jdk8](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.1 to 1.6.4. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.1...1.6.4) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump jvm from 1.6.10 to 1.8.21 in /lib/kotlin (#2803)dependabot[bot]2023-05-021-1/+1
| | | | | | | | | | | | | | | | Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.6.10 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.8.21) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* THRIFT-4086: Use true type when generating field meta data (#2765)Klemen Košir2023-04-276-32/+75
| | | Client: java
* Revert "THRIFT-5564: [CI] use GitHub workflow matrix to parallel cros… (#2802)Jiayu Liu2023-04-272-100/+0
| | | | | | | * Revert "THRIFT-5564: [CI] use GitHub workflow matrix to parallel cross tests (#2801)" This reverts commit 790d4cb86c8c3eb3dd7232028c800771c01c6b06. * keep action file change
* THRIFT-5564: [CI] use GitHub workflow matrix to parallel cross tests (#2801)Jiayu Liu2023-04-273-3/+108
| | | | | | | | | | | | | * use github to parallel cross tests * fix syntax * correct syntax * split more * update fail-fast * fix swift'
* Bump com.github.spotbugs from 4.7.1 to 5.0.14 in /lib/kotlin (#2796)dependabot[bot]2023-04-270-0/+0
|
* Bump com.github.spotbugs from 4.7.1 to 5.0.14 in /lib/java (#2797)dependabot[bot]2023-04-271-1/+1
|
* Bump com.diffplug.spotless from 6.5.2 to 6.18.0 in /lib/java (#2791)dependabot[bot]2023-04-271-1/+1
|
* THRIFT-5668: Install FindLibevent.cmake (#2726)Sutou Kouhei2023-04-272-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Client: cpp ThriftConfig.cmake uses our FindLibevent.cmake but "make install" doesn't install FindLibevent.cmake. It causes an error with find_package(Thrift) like the following: -- Found thrift: /tmp/xxx/tmp/local -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.13") -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.0.7") CMake Warning at /usr/share/cmake-3.24/Modules/CMakeFindDependencyMacro.cmake:47 (find_package): By not providing "FindLibevent.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Libevent", but CMake did not find one. Could not find a package configuration file provided by "Libevent" with any of the following names: LibeventConfig.cmake libevent-config.cmake Add the installation prefix of "Libevent" to CMAKE_PREFIX_PATH or set "Libevent_DIR" to a directory containing one of the above files. If "Libevent" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first): /tmp/xxx/tmp/local/lib/cmake/thrift/ThriftConfig.cmake:93 (find_dependency)
* Bump actions/setup-go from 3 to 4 (#2795)dependabot[bot]2023-04-271-1/+1
| | | | | | | | | | | | | | | Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-python from 3 to 4 (#2792)dependabot[bot]2023-04-271-2/+2
| | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Migration to JakartaEE 8 (#2777)Bogdan Drutu2023-04-272-4/+4
| | | | Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com> Co-authored-by: Jiayu Liu <Jimexist@users.noreply.github.com>
* THRIFT-5701: Add dependabot (#2784)Fokko Driesprong2023-04-271-0/+33
| | | | | | | | | | | * THRIFT-5701: Add dependabot To keep up to date with the latest dependencies * Update dependabot.yml * Change to monthly * Add `/lib/kotlin`
* THRIFT-5703 Haxe 4.30 emits "Local variable retval used without being ↵Jens Geyer2023-04-201-35/+38
| | | | | | | initialized" on generated code Client: hx Patch: Jens Geyer
* THRIFT-5704 Superfluous block scope in generated write() codeJens Geyer2023-04-201-2/+0
| | | | | Client: hx Patch: Jens Geyer
* Upgrade java mockito from version 1.x to version 5 (#2781)Jiayu Liu2023-04-205-6/+4
| | | | | | | * use mockito 5 * remove unnecessary flag * fix java annotation test file name
* THRIFT-5564: add GitHub action for python 2.x and 3.x (#2787)Jiayu Liu2023-04-205-6/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update .github workflow to consolidate config * add lib python * Update build.yml update * rust => rs * Update build.yml update * update install openssl remove 3.6 setup daemon try 3.6 fix lib path add backports of py Update build.yml use sudo add install-exec-hook * add ssl test skip
* update .github workflow to consolidate config (#2786)Jiayu Liu2023-04-141-99/+29
| | | | | * update .github workflow to consolidate config * rust => rs
* THRIFT-5699: java lib and build tool chain: gradle 8.0.2 (#2779)Jiayu Liu2023-04-1412-22/+22
|
* update gradle to version 7.6 (#2744)Jiayu Liu2023-04-099-17/+17
| | | | | * update gradle to version 7.6 * update hash
* reduce java logging (#2659)Jiayu Liu2023-04-082-2/+1
|
* THRIFT-5696: Allow custom TConfiguration for TByteBuffer.javaRiza Suminto2023-04-062-3/+42
|
* Bump test/go dependencyYuxuan 'fishy' Wang2023-04-052-1/+3
| | | | This replaces and closes https://github.com/apache/thrift/pull/2774.
* Fix github actions error on go testsYuxuan 'fishy' Wang2023-04-052-0/+11
|
* THRIFT-5692 Support for deprecated methods (via annotation)Jens Geyer2023-03-181-0/+51
| | | | | Client: haxe Patch: Jens Geyer
* Add missing include for the security testsTobias Mayer2023-03-182-0/+2
|
* py TSocket: Only disable socket.IPV6_V6ONLY when the family is AF_INET6Ling Li2023-03-171-7/+8
|
* Update Java lib gradle build script docs (#2767)Jiayu Liu2023-03-091-2/+2
| | | It stated Java 8 but now we are on Java 11
* Add Jira account instructions to the PR templateDuru Can Celasun2023-03-021-1/+1
|
* THRIFT-5674: Catch and handle server implementation exceptionsChandler May2023-03-022-4/+4
| | | | Client: js:es6
* Merge branch '0.18.1'Jens Geyer2023-03-013-0/+30
|\
| * Release 0.18.1v0.18.10.18.1Jens Geyer2023-02-231-0/+4
| |
| * THRIFT-5679 libthrift-0.17.0 has wrong version numbers in MANIFEST.MFZlika2023-02-211-1/+1
| | | | | | | | | | | | | | Client: Java Patch: Thomas Lorblanchès This closes #2761
| * THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler"Yuxuan 'fishy' Wang2023-02-165-39/+68
| | | | | | | | | | This reverts commit b39370ec3bc96d201bbc82fbde136f98ae605ed1, and also adds a test case for THRIFT-5685.
| * bump versionJens Geyer2023-02-1556-65/+91
| |
* | THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler"Yuxuan 'fishy' Wang2023-03-015-39/+68
| | | | | | | | | | This reverts commit b39370ec3bc96d201bbc82fbde136f98ae605ed1, and also adds a test case for THRIFT-5685.
* | Bump golang.org/x/sys in /test/godependabot[bot]2023-02-252-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210510120138-977fb7262007 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | THRIFT-5686 Add comparer and capacity arguments to container classesJens Geyer2023-02-241-29/+46
| | | | | | | | | | Client: Delphi Patch: Jens Geyer
* | lib/cpp: Fix MSVC warning C4706 (BinaryProtocol)dejank-isystem2023-02-211-2/+2
| | | | | | MSVC warning C4706: assignment within conditional expression
* | Fix VisualStudio project files and upgrade to VS2015Zlika2023-02-214-95/+73
| |
* | THRIFT-5679 libthrift-0.17.0 has wrong version numbers in MANIFEST.MFZlika2023-02-211-1/+1
| | | | | | | | | | | | | | Client: Java Patch: Thomas Lorblanchès This closes #2761
* | Fix Security Tests for OpenSSLv3Tobias Mayer2023-02-192-6/+8
| |
* | THRIFT-5684 upgrade to net7.0:Jens Geyer2023-02-1624-101/+88
| | | | | | | | | | Client: netstd Patch: Jens Geyer
* | fix typoElliotte Rusty Harold2023-02-151-1/+1
| | | | | | as --> and
* | Merge branch 0.18.0Jens Geyer2023-02-141-1/+6
|\ \ | |/
| * Added reference to existing netstd README.md file to satisfy nuget package ↵0.18.0Jens Geyer2023-02-141-1/+6
| | | | | | | | upload
* | Merge branch '0.18.0'Jens Geyer2023-02-133-0/+105
|\ \ | |/