This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch automatic-periodic-sync in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git.
omit 60fd88c [create-pull-request] automated change add 438ebed [create-pull-request] automated change add 91795dd [CAMEL-17736]add tests in camel-jackson-protobuf-starter (#451) add cd9e6d0 add tests in camel-platform-http-start (#452) add 95639e2 [create-pull-request] automated change This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (60fd88c) \ N -- N -- N refs/heads/automatic-periodic-sync (95639e2) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../JacksonProtobufLookupResolverTest.java} | 44 +++---- ...cksonProtobufMarshalUnmarshalJsonNodeTest.java} | 48 ++++---- .../JacksonProtobufMarshalUnmarshalPojoTest.java} | 37 +++--- .../camel-platform-http-starter/pom.xml | 18 +++ .../JettyCustomPlatformHttpConsumer.java | 130 +++++++++++++++++++++ .../springboot/JettyCustomPlatformHttpEngine.java | 21 ++-- .../platform/http/springboot/JettyServerTest.java | 53 +++++++++ .../http/springboot/PlatformHttpTest.java} | 99 ++++++++-------- ...tPlatformHttpContextPathConfigurationTest.java} | 93 +++++++-------- tooling/camel-spring-boot-dependencies/pom.xml | 95 +++++++++------ 10 files changed, 431 insertions(+), 207 deletions(-) copy components-starter/{camel-jackson-avro-starter/src/test/java/org/apache/camel/component/jackson/avro/springboot/test/JacksonAvroLookupResolverTest.java => camel-jackson-protobuf-starter/src/test/java/org/apache/camel/component/jackson/protobuf/springboot/JacksonProtobufLookupResolverTest.java} (76%) copy components-starter/{camel-jackson-avro-starter/src/test/java/org/apache/camel/component/jackson/avro/springboot/test/JacksonAvroMarshalUnmarshalPojoTest.java => camel-jackson-protobuf-starter/src/test/java/org/apache/camel/component/jackson/protobuf/springboot/JacksonProtobufMarshalUnmarshalJsonNodeTest.java} (70%) copy components-starter/{camel-jackson-avro-starter/src/test/java/org/apache/camel/component/jackson/avro/springboot/test/JacksonAvroMarshalUnmarshalPojoTest.java => camel-jackson-protobuf-starter/src/test/java/org/apache/camel/component/jackson/protobuf/springboot/JacksonProtobufMarshalUnmarshalPojoTest.java} (77%) create mode 100644 components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/JettyCustomPlatformHttpConsumer.java copy tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/arquillian/container/jmx/CustomJMXProtocol.java => components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/JettyCustomPlatformHttpEngine.java (60%) create mode 100644 components-starter/camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/JettyServerTest.java copy components-starter/{camel-jsonpath-starter/src/test/java/org/apache/camel/component/jsonpath/springboot/test/JsonPathPlatformHttpTest.java => camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/PlatformHttpTest.java} (55%) copy components-starter/{camel-jsonpath-starter/src/test/java/org/apache/camel/component/jsonpath/springboot/test/JsonPathPlatformHttpTest.java => camel-platform-http-starter/src/test/java/org/apache/camel/component/platform/http/springboot/RestPlatformHttpContextPathConfigurationTest.java} (53%)