summaryrefslogtreecommitdiff
path: root/lib/java/src/main/java/org/apache/thrift/server/TExtensibleServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5581: use gradle 7 for java/kotlin (#2601)Jiayu Liu2022-05-111-2/+6
| | | | | | | * upgrade gradle version to 7.4 * migrate from `maven` plugin to `maven-publish` plugin as required for Gradle 7 * add guard to ktfmt, since it can't run with JDK 8 Co-authored-by: Christopher Tubbs <ctubbsii@apache.org>
* THRIFT-5568: enforce consistent Java formatting (#2581)Jiayu Liu2022-05-061-42/+34
| | | | | | | * 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/+171
Client: java Patch: Jiayu Liu This closes #2546