Remove most deprecated APIs that were due for removal in 4.0
Support for rest controller, controler, and servlet endpoints has been kept for now. Issue: 45600
This commit is contained in:
committed by
Phillip Webb
parent
bf385649ec
commit
a78797a2ba
@@ -27,16 +27,6 @@ import org.springframework.boot.autoconfigure.service.connection.ConnectionDetai
|
||||
*/
|
||||
public interface OtlpTracingConnectionDetails extends ConnectionDetails {
|
||||
|
||||
/**
|
||||
* Address to where tracing will be published.
|
||||
* @return the address to where tracing will be published
|
||||
* @deprecated since 3.4.0 for removal in 4.0.0 in favor of {@link #getUrl(Transport)}
|
||||
*/
|
||||
@Deprecated(since = "3.4.0", forRemoval = true)
|
||||
default String getUrl() {
|
||||
return getUrl(Transport.HTTP);
|
||||
}
|
||||
|
||||
/**
|
||||
* Address to where tracing will be published.
|
||||
* @param transport the transport to use
|
||||
|
||||
Reference in New Issue
Block a user