Deprecated API
Contents
-
Packages Package Description org.infinispan.query.dsl.impl since 10.1. This will be removed in 11.
-
Enums Enum Description com.fasterxml.jackson.databind.annotation.JsonSerialize.Inclusion org.hibernate.search.mapper.orm.automaticindexing.AutomaticIndexingStrategyName org.infinispan.commons.util.MemoryUnit since 11.0, useByteQuantityinstead.org.infinispan.query.dsl.SortOrder since 10.1. See deprecation note onQueryBuilder.org.jboss.resteasy.client.jaxrs.engines.ApacheHttpClientEngine.MemoryUnit
-
Exceptions Exceptions Description jakarta.servlet.jsp.el.ELException As of JSP 2.1, replaced byELExceptionjakarta.servlet.jsp.el.ELParseException As of JSP 2.1, replaced byELExceptionorg.jboss.msc.inject.InjectionException This class will be removed in a future release.org.jboss.resteasy.spi.BadRequestException This class is deprecated use jakarta.ws.rs.BadRequestExceptionorg.jboss.resteasy.spi.DefaultOptionsMethodException
-
Annotation Types Annotation Type Description com.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema Since 2.15, we recommend use of external JSON Schema generator modulejakarta.annotation.ManagedBean This will be removed post Jakarta EE 10 and should be replaced with CDI beansjakarta.jws.soap.InitParam jakarta.jws.soap.SOAPMessageHandler jakarta.jws.soap.SOAPMessageHandlers As of JSR-181 2.0 with no replacement.org.apache.cxf.annotations.Logging org.glassfish.jaxb.core.annotation.XmlIsSet this hasn't been implemented in the RI, and this hasn't been speced yet. I believe Joe asked for this feature. I'd like to drop this.org.hibernate.validator.constraints.Email use the standardEmailconstraint insteadorg.hibernate.validator.constraints.ModCheck As of release 5.1.0, replaced byMod10CheckandMod11Checkorg.hibernate.validator.constraints.NotBlank use the standardNotBlankconstraint insteadorg.hibernate.validator.constraints.NotEmpty use the standardNotEmptyconstraint insteadorg.infinispan.commons.marshall.SerializeWith since 10.0, will be removed in a future release. Please configure aSerializationContextInitializerand utilise ProtoStream annotations on Java objects instead, or specify a customMarshallerimplementation via the SerializationConfiguration.org.infinispan.commons.persistence.Store since 11.0. To be removed in 14.0 ISPN-11866. Stores should utiliseNonBlockingStore.Characteristics to specify a store's capabilities.org.infinispan.protostream.annotations.impl.OriginatingClasses this was replaced by org.infinispan.protostream.annotations.impl.processor.OriginatingClasses and it was not removed yet to prevent binary compat issues but will be removed in 4.4org.infinispan.protostream.annotations.ProtoDoc For ProtoStream documentation comment annotations, annotate directly theProtoFields with the annotations to add. For the general text case, there is no replacement.org.infinispan.protostream.annotations.ProtoDocs For ProtoStream documentation comment annotations, annotate directly theProtoFields with the annotations to add. * For the general text case, there is no replacement.org.infinispan.protostream.annotations.ProtoEnum replaced byProtoName. To be removed in version 5.org.infinispan.protostream.annotations.ProtoMessage replaced byProtoName. To be removed in version 5.org.wildfly.common.selector.DefaultSelector UseContextualinstead.
-
Annotation Type Elements Annotation Type Element Description com.fasterxml.jackson.databind.annotation.JsonSerialize.include() As of Jackson 2.0, this annotation has been replaced byJsonIncludecom.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema.schemaItemDefinition() (since 2.1) -- support will be dropped in future, since JSON-as-String is fundamentally bad way for customizing anything. No direct replacements offered.com.fasterxml.jackson.databind.jsonschema.JsonSerializableSchema.schemaObjectPropertiesDefinition() (since 2.1) -- support will be dropped in future, since JSON-as-String is fundamentally bad way for customizing anything. No direct replacements offered.jakarta.json.bind.annotation.JsonbProperty.nillable() Please useJsonbNillableas another annotation instead. This option will be removed in the future.jakarta.jws.HandlerChain.name() As of JSR-181 2.0 with no replacement.org.hibernate.envers.Audited.auditParents() Use@AuditOverride(forClass=SomeEntity.class)instead.org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded.prefix() UseIndexedEmbedded.name()instead. Note thatIndexedEmbedded.name()does not allow dots.org.infinispan.protostream.annotations.AutoProtoSchemaBuilder.autoImportClasses() since 4.3.4. This will be removed in version 5. See IPROTO-158.