grpc-java/interop-testing
Larry Safran 19eab29f8d
compiler: Generate interfaces for services to implement (#9688)
Introduce an AsyncService interface in the generated code and move the methods from <service>ImplBase to default implementation of the interface.
* update pom files to allow java 1.8
* Add a bindService(<service>Async) method
* Change TestServiceImpl to use the interface and include a bind method instead of extending TestServiceImplBase.
2023-02-15 10:33:44 -08:00
..
src compiler: Generate interfaces for services to implement (#9688) 2023-02-15 10:33:44 -08:00
build.gradle testing: create test client for XDS federation integration tests (#9798) 2023-01-13 11:55:08 -08:00