-
Deprecated Classes
-
Deprecated Enums
-
Deprecated Annotation TypesAnnotation TypeDescriptionThis interface is no longer used, or respected, in code.
-
Deprecated FieldsFieldDescriptionPass Azure Resource Provider Namespace to Tracer factory method
TracerProvider.createTracer(String, String, String, TracingOptions)useTracer.extractContext(Function)andTracer.injectContext(BiConsumer, Context)for context propagation.UseStartSpanOptions.addLink(TracingLink)and pass enqueued time as an attribute on link.Deprecated in favor of PARENT_TRACE_CONTEXT_KEY, use it to propagate full io.opentelemetry.ContextuseTracer.makeSpanCurrent(Context)instead.useStartSpanOptions.addLink(TracingLink)insteadplease pass span name to Tracer.start methods.
-
Deprecated MethodsMethodDescriptionUse
HttpHeaders.set(String, String)instead.UseClientOptionsto configureapplicationId.UseClientOptionsto configureapplicationId.refer the decoration samples forPagedFlux.create(Supplier).This method is deprecated as JUnit 5 provides a simpler mechanism to get the test method name throughTestInfo. Keeping this for backward compatability of other client libraries that still override this method. This method can be deleted when all client libraries remove this method. SeeTestBase.setupTest(TestInfo).UseConfigurationBuilderandConfigurationSourceto create configuration.UseConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration.UseConfigurationBuilderandConfigurationSourceto provide all properties before creating configuration.Use localized implementation.UseClientLogger.logThrowableAsWarning(Throwable)instead.deprecated to avoid directObjectMapperusage in favor of using more resilient and debuggableJacksonAdapterAPIs.deprecated, useJacksonAdapter(BiConsumer<ObjectMapper, ObjectMapper>)constructor to configure modules.set specific attribute e.g. http_status_code explicitly and useTracer.end(String, Throwable, Context).useStartSpanOptions.addLink(TracingLink)insteadnot needed.useTracer.start(String, StartSpanOptions, Context)instead.
-
Deprecated ConstructorsConstructorDescriptionUse one of the constants or the
HttpHeaderName.fromString(String)factory method.Use one of the constants or theCloudEventDataFormat.fromString(String)factory method.Use one of the constants or theGeoObjectType.fromString(String)factory method.UseInterceptorManager(TestContextManager)instead.UseInterceptorManager(String, Map, boolean)instead.UseInterceptorManager(String, Map, boolean, String)instead.UseConfigurationBuilderandConfigurationSourcethat allow to provide all properties before creating configuration and keep it immutable.Use theExpandableStringEnum.fromString(String, Class)factory method.Use one of the constants or theLongRunningOperationStatus.fromString(String, boolean)factory method.
HttpClientOptions.