[GitHub] [thrift] cfriedt closed pull request #2745: lib: cpp: transport: file descriptor leak in TServerSocket::close()

2023-01-18 Thread GitBox
cfriedt closed pull request #2745: lib: cpp: transport: file descriptor leak in TServerSocket::close() URL: https://github.com/apache/thrift/pull/2745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [thrift] cfriedt opened a new pull request, #2745: lib: cpp: transport: file descriptor leak in TServerSocket::close()

2023-01-17 Thread GitBox
cfriedt opened a new pull request, #2745: URL: https://github.com/apache/thrift/pull/2745 Close a file descriptor leak in TServerSocket::close(). This was discovered in the final stages of porting Thrift to the Zephyr RTOS, which has a finite-sized file descriptor table. De

[GitHub] [thrift] Jens-G merged pull request #2741: Improve enum support for json generator

2023-01-16 Thread GitBox
Jens-G merged PR #2741: URL: https://github.com/apache/thrift/pull/2741 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jimexist opened a new pull request, #2744: update gradle to version 7.6

2023-01-10 Thread GitBox
Jimexist opened a new pull request, #2744: URL: https://github.com/apache/thrift/pull/2744 - [ ] 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 your p

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2743: Bump json5 from 2.1.1 to 2.2.3

2023-01-05 Thread GitBox
dependabot[bot] opened a new pull request, #2743: URL: https://github.com/apache/thrift/pull/2743 Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from https://github.com/json5/json5/releases";>json5's releases. v2.2.3 Fix: json5

[GitHub] [thrift] fishy merged pull request #2742: THRIFT-5601: Fix forward typedef in go compiler

2023-01-03 Thread GitBox
fishy merged PR #2742: URL: https://github.com/apache/thrift/pull/2742 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

[GitHub] [thrift] Jens-G merged pull request #2740: netstd Server: Add IPv6

2023-01-01 Thread GitBox
Jens-G merged PR #2740: URL: https://github.com/apache/thrift/pull/2740 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G closed pull request #2740: netstd Server: Add IPv6

2023-01-01 Thread GitBox
Jens-G closed pull request #2740: netstd Server: Add IPv6 URL: https://github.com/apache/thrift/pull/2740 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail

[GitHub] [thrift] fishy opened a new pull request, #2742: THRIFT-5601: Fix forward typedef in go compiler

2022-12-29 Thread GitBox
fishy opened a new pull request, #2742: URL: https://github.com/apache/thrift/pull/2742 Client: go While https://github.com/apache/thrift/pull/951 fixed the bug with forward typedef used in container values, it also introduced a bug that broke forward typedef used in other cases in g

[GitHub] [thrift] cwe-dixa opened a new pull request, #2741: Improve enum support for json generator

2022-12-23 Thread GitBox
cwe-dixa opened a new pull request, #2741: URL: https://github.com/apache/thrift/pull/2741 The json generator currently outputs the type `i32` for all enum fields. This commit changes it to output `enum` instead and output a `class` property with a reference to the actual enum typ

[GitHub] [thrift] dejank-isystem opened a new pull request, #2740: netstd Server: Add IPv6

2022-12-20 Thread GitBox
dejank-isystem opened a new pull request, #2740: URL: https://github.com/apache/thrift/pull/2740 Unlike servers in other languages (tested: cpp & python), netstd (Csharp) listens only on IPv4. This can cause errors and delays on clients if they use "localhost" for hostname.

[GitHub] [thrift] ccmaymay opened a new pull request, #2739: THRIFT-5674: Catch and handle server implementation exceptions

2022-12-18 Thread GitBox
ccmaymay opened a new pull request, #2739: URL: https://github.com/apache/thrift/pull/2739 Client: js:es6 - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a tick

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2738: Bump qs from 6.5.2 to 6.5.3 in /lib/ts

2022-12-12 Thread GitBox
dependabot[bot] opened a new pull request, #2738: URL: https://github.com/apache/thrift/pull/2738 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md";>qs's changelog. 6.5.3 [Fix] par

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2737: Bump qs from 6.5.2 to 6.5.3

