Skip navigation links

Jakarta EE Platform API v11.0.0-M5
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Enum Classes
  • Annotation Interfaces
  • Fields
  • Methods
  • Constructors
  • Enum Constants
  • Annotation Interface Elements
  • Terminally Deprecated Elements
    Element
    Description
    jakarta.enterprise.inject.spi.BeanManager.getELResolver()
    use ELAwareBeanManager, this method will be removed in CDI 5.0
    jakarta.enterprise.inject.spi.BeanManager.wrapExpressionFactory(ExpressionFactory)
    use ELAwareBeanManager, this method will be removed in CDI 5.0
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.annotation.FacesConfig.Version
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_LIBRARY_NAME
    Use ResourceHandler.FACES_SCRIPT_LIBRARY_NAME instead.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_RESOURCE_NAME
    Use ResourceHandler.FACES_SCRIPT_RESOURCE_NAME instead.
    jakarta.faces.application.StateManager.FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME
    Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore specifying full state saving view IDs via this context parameter will not anymore be an option.
    jakarta.faces.application.StateManager.PARTIAL_STATE_SAVING_PARAM_NAME
    Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore disabling partial state saving via this context parameter will not anymore be an option.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX
    Use ViewHandler.DEFAULT_FACELETS_SUFFIX instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX_PARAM_NAME
    Use ViewHandler.FACELETS_SUFFIX_PARAM_NAME instead.
    jakarta.faces.component.ActionSource2
    Use ActionSource instead.
    jakarta.faces.component.html.HtmlInputFile.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getAutocomplete()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getMaxlength()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getSize()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.isReadonly()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.autocomplete
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.maxlength
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.readonly
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.size
    jakarta.faces.component.html.HtmlInputFile.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAutocomplete(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setMaxlength(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setReadonly(boolean)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setSize(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputSecret.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.event.PostConstructCustomScopeEvent
    because CustomScope has been removed from Faces in favor of CDI.
    jakarta.faces.event.PreDestroyCustomScopeEvent
    because CustomScope has been removed from Faces in favor of CDI.
    jakarta.faces.view.ActionSource2AttachedObjectHandler
    Use ActionSourceAttachedObjectHandler instead.
    jakarta.faces.view.ActionSource2AttachedObjectTarget
    Use ActionSourceAttachedObjectTarget instead.
    jakarta.persistence.EntityGraph.addSubclassSubgraph(Class<? extends T>)
    use EntityGraph.addTreatedSubgraph(Class)
    jakarta.persistence.Graph.addKeySubgraph(Attribute<? super T, X>)
    use Graph.addMapKeySubgraph(MapAttribute)
    jakarta.persistence.Graph.addKeySubgraph(Attribute<? super T, X>, Class<? extends X>)
    use Graph.addTreatedMapKeySubgraph(MapAttribute, Class)
    jakarta.persistence.Graph.addSubgraph(Attribute<? super T, X>, Class<? extends X>)
    use Graph.addTreatedSubgraph(Attribute, Class)
    jakarta.persistence.Persistence()
    This class is not intended to be extended nor instantiated, it is going to be marked final when this constructor becomes hidden.
    jakarta.persistence.Persistence.PERSISTENCE_PROVIDER
    TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
    jakarta.persistence.Persistence.providers
     
    jakarta.persistence.spi.PersistenceUnitTransactionType
    replaced by PersistenceUnitTransactionType
    jakarta.servlet.http.Cookie.getComment()
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.getVersion()
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.setComment(String)
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.setVersion(int)
    This is no longer required with RFC 6265
    jakarta.servlet.http.HttpServlet.LEGACY_DO_HEAD
    may be removed in future releases
    jakarta.servlet.jsp.ErrorData(Throwable, int, String, String)
    Use ErrorData(Throwable, int, String, String, String, String)
    jakarta.servlet.SessionCookieConfig.getComment()
    This is no longer required with RFC 6265
    jakarta.servlet.SessionCookieConfig.setComment(String)
    This is no longer required with RFC 6265
    jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML
    since 4.0, use a custom string instead. Will be removed in a future release of this API.
    jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML_TYPE
    since 4.0, use a custom MediaType instead. Will be removed in a future release of this API.
  • Deprecated Interfaces
    Interface
    Description
    jakarta.faces.component.ActionSource2
    Use ActionSource instead.
    jakarta.faces.view.ActionSource2AttachedObjectHandler
    Use ActionSourceAttachedObjectHandler instead.
    jakarta.faces.view.ActionSource2AttachedObjectTarget
    Use ActionSourceAttachedObjectTarget instead.
    jakarta.resource.spi.security.GenericCredential
    The preferred way to represent generic credential information is via the org.ietf.jgss.GSSCredential interface in J2SE Version 1.4, which provides similar functionality.
    jakarta.servlet.http.PushBuilder
    In favor of 103 early hints
  • Deprecated Classes
    Class
    Description
    jakarta.faces.event.PostConstructCustomScopeEvent
    because CustomScope has been removed from Faces in favor of CDI.
    jakarta.faces.event.PreDestroyCustomScopeEvent
    because CustomScope has been removed from Faces in favor of CDI.
  • Deprecated Enum Classes
    Enum Class
    Description
    jakarta.faces.annotation.FacesConfig.Version
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.persistence.spi.PersistenceUnitTransactionType
    replaced by PersistenceUnitTransactionType
    jakarta.persistence.TemporalType
    Newly-written code should use the date/time types defined in java.time.
  • Deprecated Annotation Interfaces
    Annotation Interface
    Description
    jakarta.persistence.MapKeyTemporal
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Temporal
    Newly-written code should use the date/time types defined in java.time.
  • Deprecated Fields
    Field
    Description
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_LIBRARY_NAME
    Use ResourceHandler.FACES_SCRIPT_LIBRARY_NAME instead.
    jakarta.faces.application.ResourceHandler.JSF_SCRIPT_RESOURCE_NAME
    Use ResourceHandler.FACES_SCRIPT_RESOURCE_NAME instead.
    jakarta.faces.application.StateManager.FULL_STATE_SAVING_VIEW_IDS_PARAM_NAME
    Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore specifying full state saving view IDs via this context parameter will not anymore be an option.
    jakarta.faces.application.StateManager.PARTIAL_STATE_SAVING_PARAM_NAME
    Full state saving will be removed in favor of partial state saving in order to keep the spec simple. Therefore disabling partial state saving via this context parameter will not anymore be an option.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX
    Use ViewHandler.DEFAULT_FACELETS_SUFFIX instead.
    jakarta.faces.application.ViewHandler.DEFAULT_SUFFIX_PARAM_NAME
    Use ViewHandler.FACELETS_SUFFIX_PARAM_NAME instead.
    jakarta.faces.component.UIComponent.bindings
    jakarta.persistence.Persistence.PERSISTENCE_PROVIDER
    TODO: Either change TCK reference to PERSISTENCE_PROVIDER field to expect "jakarta.persistence.spi.PersistenceProvider" or remove PERSISTENCE_PROVIDER field and also update TCK signature tests.
    jakarta.persistence.Persistence.providers
     
    jakarta.servlet.http.HttpServlet.LEGACY_DO_HEAD
    may be removed in future releases
    jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML
    since 4.0, use a custom string instead. Will be removed in a future release of this API.
    jakarta.ws.rs.core.MediaType.APPLICATION_SVG_XML_TYPE
    since 4.0, use a custom MediaType instead. Will be removed in a future release of this API.
  • 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.enterprise.inject.spi.BeanManager.getELResolver()
    use ELAwareBeanManager, this method will be removed in CDI 5.0
    jakarta.enterprise.inject.spi.BeanManager.wrapExpressionFactory(ExpressionFactory)
    use ELAwareBeanManager, this method will be removed in CDI 5.0
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.faces.component.html.HtmlInputFile.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getAutocomplete()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getMaxlength()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.getSize()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.isReadonly()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setAutocomplete(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setMaxlength(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setReadonly(boolean)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputFile.setSize(int)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.getAlt()
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.faces.component.html.HtmlInputSecret.setAlt(String)
    This attribute is actually not specified in HTML. Do not use it on this component.
    jakarta.json.bind.annotation.JsonbProperty.nillable()
    Please use JsonbNillable as another annotation instead. This option will be removed in the future.
    jakarta.persistence.criteria.CriteriaQuery.multiselect(Selection<?>...)
    Since this method is not typesafe, the use of CriteriaBuilder.array(jakarta.persistence.criteria.Selection<?>...) or CriteriaBuilder.tuple(jakarta.persistence.criteria.Selection<?>...) with CriteriaQuery.select(jakarta.persistence.criteria.Selection<? extends T>) is strongly preferred.
    jakarta.persistence.criteria.CriteriaQuery.multiselect(List<Selection<?>>)
    Since this method is not typesafe, the use of CriteriaBuilder.array(jakarta.persistence.criteria.Selection<?>...) or CriteriaBuilder.tuple(jakarta.persistence.criteria.Selection<?>...) with CriteriaQuery.select(jakarta.persistence.criteria.Selection<? extends T>) is strongly preferred.
    jakarta.persistence.EntityGraph.addSubclassSubgraph(Class<? extends T>)
    use EntityGraph.addTreatedSubgraph(Class)
    jakarta.persistence.Graph.addKeySubgraph(Attribute<? super T, X>)
    use Graph.addMapKeySubgraph(MapAttribute)
    jakarta.persistence.Graph.addKeySubgraph(Attribute<? super T, X>, Class<? extends X>)
    use Graph.addTreatedMapKeySubgraph(MapAttribute, Class)
    jakarta.persistence.Graph.addSubgraph(Attribute<? super T, X>, Class<? extends X>)
    use Graph.addTreatedSubgraph(Attribute, Class)
    jakarta.persistence.Query.setParameter(int, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Query.setParameter(int, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Query.setParameter(Parameter<Calendar>, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Query.setParameter(Parameter<Date>, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Query.setParameter(String, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.Query.setParameter(String, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(int, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(int, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(Parameter<Calendar>, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(Parameter<Date>, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(String, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.StoredProcedureQuery.setParameter(String, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(int, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(int, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(Parameter<Calendar>, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(Parameter<Date>, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(String, Calendar, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.persistence.TypedQuery.setParameter(String, Date, TemporalType)
    Newly-written code should use the date/time types defined in java.time.
    jakarta.resource.cci.ResourceWarning.getLinkedWarning()
    Java™ release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
    jakarta.resource.cci.ResourceWarning.setLinkedWarning(ResourceWarning)
    J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
    jakarta.resource.ResourceException.getLinkedException()
    J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class..
    jakarta.resource.ResourceException.setLinkedException(Exception)
    J2SE release 1.4 supports a chained exception facility that allows any throwable to know about another throwable, if any, that caused it to get thrown. Refer to getCause and initCause methods of the java.lang.Throwable class.
    jakarta.servlet.http.Cookie.getComment()
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.getVersion()
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.setComment(String)
    This is no longer required with RFC 6265
    jakarta.servlet.http.Cookie.setVersion(int)
    This is no longer required with RFC 6265
    jakarta.servlet.http.HttpServletRequest.newPushBuilder()
    In favor of 103 early hints
    jakarta.servlet.http.HttpServletRequestWrapper.newPushBuilder()
    In favor of 103 early hints
    jakarta.servlet.SessionCookieConfig.getComment()
    This is no longer required with RFC 6265
    jakarta.servlet.SessionCookieConfig.setComment(String)
    This is no longer required with RFC 6265
    jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.addNode(String)
    since 1.1 - replaced by ConstraintValidatorContext.ConstraintViolationBuilder.addPropertyNode(String), ConstraintValidatorContext.ConstraintViolationBuilder.addBeanNode() and ConstraintValidatorContext.ConstraintViolationBuilder.addParameterNode(int)
    jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addNode(String)
    since 1.1 - replaced by ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addPropertyNode(String) and ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderCustomizableContext.addBeanNode()
    jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addNode(String)
    since 1.1 - replaced by ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addPropertyNode(String) and ConstraintValidatorContext.ConstraintViolationBuilder.NodeBuilderDefinedContext.addBeanNode()
    jakarta.validation.ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addNode(String)
    since 1.1 - replaced by ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addPropertyNode(String) and ConstraintValidatorContext.ConstraintViolationBuilder.NodeContextBuilder.addBeanNode()
    jakarta.ws.rs.core.Application.getSingletons()
    Automatic discovery of resources and providers or the getClasses method is preferred over getSingletons.
    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 Constructors
    Constructor
    Description
    jakarta.faces.application.ApplicationFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ApplicationWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ConfigurableNavigationHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.NavigationCaseWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.NavigationHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ResourceHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ResourceWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.application.ViewHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.component.visit.VisitContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.component.visit.VisitContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExceptionHandlerFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExceptionHandlerWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExternalContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ExternalContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FacesContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FacesContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FlashFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.FlashWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.PartialViewContextFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.PartialViewContextWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.context.ResponseWriterWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.flow.FlowHandlerFactoryWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.ClientWindowFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.ClientWindowWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.LifecycleFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.lifecycle.LifecycleWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RendererWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RenderKitFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.render.RenderKitWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.facelets.FaceletCacheFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.facelets.TagHandlerDelegateFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.ViewDeclarationLanguageFactory()
    Use the other constructor taking the implementation being wrapped.
    jakarta.faces.view.ViewDeclarationLanguageWrapper()
    Use the other constructor taking the implementation being wrapped.
    jakarta.persistence.Persistence()
    This class is not intended to be extended nor instantiated, it is going to be marked final when this constructor becomes hidden.
    jakarta.servlet.jsp.ErrorData(Throwable, int, String, String)
    Use ErrorData(Throwable, int, String, String, String, String)
    jakarta.websocket.SendResult()
    Deprecated in WebSocket 2.2 and will be removed in a future version. Use SendResult(Session, Throwable) as a replacement.
    jakarta.websocket.SendResult(Throwable)
    Deprecated in WebSocket 2.2 and will be removed in a future version. Use SendResult(Session, Throwable) as a replacement.
    jakarta.ws.rs.core.Cookie(String, String)
    This constructor will be removed in a future version. Please use Cookie.Builder instead.
    jakarta.ws.rs.core.Cookie(String, String, String, String)
    This constructor will be removed in a future version. Please use Cookie.Builder instead.
    jakarta.ws.rs.core.Cookie(String, String, String, String, int)
    This constructor will be removed in a future version. Please use Cookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(Cookie)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(Cookie, String, int, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(Cookie, String, int, Date, boolean, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(Cookie, String, int, Date, boolean, boolean, NewCookie.SameSite)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String, String, String, int, String, int, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String, String, String, int, String, int, Date, boolean, boolean, NewCookie.SameSite)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String, String, String, String, int, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
    jakarta.ws.rs.core.NewCookie(String, String, String, String, String, int, boolean, boolean)
    This constructor will be removed in a future version. Please use NewCookie.Builder instead.
  • Deprecated Enum Constants
    Enum Constant
    Description
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.alt
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.autocomplete
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.maxlength
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.readonly
    jakarta.faces.component.html.HtmlInputFile.PropertyKeys.size
    jakarta.faces.component.html.HtmlInputSecret.PropertyKeys.alt
  • Deprecated Annotation Interface Elements
    Annotation Interface Element
    Description
    jakarta.faces.annotation.FacesConfig.version()
    It has no effect anymore as per Jakarta Faces version 4.0; the actual impl version should be leading.
    jakarta.json.bind.annotation.JsonbProperty.nillable()
    Please use JsonbNillable as another annotation instead. This option will be removed in the future.

Copyright © 2018, 2024 Eclipse Foundation.
Use is subject to license terms.