This is an automated email from the ASF dual-hosted git repository.
lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 3bb388a CAMEL-14663 - Camel-AWS2 S3: Add support for multipart
upload, added an integration test
new c4aadb3 CAMEL-13844 RestConfiguration - Make it simpler and only have
one
new 9edf3b8 Add slf4j implementation to avoid warning when running tests
new 702a6b2 Fix usage of deprecated mockito method
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
components/camel-coap/pom.xml | 5 --
.../java/org/apache/camel/coap/CoAPComponent.java | 3 +-
.../camel/coap/CoAPRestComponentTestBase.java | 2 +-
.../apache/camel/coap/CoAPRestContextPathTest.java | 2 +-
.../apache/camel/component/http/HttpComponent.java | 9 +-
.../camel/component/jetty/JettyHttpComponent.java | 17 ++--
.../jetty/rest/RestHttpsClientAuthRouteTest.java | 2 +-
.../rest/RestJettyRemoveAddRestAndRouteTest.java | 2 +-
.../component/netty/http/NettyHttpComponent.java | 19 ++---
.../camel/openapi/OpenApiRestProducerFactory.java | 24 +++---
.../camel/openapi/RestOpenApiSupportTest.java | 26 +++---
.../platform/http/PlatformHttpComponent.java | 7 +-
.../rest/openapi/RestOpenApiEndpoint.java | 97 +++++++++-------------
.../rest/openapi/RestOpenApiEndpointTest.java | 23 ++---
.../rest/openapi/RestOpenApiEndpointV3Test.java | 33 +++-----
.../rest/swagger/RestSwaggerEndpoint.java | 29 ++-----
.../rest/swagger/RestSwaggerEndpointTest.java | 11 +--
.../camel/component/rest/DefaultRestRegistry.java | 18 ++--
.../camel/component/rest/RestApiComponent.java | 2 +-
.../camel/component/rest/RestApiEndpoint.java | 13 +--
.../apache/camel/component/rest/RestComponent.java | 81 +-----------------
.../apache/camel/component/rest/RestEndpoint.java | 14 ++--
.../camel/component/servlet/ServletComponent.java | 12 +--
.../component/sparkrest/SparkRestComponent.java | 17 ++--
.../camel/swagger/SwaggerRestProducerFactory.java | 8 +-
.../component/undertow/UndertowComponent.java | 25 +++---
.../camel/component/webhook/WebhookComponent.java | 4 +-
.../main/java/org/apache/camel/CamelContext.java | 30 +------
.../org/apache/camel/spi/RestConfiguration.java | 4 +-
.../camel/impl/engine/AbstractCamelContext.java | 53 +++++-------
.../org/apache/camel/builder/RouteBuilder.java | 72 ++++++----------
.../camel/impl/lw/ImmutableCamelContext.java | 17 ----
.../impl/lw/RuntimeImmutableCamelContext.java | 15 ----
.../org/apache/camel/model/rest/RestConstants.java | 24 ------
.../apache/camel/model/rest/RestDefinition.java | 23 ++---
.../camel/reifier/rest/RestBindingReifier.java | 3 +-
core/camel-core-xml/pom.xml | 17 ++++
.../core/xml/AbstractCamelContextFactoryBean.java | 42 ++++------
.../src/test/resources/log4j2.properties | 4 +-
.../apache/camel/support/CamelContextHelper.java | 49 +++++++++++
40 files changed, 328 insertions(+), 530 deletions(-)
delete mode 100644
core/camel-core-engine/src/main/java/org/apache/camel/model/rest/RestConstants.java
copy core/{camel-cloud => camel-core-xml}/src/test/resources/log4j2.properties
(96%)