2022-12-07 Thread GitBox
dependabot[bot] opened a new pull request, #2737: URL: https://github.com/apache/thrift/pull/2737 Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from https://github.com/ljharb/qs/blob/main/CHANGELOG.md";>qs's changelog. 6.5.3 [Fix] par

[GitHub] [thrift] garymm opened a new pull request, #2736: remove use of deprecated std::iterator

2022-12-05 Thread GitBox
garymm opened a new pull request, #2736: URL: https://github.com/apache/thrift/pull/2736 See https://www.fluentcpp.com/2018/05/08/std-iterator-deprecated/ Formatting changes caused by clang-format, which I assume is OK given the repo has a .clang-format file. -- This is an a

[GitHub] [thrift] stanhu opened a new pull request, #2735: ruby: fix failing tests with Ruby 3.0

2022-11-28 Thread GitBox
stanhu opened a new pull request, #2735: URL: https://github.com/apache/thrift/pull/2735 The tests were previously failing due to keyword argument changes in Ruby 3.0. - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not

[GitHub] [thrift] Jens-G merged pull request #2734: lib: c_glib: fix compile error due to missing unistd.h

2022-11-25 Thread GitBox
Jens-G merged PR #2734: URL: https://github.com/apache/thrift/pull/2734 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] cfriedt opened a new pull request, #2734: lib: c_glib: fix compile error due to missing unistd.h

2022-11-24 Thread GitBox
cfriedt opened a new pull request, #2734: URL: https://github.com/apache/thrift/pull/2734 Previously, the c_glib library tests failed to compile due to implicit function declarationsn for `sleep()`, `fork()`, and `alarm()`. Include `` to address all of those issues (on platforms that

[GitHub] [thrift] Jens-G merged pull request #2733: Fix cpp header issues

2022-11-22 Thread GitBox
Jens-G merged PR #2733: URL: https://github.com/apache/thrift/pull/2733 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] cfriedt opened a new pull request, #2733: Fix cpp header issues

2022-11-22 Thread GitBox
cfriedt opened a new pull request, #2733: URL: https://github.com/apache/thrift/pull/2733 2 commits to address 2 issues: * lib: cpp: transport: include thrift/config.h in TFDTransport - Fixes https://app.travis-ci.com/github/apache/thrift/jobs/589120685 * lib: cpp: automake

[GitHub] [thrift] Jens-G merged pull request #2731: THRIFT-5669 "required" keyword is illegal in a "throws" clause

2022-11-22 Thread GitBox
Jens-G merged PR #2731: URL: https://github.com/apache/thrift/pull/2731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] stiga-huang opened a new pull request, #2732: THRIFT-5670: Fix wrong usage of GlobalOutput.perror()

2022-11-21 Thread GitBox
stiga-huang opened a new pull request, #2732: URL: https://github.com/apache/thrift/pull/2732 Fix a wrong usage of `GlobalOutput.perror()` by using `GlobalOutput.printf()` instead. - [x] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues

[GitHub] [thrift] Jens-G merged pull request #2730: [docs] Add missing slash to avoid empty cell

2022-11-20 Thread GitBox
Jens-G merged PR #2730: URL: https://github.com/apache/thrift/pull/2730 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] EnigmaTriton opened a new pull request, #2730: [docs] Add missing slash to avoid empty cell

2022-11-20 Thread GitBox
EnigmaTriton opened a new pull request, #2730: URL: https://github.com/apache/thrift/pull/2730 A missing slash in the end `` tag of field cell for Delphi and .NET Standard was generating an additional empty cell, breaking the table (and generating misleading info). [skip ci]

[GitHub] [thrift] Jens-G merged pull request #2689: THRIFT-5660: lib: cpp: TTransportException: create thrift::numeric_cast

2022-11-20 Thread GitBox
Jens-G merged PR #2689: URL: https://github.com/apache/thrift/pull/2689 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2723: THRIFT-5666: lib: cpp: prefer poll.h over sys/poll.h

2022-11-20 Thread GitBox
Jens-G merged PR #2723: URL: https://github.com/apache/thrift/pull/2723 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2722: THRIFT-5663: lib: cpp: usleep was not declared in this scope

