You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove warn-unused-config-enabled configuration
- Remove warnUnusedConfigEnabled property from GrpcClientProperties
- Remove grpcClientUnusedConfigChecker bean from GrpcClientAutoConfiguration
- Delete Checker class as it's no longer needed
- Remove related test cases
- This feature became less meaningful with the introduction of ManagedChannels
Fixes#113
* regen doc
Copy file name to clipboardExpand all lines: grpc-boot-autoconfigure/grpc-client-boot-autoconfigure/src/main/java/grpcstarter/client/GrpcClientAutoConfiguration.java
Copy file name to clipboardExpand all lines: grpc-boot-autoconfigure/grpc-client-boot-autoconfigure/src/main/java/grpcstarter/client/GrpcClientProperties.java
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -150,10 +150,6 @@ public class GrpcClientProperties implements InitializingBean {
150
150
* Refresh configuration.
151
151
*/
152
152
privateRefreshrefresh = newRefresh();
153
-
/**
154
-
* Whether to enable warn unused config, default true.
Copy file name to clipboardExpand all lines: grpc-boot-autoconfigure/grpc-client-boot-autoconfigure/src/test/java/grpcstarter/client/GrpcClientAutoConfigurationTest.java
0 commit comments