Add support for test gRPC applications with features take from spring-grpc-test-spring-boot-autoconfigure.
The following differences are anticipated:
@AutoConfigureInProcessTransport has been renamed to @AutoConfigureTestGrpcTransport
InProcessTransportContextCustomizerFactory isn't necessary
@LocalGrpcPort has been renamed to @LocalGrpcServerPort and the initializer aligned with GraphQL
TestGrpcServerFactory and TestGrpcChannelFactory classes take on in-process creation to make it clearer that customizers don't apply to them.
Commits from Spring gRPC to consider:
Add support for test gRPC applications with features take from
spring-grpc-test-spring-boot-autoconfigure.The following differences are anticipated:
@AutoConfigureInProcessTransporthas been renamed to@AutoConfigureTestGrpcTransportInProcessTransportContextCustomizerFactoryisn't necessary@LocalGrpcPorthas been renamed to@LocalGrpcServerPortand the initializer aligned with GraphQLTestGrpcServerFactoryandTestGrpcChannelFactoryclasses take on in-process creation to make it clearer that customizers don't apply to them.Commits from Spring gRPC to consider: