[jira] [Commented] (THRIFT-5283) Ability to listen over unix socket in thrift Rust crate

2022-03-02 Thread Tobias Mucke (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500209#comment-17500209 ] Tobias Mucke commented on THRIFT-5283: -- Hi, I'm working on osquery rust bindings and the missing

[jira] [Created] (THRIFT-5533) Fix Java warnings: @param, @return and deprecation

2022-03-02 Thread Jens Geyer (Jira)
Jens Geyer created THRIFT-5533: -- Summary: Fix Java warnings: @param, @return and deprecation Key: THRIFT-5533 URL: https://issues.apache.org/jira/browse/THRIFT-5533 Project: Thrift Issue Type:

[jira] [Updated] (THRIFT-5533) Fix Java warnings: @param, @return and deprecation

2022-03-02 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer updated THRIFT-5533: --- Component/s: Java - Library > Fix Java warnings: @param, @return and deprecation >

[GitHub] [thrift] Jens-G merged pull request #2534: THRIFT-5519 Java async client loses exceptions in void methods

2022-03-02 Thread GitBox
Jens-G merged pull request #2534: URL: https://github.com/apache/thrift/pull/2534 -- 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] Jens-G closed pull request #2531: THRIFT-5526: java gen to use private_members instead of private-members as a consistent param casing

2022-03-02 Thread GitBox
Jens-G closed pull request #2531: URL: https://github.com/apache/thrift/pull/2531 -- 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] Jens-G closed pull request #2530: THRIFT-5525: java gen to use reuse_objects instead of reuse-objects as a consistent param casing

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

[jira] [Commented] (THRIFT-5533) Fix Java warnings: @param, @return and deprecation

2022-03-02 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17500387#comment-17500387 ] Jens Geyer commented on THRIFT-5533: [00:04:25]   > Task :compileJava [00:04:25]  

[jira] [Resolved] (THRIFT-5519) Java async client loses exceptions in void methods

2022-03-02 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5519. Fix Version/s: 0.17.0 Assignee: Alex Kormukhin Resolution: Fixed > Java async

[jira] [Resolved] (THRIFT-5526) java gen to use private_members instead of private-members as a consistent param casing

2022-03-02 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5526. Fix Version/s: 0.17.0 Assignee: Liu Jiayu Resolution: Fixed > java gen to use

[jira] [Resolved] (THRIFT-5525) java gen to use reuse_objects instead of reuse-objects as a consistent param casing

2022-03-02 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5525. Fix Version/s: 0.17.0 Assignee: Liu Jiayu Resolution: Fixed > java gen to use

Call for reviews for recent Java generator changes

2022-03-02 Thread Jiayu Liu
Hi dev@thrift, Recently I've created several proposals to change Java generator in thrift repo: 1. THRIFT-5521 https://github.com/apache/thrift/pull/2525 2. THRIFT-5520 https://github.com/apache/thrift/pull/2524 3. THRIFT-5524 https://github.com/apache/thrift/pull/2529 4. THRIFT-5522