summaryrefslogtreecommitdiff
path: root/lib/java/src/main/java/org/apache/thrift/transport/THttpClient.java
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5568: enforce consistent Java formatting (#2581)Jiayu Liu2022-05-061-44/+46
| | | | | | | * 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-5545: use gradle convention in organizing java projectJiayu Liu2022-04-201-0/+389
Client: java Patch: Jiayu Liu This closes #2546