Skip navigation links
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Enum Classes
  • Annotation Interfaces
  • Methods
  • Enum Constants
  • Deprecated Enum Classes
    Enum Class
    Description
    org.eclipse.microprofile.metrics.MetricRegistry.Type
    As of release 5.0, please use MetricRegistry.APPLICATION_SCOPE, MetricRegistry.BASE_SCOPE or MetricRegistry.VENDOR_SCOPE with RegistryScope instead.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    org.eclipse.microprofile.metrics.annotation.RegistryType
    As of rlease 5.0, please use RegistryScope instead
  • Deprecated Methods
    Method
    Description
    jakarta.activation.ActivationDataFlavor.equals(String)
    As inconsistent with hashCode() contract, use isMimeTypeEqual(String) instead.
    jakarta.activation.ActivationDataFlavor.normalizeMimeType(String)
     
    jakarta.activation.ActivationDataFlavor.normalizeMimeTypeParameter(String, String)
     
    jakarta.ws.rs.core.CacheControl.toString()
    The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).toString(value) instead if you rely on the format of this method.
    jakarta.ws.rs.core.CacheControl.valueOf(String)
    This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(CacheControl.class).fromString(value) instead.
    jakarta.ws.rs.core.Cookie.toString()
    The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).toString(value) instead if you rely on the format of this method.
    jakarta.ws.rs.core.Cookie.valueOf(String)
    This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(Cookie.class).fromString(value) instead.
    jakarta.ws.rs.core.EntityTag.toString()
    The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).toString(value) instead if you rely on the format of this method.
    jakarta.ws.rs.core.EntityTag.valueOf(String)
    This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(EntityTag.class).fromString(value) instead.
    jakarta.ws.rs.core.NewCookie.toString()
    The format of the toString() method is subject to change in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).toString(value) instead if you rely on the format of this method.
    jakarta.ws.rs.core.NewCookie.valueOf(String)
    This method will be removed in a future version. Please use RuntimeDelegate.getInstance().createHeaderDelegate(NewCookie.class).fromString(value) instead.
  • Deprecated Enum Constants
    Enum Constant
    Description
    org.eclipse.microprofile.metrics.MetricRegistry.Type.APPLICATION
    As of release 5.0, please use MetricRegistry.APPLICATION_SCOPE with RegistryScope instead.
    org.eclipse.microprofile.metrics.MetricRegistry.Type.BASE
    As of release 5.0, please use MetricRegistry.BASE_SCOPE with RegistryScope instead.
    org.eclipse.microprofile.metrics.MetricRegistry.Type.VENDOR
    As of release 5.0, please use MetricRegistry.VENDOR_SCOPE with RegistryScope instead.