You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Jakarta RESTful Web Services issue jakartaee/rest#890 (targeted for 3.1 / post EE-9), implementations are required to handle array types as various types of parameters to resource methods - ex:
@GET
public List<Widget> getWidgetByTypes(@QueryParam("types") String[] typeNames) { //...
@scottmarlow This is a request for a new/updated test (improvement). It is intended to test compatibility for a new function in RESTful WS 3.1 (EE 9.1?). Thanks
In Jakarta RESTful Web Services issue jakartaee/rest#890 (targeted for 3.1 / post EE-9), implementations are required to handle array types as various types of parameters to resource methods - ex:
The TCK should already test collections in https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jaxrs/ee/rs/queryparam/QueryParamTest.java - this class should probably add
@QueryParam
fields for array types.The text was updated successfully, but these errors were encountered: