Merge branch '2.2.x'
This commit is contained in:
@@ -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