Skip to content
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

WINDUPRULE-719: Quarkus Release 1.12 - HTTP - fix #542

Merged
merged 2 commits into from
Mar 9, 2021

Conversation

carlosthe19916
Copy link
Member

@carlosthe19916 carlosthe19916 commented Mar 8, 2021

https://issues.redhat.com/browse/WINDUPRULE-719
Migration guide: https://github.com/quarkusio/quarkus/wiki/Migration-Guide-1.12#http
Makes changes to the previous PR: #538

Changes:

  • Changed org.jboss.resteasy.reactive.MultipartForm by org.jboss.resteasy.annotations.providers.multipart.MultipartForm because org.jboss.resteasy.reactive.MultipartForm was introduced in Quarkus 1.12.0 and it doesn't exists in Quarkus 1.11.0 and we can not use a class that exists only in the target migration.

To verify we can see that https://github.com/quarkusio/quarkus/blob/1.12.0.Final/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/MultipartForm.java exists; however, https://github.com/quarkusio/quarkus/blob/1.11.0.Final/independent-projects/resteasy-reactive/common/runtime/src/main/java/org/jboss/resteasy/reactive/MultipartForm.java doesn't exist.

Copy link
Member

@mrizzi mrizzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @carlosthe19916 👍

@mrizzi mrizzi merged commit cb134af into windup:master Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants