-
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
base: main
Are you sure you want to change the base?
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
@Autowired | ||
CamelContext camelContext; | ||
|
||
@Test |
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.
We need to have this one disabled at ASF CI. It creates a very large file ... might not be adequate for the small nodes we have.
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.
really good point, I'll disable this one
e880358
to
42f45af
Compare
5e757f1
to
50d6f87
Compare
50d6f87
to
1ea0751
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]>
1ea0751
to
5aec302
Compare
No description provided.