2022-11-20 Thread GitBox
Jens-G merged PR #2722: URL: https://github.com/apache/thrift/pull/2722 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jimexist merged pull request #2719: THRIFT-5657: Use Swift 5.7 in all CI (github actions + travis)

2022-11-19 Thread GitBox
Jimexist merged PR #2719: URL: https://github.com/apache/thrift/pull/2719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] africamonkey closed pull request #2633: THRIFT-5603: add operator == for TEnumIterator

2022-11-19 Thread GitBox
africamonkey closed pull request #2633: THRIFT-5603: add operator == for TEnumIterator URL: https://github.com/apache/thrift/pull/2633 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific co

[GitHub] [thrift] Jens-G merged pull request #2729: switched netstd/delphi keyword lists from std::map to std::set and init via array

2022-11-18 Thread GitBox
Jens-G merged PR #2729: URL: https://github.com/apache/thrift/pull/2729 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2727: THRIFT-3956 Java keywords that are legal in IDL can lead to generated code that will not compile

2022-11-17 Thread GitBox
Jens-G merged PR #2727: URL: https://github.com/apache/thrift/pull/2727 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] andybest opened a new pull request, #2728: Add Package.swift to root of repo

2022-11-17 Thread GitBox
andybest opened a new pull request, #2728: URL: https://github.com/apache/thrift/pull/2728 This allows the Swift client library to be used as a Swift Package Manager dependency. This will allow the Swift client library to be used with Swift Package Manager, as SPM requires a

[GitHub] [thrift] Jens-G opened a new pull request, #2727: THRIFT-3956 Java keywords that are legal in IDL can lead to generated code that will not compile

2022-11-16 Thread GitBox
Jens-G opened a new pull request, #2727: URL: https://github.com/apache/thrift/pull/2727 I might have overlooked a few cases. I used the test case from that ticket. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [thrift] kou opened a new pull request, #2726: THRIFT-5668: Install FindLibevent.cmake

2022-11-08 Thread GitBox
kou opened a new pull request, #2726: URL: https://github.com/apache/thrift/pull/2726 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:

[GitHub] [thrift] kou opened a new pull request, #2725: THRIFT-5667: Make ThriftConfig.cmake relocatable

2022-11-08 Thread GitBox
kou opened a new pull request, #2725: URL: https://github.com/apache/thrift/pull/2725 Client: cpp The current ThriftConfig.cmake isn't relocatable. It means that we can't move ThriftConfig.cmake installed by "make install". In general, users don't need to move ThriftC

[GitHub] [thrift] fishy merged pull request #2724: Use multi-module to cleanup top level go.mod

2022-11-02 Thread GitBox
fishy merged PR #2724: URL: https://github.com/apache/thrift/pull/2724 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

[GitHub] [thrift] fishy opened a new pull request, #2724: Use go workspace to cleanup top level go.mod

2022-10-28 Thread GitBox
fishy opened a new pull request, #2724: URL: https://github.com/apache/thrift/pull/2724 Client: go The go library itself does not have any third-party dependencies. We have one third party dependency from the test code, which kind of polluted from top-level go.mod file to the users o

[GitHub] [thrift] cfriedt opened a new pull request, #2723: THRIFT-5666: lib: cpp + c_glib: use poll.h instead of sys/poll.h

2022-10-28 Thread GitBox
cfriedt opened a new pull request, #2723: URL: https://github.com/apache/thrift/pull/2723 In the interest of portability, use `poll.h` instead of `sys/poll.h` since `poll.h` is part of POSIX whereas `sys/poll.h` is not. - [x] Did you create an [Apache Jira](http

[GitHub] [thrift] cfriedt opened a new pull request, #2722: THRIFT-5663: lib: cpp: usleep was not declared in this scope

2022-10-26 Thread GitBox
cfriedt opened a new pull request, #2722: URL: https://github.com/apache/thrift/pull/2722 Several build failures in Travis resulted from an include-order problem in `TFileTransport.cpp`. It would probably be better to simply include the right header files in `PlatformSocket.h` but it's poss

