Remove deprecations

This commit is contained in:
Oleg Zhurakousky
2022-10-25 16:21:06 +02:00
parent fd65decdb6
commit 4c83f34c9b
2 changed files with 0 additions and 49 deletions

View File

@@ -45,13 +45,6 @@ public class FunctionProperties implements EnvironmentAware, ApplicationContextA
*/
public final static String PREFIX = "spring.cloud.function";
/**
* Name of the header to be used to instruct function catalog to skip input type conversion.
* @deprecated since 3.1. Not used anymore
*/
@Deprecated
public final static String SKIP_CONVERSION_HEADER = "skip-input-type-conversion";
/**
* Name of the header to be used to instruct function to apply this content type for output conversion.
*/