Merge branch '2.2.x'
This commit is contained in:
@@ -25,6 +25,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @since 1.2.0
|
||||
*/
|
||||
@ConfigurationProperties("spring.sleuth.annotation")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthAnnotationProperties {
|
||||
|
||||
private boolean enabled = true;
|
||||
|
||||
@@ -23,11 +23,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 1.0.11
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthProperties {
|
||||
|
||||
private boolean enabled = true;
|
||||
|
||||
@@ -26,11 +26,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Jesus Alonso
|
||||
* @since 2.1.0
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties(prefix = "spring.sleuth.async")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthAsyncProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,10 +23,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 2.2.1
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
@ConfigurationProperties("spring.sleuth.circuitbreaker")
|
||||
public class SleuthCircuitBreakerProperties {
|
||||
|
||||
|
||||
@@ -23,10 +23,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 2.0.0
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
@ConfigurationProperties("spring.sleuth")
|
||||
public class SleuthMessagingProperties {
|
||||
|
||||
|
||||
@@ -23,10 +23,8 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 2.0.0
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
@ConfigurationProperties("spring.sleuth.opentracing")
|
||||
public class SleuthOpentracingProperties {
|
||||
|
||||
|
||||
@@ -23,11 +23,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 2.0.2
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.reactor")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthReactorProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -22,11 +22,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* Sleuth Redis properties.
|
||||
*
|
||||
* @author Daniel Albuquerque
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.redis")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class TraceRedisProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,11 +23,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Arthur Gavlyukovskiy
|
||||
* @since 1.0.12
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.rxjava.schedulers")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthRxJavaSchedulersProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -24,11 +24,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Arthur Gavlyukovskiy
|
||||
* @since 1.0.12
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.scheduled")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthSchedulingProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -25,6 +25,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @since 2.0.0
|
||||
*/
|
||||
@ConfigurationProperties("spring.sleuth.http")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthHttpProperties {
|
||||
|
||||
private boolean enabled = true;
|
||||
|
||||
@@ -24,11 +24,9 @@ import org.springframework.boot.context.properties.NestedConfigurationProperty;
|
||||
*
|
||||
* @author Arthur Gavlyukovskiy
|
||||
* @since 1.0.12
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.web")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthWebProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -23,11 +23,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Marcin Grzejszczak
|
||||
* @since 2.0.2
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.feign")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SleuthFeignProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -24,11 +24,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @author Marcin Grzejszczak
|
||||
* @author Adrian Cole
|
||||
* @since 1.0.0
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.sleuth.sampler")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class SamplerProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -25,11 +25,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
*
|
||||
* @author Spencer Gibb
|
||||
* @since 1.0.0
|
||||
* @deprecated This type should have never been public and will be hidden or removed in
|
||||
* 3.0
|
||||
*/
|
||||
@Deprecated
|
||||
@ConfigurationProperties("spring.zipkin")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class ZipkinProperties {
|
||||
|
||||
/**
|
||||
|
||||
@@ -25,6 +25,7 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
||||
* @since 1.3.1
|
||||
*/
|
||||
@ConfigurationProperties("spring.zipkin.sender")
|
||||
// TODO: Hide in 3.x, if it isn't already deleted
|
||||
public class ZipkinSenderProperties {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user