-
Notifications
You must be signed in to change notification settings - Fork 169
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
CAMEL-21461: Add features to Camel Platform Http Starter #1286
CAMEL-21461: Add features to Camel Platform Http Starter #1286
Conversation
1af89d7
to
e880358
Compare
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.
I think it's on the right track. I did left a few (nitpick) suggestions.
Also, it would probably be good to get an additional review as my Spring-foo is limited.
...apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
Outdated
Show resolved
Hide resolved
...apache/camel/component/platform/http/springboot/SpringBootPlatformHttpCertificationTest.java
Show resolved
Hide resolved
e880358
to
42f45af
Compare
5e757f1
to
50d6f87
Compare
1ea0751
to
5aec302
Compare
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.
Great work - its a lot of stuff to do to investigate and add the missing features, and find which code can be reused or not.
013b6d9
to
88be5e1
Compare
Certification Tests + Minor Fixes Add failing tests Add ReaderCache Converter test fix streaming large file test header mapping is already done in DefaultHttpBinding fix streaming CSB-5889: Let's cache the body so that is can be read multiple times CSB-5889: regen Disable not implemented feature tests Co-Authored-By: johnpoth <[email protected]> Handle Consumes only for methods with body
88be5e1
to
3eba54f
Compare
No description provided.