[GitHub] [thrift] fishy merged pull request #2718: THRIFT-5650: Implement UUID in Go compiler

2022-10-26 Thread GitBox
fishy merged PR #2718: URL: https://github.com/apache/thrift/pull/2718 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

[GitHub] [thrift] Jens-G merged pull request #2687: THRIFT-5659: lib: cpp: protocol: declare when methods override

2022-10-26 Thread GitBox
Jens-G merged PR #2687: URL: https://github.com/apache/thrift/pull/2687 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2272: THRIFT-5308 Implement Validate message reply seq ids

2022-10-25 Thread GitBox
Jens-G merged PR #2272: URL: https://github.com/apache/thrift/pull/2272 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2407: fix reconnect issue for nodejs

2022-10-25 Thread GitBox
Jens-G merged PR #2407: URL: https://github.com/apache/thrift/pull/2407 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2680: THRIFT-5661: lib: cpp: TOutput: add zephyr-specific strerror_s implementation

2022-10-25 Thread GitBox
Jens-G merged PR #2680: URL: https://github.com/apache/thrift/pull/2680 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2681: THRIFT-5658: lib: cpp: TProtocol: support zephyr byteorder

2022-10-25 Thread GitBox
Jens-G merged PR #2681: URL: https://github.com/apache/thrift/pull/2681 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G closed pull request #2703: fix(sec): upgrade org.codehaus.plexus:plexus-utils to 3.0.24

2022-10-23 Thread GitBox
Jens-G closed pull request #2703: fix(sec): upgrade org.codehaus.plexus:plexus-utils to 3.0.24 URL: https://github.com/apache/thrift/pull/2703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [thrift] Jens-G merged pull request #2720: lib: cpp: add missing functional and cmath includes

2022-10-23 Thread GitBox
Jens-G merged PR #2720: URL: https://github.com/apache/thrift/pull/2720 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2721: build: docker: scripts: autotools: do not fail if .m2/ exists

2022-10-23 Thread GitBox
Jens-G merged PR #2721: URL: https://github.com/apache/thrift/pull/2721 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G closed pull request #2720: lib: cpp: add missing functional and cmath includes

2022-10-23 Thread GitBox
Jens-G closed pull request #2720: lib: cpp: add missing functional and cmath includes URL: https://github.com/apache/thrift/pull/2720 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [thrift] cfriedt opened a new pull request, #2721: build: docker: scripts: autotools: do not fail if .m2/ exists

2022-10-23 Thread GitBox
cfriedt opened a new pull request, #2721: URL: https://github.com/apache/thrift/pull/2721 Previously, when doing manual runs inside of the docker container, the `autotools.sh` script would fail if the `.m2/` directory already existed. This was a minor annoyance. Simply pass the `-p`

[GitHub] [thrift] cfriedt opened a new pull request, #2720: lib: cpp: add missing functional and cmath includes

2022-10-23 Thread GitBox
cfriedt opened a new pull request, #2720: URL: https://github.com/apache/thrift/pull/2720 Manual runs of the autotools docker script were failing due to `std::functional` not being a member of `std`. Similar error messages for `std::ceil` and `std::log`. - [ ] D

[GitHub] [thrift] Jens-G merged pull request #2682: lib: cpp: thrift: include functional in TServerFramework

2022-10-23 Thread GitBox
Jens-G merged PR #2682: URL: https://github.com/apache/thrift/pull/2682 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] kinoroy opened a new pull request, #2719: THRIFT-5657: Use Swift 5.7 in all CI (github actions + travis)

2022-10-22 Thread GitBox
kinoroy opened a new pull request, #2719: URL: https://github.com/apache/thrift/pull/2719 Standardizes the version of Swift used across all CI (actions + travis) to Swift 5.7 (the latest version) This should fix the current Travis Swift build failure on Linux due to an olde

[GitHub] [thrift] fishy merged pull request #2708: THRIFT-5650: Implement UUID in Go library

2022-10-21 Thread GitBox
fishy merged PR #2708: URL: https://github.com/apache/thrift/pull/2708 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

[GitHub] [thrift] fishy closed pull request #2700: THRIFT-5650: add uuid support in go (part I - library)

