-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong type for EncoderMode used in rest-client #37262
Conversation
Thanks for your pull request! The title of your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
@luca-bassoricci would it be easy to add a small test in the |
d6d1606
to
9ba56cd
Compare
test added |
5b0ad13
to
c367d20
Compare
...oyment/src/test/java/io/quarkus/rest/client/reactive/multipart/MultipartEncoderModeTest.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
Can you please squash and rebase the commits when you are done? |
4b8a3c8
to
225723f
Compare
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. |
Used
PausableHttpPostRequestEncoder.EncoderMode
instead ofio.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
I have removed all references to Netty's
EncoderMode
in favor ofPausableHttpPostRequestEncoder
's onesFix #37261