Re: Thrift Maven Plugin on Linux

2019-01-15 Thread James E. King III
Hi Adam, Definitely create an issue in Jira and submit a PR. Things in contrib/ are in there either due to licensing or due to inactivity/inaction to maintain. The latter can be solved with more active development. - Jim On Tue, Jan 15, 2019 at 5:18 PM Adam Marcionek <

Re: [VOTE] Next version number: 1.0

2019-01-15 Thread James E. King III
To do this we need to retire the autoconf build and make the cmake environment as prolific as autoconf is, and be able to run cross tests on Windows. That's a lot to ask, and we need to release at least twice in the upcoming year, and three times in the next. No more once-per-year or more

Re: [VOTE] Next version number: 1.0

2019-01-15 Thread Xin Wang
+1 Next version number is 1.0. Jens Geyer 于2019年1月16日周三 上午6:33写道: > [x] 0 Don't care > > -Ursprüngliche Nachricht- > From: James E. King III > Sent: Tuesday, January 15, 2019 3:26 PM > To: dev@thrift.apache.org > Subject: [VOTE] Next version number: 1.0 > > I'd like us to consider the

Re: [VOTE] Next version number: 1.0

2019-01-15 Thread Jens Geyer
[x] 0 Don't care -Ursprüngliche Nachricht- From: James E. King III Sent: Tuesday, January 15, 2019 3:26 PM To: dev@thrift.apache.org Subject: [VOTE] Next version number: 1.0 I'd like us to consider the next version number to be 1.0. The project is mature enough, and some folks won't

Thrift Maven Plugin on Linux

2019-01-15 Thread Adam Marcionek
I'm wondering if anyone uses the thrift maven plugin with any success on Linux? A couple years ago, we created an alternate version which did have success. It modified the Thrift.compile() function to put /usr/local/lib as the LD_LIBRARY_PATH so that it could find the thrift install. Would

[jira] [Commented] (THRIFT-3587) C# TTLSSocket does not use timeout for opening the socket

2019-01-15 Thread Jens Geyer (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743437#comment-16743437 ] Jens Geyer commented on THRIFT-3587: Will look at it and see what I can do. Again: thanks! > C#

Re: [VOTE] Next version number: 1.0

2019-01-15 Thread Randy Abernethy
I am very pro the 1.0 moniker on the next release. However I would put a few key criteria on it. Without these things I would be a strong -1. Here's my list: 1. A single build system and no trace of a duplicate/confusing second system (e.g. cmake everywhere) 2. No claims of support for anything

[ANNOUNCE] Apache Roadshow Chicago, Call for Presentations

2019-01-15 Thread Trevor Grant
Hello Devs! You're receiving this email because you are subscribed to one or more Apache developer email lists. I’m writing to let you know about an exciting event coming to the Chicago area: The Apache Roadshow Chicago. It will be held May 13th and 14th at three bars in the Logan Square

[jira] [Commented] (THRIFT-2798) Thrift does not compile on Windows with TARGET_WIN_XP=0

2019-01-15 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743108#comment-16743108 ] James E. King III commented on THRIFT-2798: --- I believe one of the recent PRs removed the CMake

[jira] [Resolved] (THRIFT-4675) JS code generators not handling int64 type properly for constants and for TypeScript type mappings

2019-01-15 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4675?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James E. King III resolved THRIFT-4675. --- Resolution: Fixed Assignee: James E. King III Fix Version/s: 1.0 >

[VOTE] Next version number: 1.0

2019-01-15 Thread James E. King III
I'd like us to consider the next version number to be 1.0. The project is mature enough, and some folks won't want a version 0.13. There are already a number of accumulated breaking changes in interfaces of the C++, JavaScript, and Java libraries. C++ especially, with the break away from C++03

[jira] [Commented] (THRIFT-4739) Good old concurrency_test failing on windows builds again with some regularity

2019-01-15 Thread James E. King III (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16743081#comment-16743081 ] James E. King III commented on THRIFT-4739: --- I was able to reproduce an issue in the Docker

[jira] [Commented] (THRIFT-3587) C# TTLSSocket does not use timeout for opening the socket

2019-01-15 Thread Christoph Herold (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742899#comment-16742899 ] Christoph Herold commented on THRIFT-3587: -- Hi [~jensg]! I've had a look at our code. We

[jira] [Commented] (THRIFT-3586) C# TTLSServerSocket does not use clientTimeout parameter

2019-01-15 Thread Christoph Herold (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-3586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16742868#comment-16742868 ] Christoph Herold commented on THRIFT-3586: -- Actually, the commit you mentioned did NOT fix this