resteasy / resteasy-grpc

gRPC support for RESTEasy
Apache License 2.0
1 stars 4 forks source link

Handle multipart/form-data as changed in RESTEasy 6.2.6 #59

Open ronsigal opened 11 months ago

ronsigal commented 11 months ago

The changes in RESTEasy 6.2.6 cause AbstractGrpcToJakartaRESTTest.testServletParams() to fail since now HttpServletRequestImpl getParts() has to be implemented.