[jira] [Created] (THRIFT-5571) add metadata map building to kotlin generator

2022-04-20 Thread Liu Jiayu (Jira)
Liu Jiayu created THRIFT-5571: - Summary: add metadata map building to kotlin generator Key: THRIFT-5571 URL: https://issues.apache.org/jira/browse/THRIFT-5571 Project: Thrift Issue Type:

[GitHub] [thrift] Jimexist opened a new pull request, #2584: add metadata map building to kotlin generator

2022-04-20 Thread GitBox
Jimexist opened a new pull request, #2584: URL: https://github.com/apache/thrift/pull/2584 add metadata map building to kotlin generator - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial

[jira] [Assigned] (THRIFT-5570) update java lib document about gradle usage

2022-04-20 Thread Liu Jiayu (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Liu Jiayu reassigned THRIFT-5570: - Assignee: Liu Jiayu > update java lib document about gradle usage >

[jira] [Created] (THRIFT-5570) update java lib document about gradle usage

2022-04-20 Thread Liu Jiayu (Jira)
Liu Jiayu created THRIFT-5570: - Summary: update java lib document about gradle usage Key: THRIFT-5570 URL: https://issues.apache.org/jira/browse/THRIFT-5570 Project: Thrift Issue Type:

[GitHub] [thrift] Jimexist opened a new pull request, #2583: update java lib document about gradle usage

2022-04-20 Thread GitBox
Jimexist opened a new pull request, #2583: URL: https://github.com/apache/thrift/pull/2583 update java lib document about gradle usage - [ ] Did you create an [Apache Jira](https://issues.apache.org/jira/projects/THRIFT/issues/) ticket? (not required for trivial

[jira] [Resolved] (THRIFT-5548) Kotlin code generator

2022-04-20 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5548. Fix Version/s: 0.17.0 Resolution: Fixed > Kotlin code generator > - >

[GitHub] [thrift] Jens-G closed pull request #2556: THRIFT-5548: add kotlin code gen

2022-04-20 Thread GitBox
Jens-G closed pull request #2556: THRIFT-5548: add kotlin code gen URL: https://github.com/apache/thrift/pull/2556 -- 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

[jira] [Resolved] (THRIFT-5545) Follow newer gradle convention in organizing source code directories

2022-04-20 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5545. Fix Version/s: 0.17.0 Resolution: Fixed > Follow newer gradle convention in organizing

[GitHub] [thrift] Jens-G closed pull request #2546: THRIFT-5545: use gradle convention in organizing java project

2022-04-20 Thread GitBox
Jens-G closed pull request #2546: THRIFT-5545: use gradle convention in organizing java project URL: https://github.com/apache/thrift/pull/2546 -- 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

[jira] [Resolved] (THRIFT-5569) generated Go code crashes when reading invalid map/set/list

2022-04-20 Thread Jens Geyer (Jira)
[ https://issues.apache.org/jira/browse/THRIFT-5569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jens Geyer resolved THRIFT-5569. Fix Version/s: 0.17.0 Assignee: Andreas Krennmair Resolution: Fixed > generated

[GitHub] [thrift] Jens-G merged pull request #2582: THRIFT-5569: add negative size checks in Go generator when reading maps, sets and lists

2022-04-20 Thread GitBox
Jens-G merged PR #2582: URL: https://github.com/apache/thrift/pull/2582 -- 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] akrennmair opened a new pull request, #2582: THRIFT-5569: add negative size checks in Go generator when reading maps, sets and lists

2022-04-20 Thread GitBox
akrennmair opened a new pull request, #2582: URL: https://github.com/apache/thrift/pull/2582 This adds a negative size checks in the Go generator for code generated when reading maps, sets and lists. - [x] Did you create an [Apache

[jira] [Created] (THRIFT-5569) generated Go code crashes when reading invalid map/set/list

2022-04-20 Thread Andreas Krennmair (Jira)
Andreas Krennmair created THRIFT-5569: - Summary: generated Go code crashes when reading invalid map/set/list Key: THRIFT-5569 URL: https://issues.apache.org/jira/browse/THRIFT-5569 Project: