[jira] [Created] (THRIFT-5513) How TThreadedSelectorServer support saml ?

2022-02-07 Thread shenbing (Jira)
shenbing created THRIFT-5513: Summary: How TThreadedSelectorServer support saml ? Key: THRIFT-5513 URL: https://issues.apache.org/jira/browse/THRIFT-5513 Project: Thrift Issue Type: Question

[jira] [Commented] (THRIFT-5507) C++ clients crash when exceptions are defined in different IDL

2022-02-07 Thread wangguitao (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488623#comment-17488623 ] wangguitao commented on THRIFT-5507: I have no a patch, I think I can try to fix it

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

2022-02-07 Thread Divye Kapoor (Jira)
Divye Kapoor created THRIFT-5512: Summary: CVEs notified on Maven Central (through deps) Key: THRIFT-5512 URL: https://issues.apache.org/jira/browse/THRIFT-5512 Project: Thrift Issue Type: Bu

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

2022-02-07 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17488354#comment-17488354 ] Jens Geyer commented on THRIFT-5511: * old behaviour like before (only change is TH

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

2022-02-07 Thread GitBox
Jens-G opened a new pull request #2516: URL: https://github.com/apache/thrift/pull/2516 Client: netstd Patch: Jens Geyer * old behaviour like before (only change is THashSet deprecation) * new behaviour is enabled with the "net6" switch: `thrift -gen netstd:net6 ...`