summaryrefslogtreecommitdiff
path: root/lib/java/src/test/java/org/apache/thrift/protocol/TestTCompactProtocol.java
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5568: enforce consistent Java formatting (#2581)Jiayu Liu2022-05-061-7/+4
| | | | | | | * 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-5560: use JUnit 5 for all Java lib tests (#2574)Jiayu Liu2022-05-051-1/+3
|
* THRIFT-5545: use gradle convention in organizing java projectJiayu Liu2022-04-201-0/+56
Client: java Patch: Jiayu Liu This closes #2546