-
Notifications
You must be signed in to change notification settings - Fork 5.1k
CAMEL-21217: camel-rest-openapi consumer allows for the automatic unmarshalling of request body #15557
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
Conversation
…doFinally clause [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0
…ct copying and the comparison finallyClause != output (always true due to the copying) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
…rching in global components
|
🌟 Thank you for your contribution to the Apache Camel project! 🌟 🤖 CI automation will test this PR automatically. 🐫 Apache Camel Committers, please review the following items:
|
Creation of the Java class OpenApiUtils for handling request and response types.
For media types of application/json, type and outType are set. Arrays and primitive types are also handled.
This change allows for the automatic unmarshalling of request bodies if bindingPackageScan is defined.
Target
camel-3.x, whereas Camel 4 uses themainbranch)Tracking
Apache Camel coding standards and style
[x ] I checked that each commit in the pull request has a meaningful subject line and body.
[x ] I have run
mvn clean install -DskipTestslocally from root folder and I have committed all auto-generated changes.