2022-10-21 Thread GitBox
fishy closed pull request #2700: THRIFT-5650: add uuid support in go (part I - library) URL: https://github.com/apache/thrift/pull/2700 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[GitHub] [thrift] fishy opened a new pull request, #2718: THRIFT-5650: Implement UUID in Go compiler

2022-10-21 Thread GitBox
fishy opened a new pull request, #2718: URL: https://github.com/apache/thrift/pull/2718 Client: go WIP - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a

[GitHub] [thrift] Jimexist merged pull request #2717: THRIFT-5653: UUID should use value 16 in Swift binary protocol

2022-10-21 Thread GitBox
Jimexist merged PR #2717: URL: https://github.com/apache/thrift/pull/2717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] kinoroy opened a new pull request, #2717: THRIFT-5653: UUID should use value 16 in Swift binary protocol

2022-10-20 Thread GitBox
kinoroy opened a new pull request, #2717: URL: https://github.com/apache/thrift/pull/2717 Removes non-standard utf8 type with raw value 16 and replaces uuid raw value with 16. Brings Swift in compliance with spec: https://github.com/apache/thrift/blob/0223d6346675c5089c2a2de5f

[GitHub] [thrift] Jens-G merged pull request #2716: THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffix

2022-10-17 Thread GitBox
Jens-G merged PR #2716: URL: https://github.com/apache/thrift/pull/2716 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G opened a new pull request, #2716: THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffix

2022-10-17 Thread GitBox
Jens-G opened a new pull request, #2716: URL: https://github.com/apache/thrift/pull/2716 Client: Delphi Patch: Jens Geyer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comme

[GitHub] [thrift] Jens-G closed pull request #2714: THRIFT-5652 IDL uuid literals can be improved

2022-10-16 Thread GitBox
Jens-G closed pull request #2714: THRIFT-5652 IDL uuid literals can be improved URL: https://github.com/apache/thrift/pull/2714 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [thrift] Jens-G closed pull request #2715: THRIFT-4655 Parser fails on the word "from"

2022-10-16 Thread GitBox
Jens-G closed pull request #2715: THRIFT-4655 Parser fails on the word "from" URL: https://github.com/apache/thrift/pull/2715 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [thrift] Jens-G opened a new pull request, #2715: THRIFT-4655 Parser fails on the word "from"

2022-10-15 Thread GitBox
Jens-G opened a new pull request, #2715: URL: https://github.com/apache/thrift/pull/2715 Client: Compiler (general) Patch: Jens Geyer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

[GitHub] [thrift] Jimexist merged pull request #2710: fix various java codestyle issues

2022-10-15 Thread GitBox
Jimexist merged PR #2710: URL: https://github.com/apache/thrift/pull/2710 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] Jens-G merged pull request #2713: Bump junit from 4.11 to 4.13.1 in /contrib/thrift-maven-plugin

2022-10-14 Thread GitBox
Jens-G merged PR #2713: URL: https://github.com/apache/thrift/pull/2713 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2709: fix(sec): upgrade com.google.guava:guava to 30.0-jre

2022-10-14 Thread GitBox
Jens-G merged PR #2709: URL: https://github.com/apache/thrift/pull/2709 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2711: Bump json-schema and jsprim

2022-10-14 Thread GitBox
Jens-G merged PR #2711: URL: https://github.com/apache/thrift/pull/2711 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G opened a new pull request, #2714: THRIFT-5652 IDL uuid literals can be improved

2022-10-14 Thread GitBox
Jens-G opened a new pull request, #2714: URL: https://github.com/apache/thrift/pull/2714 Patch: Jens Geyer -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2713: Bump junit from 4.11 to 4.13.1 in /contrib/thrift-maven-plugin

2022-10-14 Thread GitBox
dependabot[bot] opened a new pull request, #2713: URL: https://github.com/apache/thrift/pull/2713 Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from https://github.com/junit-team/junit4/releases";>junit's releases. JUnit 4.13.

[GitHub] [thrift] Jens-G merged pull request #2712: Bump json-schema and jsprim in /lib/ts

