From e344eece9979fe180634d238c2c6f4f2dcd8262c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 9 Jul 2015 17:50:26 +0200 Subject: [PATCH] Remove hint for server.tomcat.compression server.tomcat.compression has been removed in 00d594d so the hint for it is no longer relevant. --- ...itional-spring-configuration-metadata.json | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 019a774d9b5..936124b16d5 100644 --- a/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -176,28 +176,6 @@ } ] }, - { - "name": "server.tomcat.compression", - "values": [ - { - "value": "off", - "description": "Disable compression." - }, - { - "value": "on", - "description": "Enable compression of responses over 2048 bytes." - }, - { - "value": "force", - "description": "Enable compression of all responses." - } - ], - "providers": [ - { - "name": "any" - } - ] - }, { "name": "spring.cache.jcache.provider", "providers": [