Closed mocenas closed 1 week ago
run tests
in certain conditions (that we meet)
... where are the conditions specified? Are they visible to users?
in certain conditions (that we meet)
... where are the conditions specified? Are they visible to users?
They are specified in the deprecation message for the @MultipartForm
it states
this annotation is not required anymore: you can use BeanParam or just omit it entirely, as long as your container class holds any annotated fields with RestForm, RestCookie, RestHeader, RestPath, RestMatrix, RestQuery or their JAX-RS equivalents.
Yes this is visible to users.
Sorry if I wrote my original description too mysteriously.
Summary
Replace deprecated APIs in HTTP modules.
@MultipartForm
Can be removed without replacement in certain conditions (that we meet).Please select the relevant options.
run tests
phrase in comment)Checklist: