slachiewicz opened a new pull request, #3824:
URL: https://github.com/apache/thrift/pull/3824

   JIRA: [THRIFT-5566](https://issues.apache.org/jira/browse/THRIFT-5566)
   Client: java, tutorial
   
   ### Description
   
   Migrated `tutorial/java` from Apache Ant to Gradle:
   - Added `build.gradle` and `settings.gradle`.
   - Configured Gradle composite build (`includeBuild('../../lib/java')`) so 
`libthrift` is built and consumed directly from source.
   - Added `generateThrift` task to invoke the Thrift compiler on 
`tutorial.thrift` and `shared.thrift`.
   - Added `tutorialServer`, `tutorialClient`, and `tutorial` tasks. The 
`tutorial` task runs `JavaServer`, executes `JavaClient` simple and secure, and 
tears down the server process.
   - Updated `JavaServer.java` and `JavaClient.java` SSL keystore/truststore 
paths to reference existing `lib/java/src/crossTest/resources/` files.
   - Updated `tutorial/java/Makefile.am` to invoke Gradle instead of Ant and 
updated `EXTRA_DIST`.
   - Updated `tutorial/java/README.md` with Gradle instructions.
   - Removed obsolete `build.xml` and `build.properties`.
   - Added `/tutorial/java/.gradle/` to `.gitignore`.
   
   Co-Authored-By: Claude Sonnet 4.6 <[email protected]>


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to