[CAMEL-13426] Camel-box, error code 400 (Error parsing input model.) …#2871
[CAMEL-13426] Camel-box, error code 400 (Error parsing input model.) …#2871JiriOndrusek wants to merge 1 commit intoapache:masterfrom
Conversation
…during task related events
oscerd
left a comment
There was a problem hiding this comment.
Did you check the Karaf feature ITest and the Spring Boot ITest? The integration tests should be fine I think.
|
@oscerd I was executing tests from camel/components/camel-box/camel-box-component |
|
@JiriOndrusek For the Karaf integration tests, you should run tests/camel-itest-karaf: |
|
Thanks @tadayosi @JiriOndrusek for the SB Itests you need to check under tests/camel-itest-spring-boot and run CamelBoxTest |
|
@oscerd I'll rerun camel-box integration tests to be sure that change of version doesn't cause any trouble. |
|
Thanks |
|
I've executed integration tests again. There are several errors, but all of them were present also before bump of box.sdk version. (I've created issue to address these errors: https://issues.apache.org/jira/browse/CAMEL-13434) |
|
Thanks, merged on master |
…during task related events
Issue: https://issues.apache.org/jira/browse/CAMEL-13426
Problem is fixed by change in date format in box sdk - box/box-java-sdk@391171a (in version 2.30.1).
I've verified that the change of format in request body json (change from "2019-04-17T08:59:35+0000" to "2019-04-18T07:26:27Z") - which is format changed in above commit - fixes problem.