2022-10-14 Thread GitBox
Jens-G merged PR #2712: URL: https://github.com/apache/thrift/pull/2712 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jimexist merged pull request #2686: THRIFT-5644: java to use jdk 17 and upgrade minimal language level to 11

2022-10-13 Thread GitBox
Jimexist merged PR #2686: URL: https://github.com/apache/thrift/pull/2686 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2712: Bump json-schema and jsprim in /lib/ts

2022-10-13 Thread GitBox
dependabot[bot] opened a new pull request, #2712: URL: https://github.com/apache/thrift/pull/2712 Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2711: Bump json-schema and jsprim

2022-10-13 Thread GitBox
dependabot[bot] opened a new pull request, #2711: URL: https://github.com/apache/thrift/pull/2711 Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from

[GitHub] [thrift] dependabot[bot] closed pull request #2707: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/js

2022-10-13 Thread GitBox
dependabot[bot] closed pull request #2707: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/js URL: https://github.com/apache/thrift/pull/2707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [thrift] Jens-G merged pull request #2706: Bump marked from 2.0.7 to 4.1.1 in /lib/js

2022-10-13 Thread GitBox
Jens-G merged PR #2706: URL: https://github.com/apache/thrift/pull/2706 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jimexist opened a new pull request, #2710: fix various java codestyle issues

2022-10-12 Thread GitBox
Jimexist opened a new pull request, #2710: URL: https://github.com/apache/thrift/pull/2710 fix various java codestyle issues - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) -

[GitHub] [thrift] fishy opened a new pull request, #2708: THRIFT-5650: Implement UUID in Go library

2022-10-12 Thread GitBox
fishy opened a new pull request, #2708: URL: https://github.com/apache/thrift/pull/2708 Client: go This is only the library part of THRIFT-5650. I still have some open questions for the compiler part so that will be done later. While I'm here, also made some changes to go CI pr

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2707: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/js

2022-10-12 Thread GitBox
dependabot[bot] opened a new pull request, #2707: URL: https://github.com/apache/thrift/pull/2707 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 10.0.0 to 12.3.2. Changelog Sourced from https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md";>mark

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2706: Bump marked from 2.0.7 to 4.1.1 in /lib/js

2022-10-12 Thread GitBox
dependabot[bot] opened a new pull request, #2706: URL: https://github.com/apache/thrift/pull/2706 Bumps [marked](https://github.com/markedjs/marked) from 2.0.7 to 4.1.1. Release notes Sourced from https://github.com/markedjs/marked/releases";>marked's releases. v4.1.1 htt

[GitHub] [thrift] dependabot[bot] closed pull request #2705: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/ts

2022-10-12 Thread GitBox
dependabot[bot] closed pull request #2705: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/ts URL: https://github.com/apache/thrift/pull/2705 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the speci

[GitHub] [thrift] Jens-G merged pull request #2704: Bump marked from 2.1.3 to 4.1.1

2022-10-12 Thread GitBox
Jens-G merged PR #2704: URL: https://github.com/apache/thrift/pull/2704 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2705: Bump markdown-it from 10.0.0 to 12.3.2 in /lib/ts

2022-10-12 Thread GitBox
dependabot[bot] opened a new pull request, #2705: URL: https://github.com/apache/thrift/pull/2705 Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 10.0.0 to 12.3.2. Changelog Sourced from https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md";>mark

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2704: Bump marked from 2.1.3 to 4.1.1

2022-10-12 Thread GitBox
dependabot[bot] opened a new pull request, #2704: URL: https://github.com/apache/thrift/pull/2704 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.1.1. Release notes Sourced from https://github.com/markedjs/marked/releases";>marked's releases. v4.1.1 htt

[GitHub] [thrift] Jens-G merged pull request #2699: Bump marked from 2.1.3 to 4.1.1 in /lib/ts

2022-10-12 Thread GitBox
Jens-G merged PR #2699: URL: https://github.com/apache/thrift/pull/2699 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2698: Bump shelljs and grunt-contrib-jshint in /lib/js

