You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/15 14:21:12 UTC

[camel] branch master updated (1f4ad6d -> 32e6dc8)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 1f4ad6d  Regen
     add 32e6dc8  Regen for commit 1f4ad6dafdb821e7b23b8bb8145dbd293d8efc0f

No new revisions were added by this update.

Summary of changes:
 .../catalog/components/atmosphere-websocket.json   |   8 +-
 .../org/apache/camel/catalog/components/jetty.json |   6 +-
 .../apache/camel/catalog/components/resteasy.json  |   6 +-
 .../apache/camel/catalog/components/servlet.json   |   8 +-
 .../docs/atmosphere-websocket-component.adoc       |   6 +-
 .../apache/camel/catalog/docs/jetty-component.adoc |   6 +-
 .../camel/catalog/docs/resteasy-component.adoc     |   6 +-
 .../camel/catalog/docs/servlet-component.adoc      |   6 +-
 .../websocket/WebsocketEndpointUriFactory.java     |   2 +-
 .../atmosphere/websocket/atmosphere-websocket.json |   8 +-
 .../main/docs/atmosphere-websocket-component.adoc  |   6 +-
 .../jetty9/JettyHttp9EndpointUriFactory.java       |   2 +-
 .../org/apache/camel/component/jetty9/jetty.json   |   6 +-
 .../camel-jetty/src/main/docs/jetty-component.adoc |   6 +-
 .../resteasy/ResteasyEndpointConfigurer.java       |  18 +
 .../resteasy/ResteasyEndpointUriFactory.java       |   2 +-
 .../apache/camel/component/resteasy/resteasy.json  |   6 +-
 .../src/main/docs/resteasy-component.adoc          |   6 +-
 .../servlet/ServletEndpointUriFactory.java         |   2 +-
 .../apache/camel/component/servlet/servlet.json    |   8 +-
 .../src/main/docs/servlet-component.adoc           |   6 +-
 .../AtmosphereWebsocketEndpointBuilderFactory.java | 374 ++++--------------
 .../dsl/JettyHttpEndpointBuilderFactory.java       | 200 +++++-----
 .../dsl/ResteasyEndpointBuilderFactory.java        | 424 +++++----------------
 .../dsl/ServletEndpointBuilderFactory.java         | 148 +++----
 .../ROOT/pages/atmosphere-websocket-component.adoc |   6 +-
 .../modules/ROOT/pages/jetty-component.adoc        |   6 +-
 .../modules/ROOT/pages/resteasy-component.adoc     |   6 +-
 .../modules/ROOT/pages/servlet-component.adoc      |   6 +-
 29 files changed, 437 insertions(+), 863 deletions(-)