jakartaee / rest

Jakarta RESTful Web Services
Other
354 stars 114 forks source link

Reverts changes introduced by PR 972 #1043

Closed spericas closed 2 years ago

spericas commented 2 years ago

Forcing the default content type of application/octet-stream is problematic in practice. It breaks the common use case of inheriting class-level @Consumes annotations on @GET methods. Text now also clarifies that specific matching case. See discussion in Issue #970.

Requesting fast track.

Signed-off-by: Santiago Pericasgeertsen santiago.pericasgeertsen@oracle.com