Replies: 1 comment
-
FYI, It's OK after upgrading Quarkus version to 3.2.7.Final and use quarkus-resteasy-reactive instead of quarkus-resteasy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
To upload an "eml" file I need to implement a custom MultipartFormDataReader as explained in https://issues.redhat.com/browse/RESTEASY-1255.
So I need to disable the MultipartFormDataReader Provider provided by quarkus-resteasy-multipart.
Someone can tell me how I can disable a Provider, so I could enable my Custom Provider.
Thanks
Hoby
Beta Was this translation helpful? Give feedback.
All reactions