-
For Removal Element Description org.jboss.resteasy.reactive.MultipartForm this annotation is not required anymore: you can useBeanParam
or just omit it entirely, as long as your container class holds any annotated fields withRestForm
,RestCookie
,RestHeader
,RestPath
,RestMatrix
,RestQuery
or their JAX-RS equivalents.
-
Annotation Types Annotation Type Description org.jboss.resteasy.reactive.MultipartForm this annotation is not required anymore: you can useBeanParam
or just omit it entirely, as long as your container class holds any annotated fields withRestForm
,RestCookie
,RestHeader
,RestPath
,RestMatrix
,RestQuery
or their JAX-RS equivalents.org.jboss.resteasy.reactive.RestSseElementType replaced byRestStreamElementType
-
Methods Method Description org.jboss.resteasy.reactive.common.headers.ServerCookie.checkName(String) Not used: Deprecated in the original org.apache.tomcat.util.http.ServerCookie class.org.jboss.resteasy.reactive.common.util.URLUtils.parsePathParms(String, MultivaluedMap<String, String>, Charset, boolean, int)