All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 4.1.3
Show newest version
{
	"groups": [
	],
	"properties": [
		{
			"name": "feign.autoconfiguration.jackson.enabled",
			"type": "java.lang.Boolean",
			"description": "If true, PageJacksonModule and SortJacksonModule bean will be provided for Jackson page decoding.",
			"defaultValue": "false"
		},
		{
			"name": "feign.circuitbreaker.enabled",
			"type": "java.lang.Boolean",
			"description": "If true, an OpenFeign client will be wrapped with a Spring Cloud CircuitBreaker circuit breaker.",
			"defaultValue": "false"
		},
		{
			"name": "feign.circuitbreaker.alphanumeric-ids.enabled",
			"type": "java.lang.Boolean",
			"description": "If true, Circuit Breaker ids will only contain alphanumeric characters to allow for configuration via configuration properties.",
			"defaultValue": "false"
		},
		{
			"name": "feign.circuitbreaker.group.enabled",
			"type": "java.lang.Boolean",
			"description": "If true, an OpenFeign client will be wrapped with a Spring Cloud CircuitBreaker circuit breaker with with group.",
			"defaultValue": "false"
		},
		{
			"name": "feign.httpclient.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables the use of the Apache HTTP Client by Feign.",
			"defaultValue": "true"
		},
		{
			"name": "feign.httpclient.hc5.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables the use of the Apache HTTP Client 5 by Feign.",
			"defaultValue": "false"
		},
		{
			"name": "feign.okhttp.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables the use of the OK HTTP Client by Feign.",
			"defaultValue": "false"
		},
		{
			"name": "feign.compression.response.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables the response from Feign to be compressed.",
			"defaultValue": "false"
		},
		{
			"name": "feign.compression.request.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables the request sent by Feign to be compressed.",
			"defaultValue": "false"
		},
		{
			"name": "feign.metrics.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables metrics capability for Feign.",
			"defaultValue": "true"
		},
		{
			"name": "feign.client.refresh-enabled",
			"type": "java.lang.Boolean",
			"description": "Enables options value refresh capability for Feign.",
			"defaultValue": "false"
		},
		{
			"name": "feign.oauth2.enabled",
			"type": "java.lang.Boolean",
			"description": "Enables feign interceptor for managing oauth2 access token.",
			"defaultValue": "false"
		},
		{
			"name": "feign.oauth2.load-balanced",
			"type": "java.lang.Boolean",
			"description": "Enables load balancing for oauth2 access token provider.",
			"defaultValue": "false"
		}
	]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy