[GitHub] [thrift] TeinRnD opened a new pull request #2517: THRIFT-5499: Use blocking Read/Write calls to make sure the Receive/S…

2022-02-08 Thread GitBox
TeinRnD opened a new pull request #2517: URL: https://github.com/apache/thrift/pull/2517 …endTimeout is checked. Client: netstd The Read/Write operations on the TCP-stream are now blocking calls wrapped in a Task. This ensures the Send/ReceiveTimeout properties of the T

[jira] [Commented] (THRIFT-5512) CVEs notified on Maven Central (through deps)

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488981#comment-17488981 ] Jens Geyer commented on THRIFT-5512: {quote}Consider fixing the dep versions and doi

[jira] [Comment Edited] (THRIFT-5512) CVEs notified on Maven Central (through deps)

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488981#comment-17488981 ] Jens Geyer edited comment on THRIFT-5512 at 2/8/22, 4:16 PM: -

https://issues.apache.org/jira/browse/THRIFT-5512

2022-02-08 Thread Jens Geyer
Hi, some guy with not much information other than he thinks we should update some Java dependencies because he wants it has filed that ticket. Anyone from the Java folks feeling like fixing this in 0.16.0 right away? Have fun, JensG

[GitHub] [thrift] Jens-G closed pull request #2516: THRIFT-5511 Full support for the new net6 "nullability" semantics

2022-02-08 Thread GitBox
Jens-G closed pull request #2516: URL: https://github.com/apache/thrift/pull/2516 -- 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...@

[jira] [Resolved] (THRIFT-5511) Full support for the new net6 "nullability" semantics

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5511. Fix Version/s: 0.17.0 Resolution: Fixed > Full support for the new net6 "nullability" seman

[jira] [Updated] (THRIFT-5511) Full support for the new net6 "nullability" semantics

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5511: --- Labels: breaking (was: ) > Full support for the new net6 "nullability" semantics > ---

[jira] [Updated] (THRIFT-5511) Full support for the new net6 "nullability" semantics

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5511: --- Labels: (was: breaking) > Full support for the new net6 "nullability" semantics > ---

[GitHub] [thrift] fishy opened a new pull request #2519: THRIFT-5512: Update java dependencies

2022-02-08 Thread GitBox
fishy opened a new pull request #2519: URL: https://github.com/apache/thrift/pull/2519 Update java dependencies according to the suggestions from: https://mvnrepository.com/artifact/org.apache.thrift/libthrift/0.15.0 -- This is an automated message from the Apache Git Service. To r

Re: https://issues.apache.org/jira/browse/THRIFT-5512

2022-02-08 Thread Yuxuan Wang
The code change looks simple enough so I could give it a try: https://github.com/apache/thrift/pull/2519 But if travis breaks because of it I would have no idea on how to fix that :) On Tue, Feb 8, 2022 at 8:19 AM Jens Geyer wrote: > Hi, > > some guy with not much information other than he thin

[GitHub] [thrift] Jens-G merged pull request #2518: Fix winsock capitalization for case sensitive cross-compilation

2022-02-08 Thread GitBox
Jens-G merged pull request #2518: URL: https://github.com/apache/thrift/pull/2518 -- 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...@

[jira] [Updated] (THRIFT-5512) CVEs notified on Maven Central (through deps)

2022-02-08 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5512: --- Component/s: Java - Library > CVEs notified on Maven Central (through deps) > --

[jira] [Commented] (THRIFT-5512) CVEs notified on Maven Central (through deps)

2022-02-08 Thread Yuxuan Wang (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489124#comment-17489124 ] Yuxuan Wang commented on THRIFT-5512: - That page suggests to upgrade junit to 5.8.2

[GitHub] [thrift] fishy opened a new pull request #2520: THRIFT-5509: Suppress noisy log from go's TSimpleServer

2022-02-08 Thread GitBox
fishy opened a new pull request #2520: URL: https://github.com/apache/thrift/pull/2520 Client: go This is a follow up of 6f33b0470. After we proactively closed the client connection, processor.Process could return NOT_OPEN as a result, and those errors being logged will cause th

Re: [VOTE] Apache Thrift 0.16.0-rc1 release candidate

2022-02-08 Thread Yuxuan Wang
-1 Looks like we need to merge and cherry-pick into 0.16.0 branch: * https://github.com/apache/thrift/pull/2519 (the java dependency vulnerability fixes) * https://github.com/apache/thrift/pull/2520 (a follow up from the fix included in rc1, sorry about that) On Sun, Feb 6, 2022 at 8:08 PM Randy

[GitHub] [thrift] fishy merged pull request #2520: THRIFT-5509: Suppress noisy log from go's TSimpleServer

2022-02-08 Thread GitBox
fishy merged pull request #2520: URL: https://github.com/apache/thrift/pull/2520 -- 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...@t

[jira] [Commented] (THRIFT-5512) CVEs notified on Maven Central (through deps)

2022-02-08 Thread Christopher Tubbs (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17489187#comment-17489187 ] Christopher Tubbs commented on THRIFT-5512: --- It is credible. JUnit 4 had the M