-
Notifications
You must be signed in to change notification settings - Fork 36
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
Test handling a multipart request part as a file based on the content-type #961
Test handling a multipart request part as a file based on the content-type #961
Conversation
The QUARKUS-2743 ticket has been created after TD.
Fails in "Pull Request CI / PR - Linux - JVM build - Latest Version (11) (pull_request)" do not seem related. Need some investigation though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you are dropping all instances of @MultipartForm
. Users can still use it and mix it. What if the @MultipartForm
annotation is kept here and there?
Have you tried to run the tests with older Quarkus 2.13.5.Final which should not contain the changes? Are the failure messages reasonable?
I understand your thinking, but as we are technical people, we can literally look into Quarkus source code and see that |
As for this feature failures
As for CI failures
|
Need for +1 for CORS fix, is there an upstream change? Maybe quarkusio/quarkus#29692 ... |
One step ahead of you :-) quarkusio/quarkus#30046
Antonio was quicker than me #963 |
Summary
Verifies: quarkusio/quarkus#29725
Test plan PR: quarkus-qe/quarkus-test-plans#120
Minor commits:
Please select the relevant options.
run tests
phrase in comment)Checklist: