summaryrefslogtreecommitdiff
path: root/lib/java/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5568: enforce consistent Java formatting (#2581)Jiayu Liu2022-05-06139-4369/+3791
| | | | | | | * use spotless plugin and google-java-format to enforce a consistent code format * add a step of spotless check before building * only run spotless on the src/ directory Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
* THRIFT-5544: annotations_as_metadata java code gen param (#2553)Jiayu Liu2022-05-051-10/+25
| | | | Add a java code generation parameter called "annotations_as_metadata" to optionally include Thrift field annotations as metadata in the generated code.
* THRIFT-5545: use gradle convention in organizing java projectJiayu Liu2022-04-20144-0/+22257
Client: java Patch: Jiayu Liu This closes #2546