2022-10-12 Thread GitBox
Jens-G merged PR #2698: URL: https://github.com/apache/thrift/pull/2698 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jimexist merged pull request #2684: THRIFT-5633: [build infra] add ubuntu jammy in build infra

2022-10-11 Thread GitBox
Jimexist merged PR #2684: URL: https://github.com/apache/thrift/pull/2684 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] fishy merged pull request #2702: Fix go.mod

2022-10-11 Thread GitBox
fishy merged PR #2702: URL: https://github.com/apache/thrift/pull/2702 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.org

[GitHub] [thrift] fishy opened a new pull request, #2702: Fix go.mod

2022-10-11 Thread GitBox
fishy opened a new pull request, #2702: URL: https://github.com/apache/thrift/pull/2702 Partially revert 32bd0bd950739ca048d10783a7617e317c8b9419. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [thrift] Jimexist merged pull request #2701: Bump go version to 1.19.2 and update hashes

2022-10-10 Thread GitBox
Jimexist merged PR #2701: URL: https://github.com/apache/thrift/pull/2701 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] Jimexist merged pull request #2660: [docs] update travis ci links - [skip ci]

2022-10-10 Thread GitBox
Jimexist merged PR #2660: URL: https://github.com/apache/thrift/pull/2660 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] Jimexist merged pull request #2690: THRIFT-5633: move xenial to old, deprecate xenial in travis build

2022-10-09 Thread GitBox
Jimexist merged PR #2690: URL: https://github.com/apache/thrift/pull/2690 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] HamzaAnis opened a new pull request, #2701: Bump go version to 1.9.2 and update hashes

2022-10-09 Thread GitBox
HamzaAnis opened a new pull request, #2701: URL: https://github.com/apache/thrift/pull/2701 Updated the max Golang version to latest 1.19.2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [thrift] Jimexist opened a new pull request, #2700: add uuid support in go

2022-10-08 Thread GitBox
Jimexist opened a new pull request, #2700: URL: https://github.com/apache/thrift/pull/2700 add uuid support in go - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial changes) - [ ] If a ticket

[GitHub] [thrift] Jimexist merged pull request #2697: THRIFT-5649: add github action for go

2022-10-08 Thread GitBox
Jimexist merged PR #2697: URL: https://github.com/apache/thrift/pull/2697 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.

[GitHub] [thrift] Jens-G merged pull request #2692: THRIFT-5647: Add ECONNRESET definition for macOS.

2022-10-08 Thread GitBox
Jens-G merged PR #2692: URL: https://github.com/apache/thrift/pull/2692 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2699: Bump marked from 2.1.3 to 4.1.1 in /lib/ts

2022-10-08 Thread GitBox
dependabot[bot] opened a new pull request, #2699: URL: https://github.com/apache/thrift/pull/2699 Bumps [marked](https://github.com/markedjs/marked) from 2.1.3 to 4.1.1. Release notes Sourced from https://github.com/markedjs/marked/releases";>marked's releases. v4.1.1 htt

[GitHub] [thrift] dependabot[bot] opened a new pull request, #2698: Bump shelljs and grunt-contrib-jshint in /lib/js

2022-10-08 Thread GitBox
dependabot[bot] opened a new pull request, #2698: URL: https://github.com/apache/thrift/pull/2698 Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [grunt-contrib-jshint](https://github.com/gruntjs/grunt-contrib-jshint). These dep

[GitHub] [thrift] Jens-G merged pull request #2693: Bump shelljs and grunt-contrib-jshint in /lib/ts

2022-10-08 Thread GitBox
Jens-G merged PR #2693: URL: https://github.com/apache/thrift/pull/2693 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2626: Bump shell-quote from 1.6.1 to 1.7.3 in /lib/ts

2022-10-08 Thread GitBox
Jens-G merged PR #2626: URL: https://github.com/apache/thrift/pull/2626 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

[GitHub] [thrift] Jens-G merged pull request #2694: Bump async from 2.6.1 to 3.2.3 in /lib/ts

2022-10-08 Thread GitBox
Jens-G merged PR #2694: URL: https://github.com/apache/thrift/pull/2694 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@thrift.apache.or

  1   2   3   4   5   6   7   8   9   10   >