From 427a9721c25ea336b5629a4ae82cc3c3a3afdc5e Mon Sep 17 00:00:00 2001 From: Olga Maciaszek-Sharma Date: Fri, 19 Oct 2018 16:48:51 +0200 Subject: [PATCH] Remove unnecessary configuration metadata. --- ...additional-spring-configuration-metadata.json | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 spring-cloud-netflix-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json diff --git a/spring-cloud-netflix-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-netflix-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json deleted file mode 100644 index 1dd3a52d7..000000000 --- a/spring-cloud-netflix-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "properties": [ - { - "defaultValue": "true", - "name": "management.metrics.binders.hystrix.enabled", - "description": "Enables creation of OK Http Client factory beans.", - "type": "java.lang.Boolean" - }, - { - "defaultValue": false, - "name": "hystrix.shareSecurityContext", - "description": "Enables auto-configuration of the Hystrix concurrency strategy plugin hook who will transfer the `SecurityContext` from your main thread to the one used by the Hystrix command.", - "type": "java.lang.Boolean" - } - ] -} \ No newline at end of file