This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
omit 5b6a817 Regen for commit ff0ac22619f581002e56aa6764a032ee759a2940 add 14990e9 Regen for commit 2419adce429cb63d44175e5ffa692a9e7b0b99e5 add 5306802 Regen for commit ff0ac22619f581002e56aa6764a032ee759a2940 add a2445ac Polish and cleanup documentation add bbef689 Regen for commit ff0ac22619f581002e56aa6764a032ee759a2940 (#5953) add 98250f7 Polish and cleanup documentation add 187b182 Polish and cleanup documentation add 582ef35 Polish and cleanup documentation add 34aecbd Polish and cleanup documentation add 0ed82b6 Polish and cleanup documentation add 1672fbd Polish and cleanup documentation add 0eb0e6c Polish and cleanup documentation add 0839bf7 Polish and cleanup documentation add 9484f37 Small BlobOperationResponse refactor in camel-azure-storage-blob component add 9088ce2 Polish and cleanup documentation add 2b6e947 Polish and cleanup documentation add 1176359 Small QueueOperationResponse refactor in camel-azure-storage-queue component add add8c2b Polish and cleanup documentation add 2c151a9 Polish and cleanup documentation add c72310e Polish and cleanup documentation add 0a735ae Polish and cleanup documentation add c5effa0 Regen add b2b27196 Regen add 9ce8f93 Regen for commit b2b27196dca4e847f92f20e171f6bcf05a7c2f63 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 (5b6a817) \ N -- N -- N refs/heads/regen_bot (9ce8f93) 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: .../apache/camel/catalog/docs/spring-summary.adoc | 3 +- .../org/apache/camel/catalog/docs/toD-eip.adoc | 24 +- .../main/camel-main-configuration-metadata.json | 4 +- .../camel/catalog/models/restConfiguration.json | 2 +- .../apache/camel/catalog/schemas/camel-spring.xsd | 5 +- .../blob/operations/BlobChangeFeedOperations.java | 7 +- .../blob/operations/BlobContainerOperations.java | 8 +- .../blob/operations/BlobOperationResponse.java | 69 +- .../storage/blob/operations/BlobOperations.java | 60 +- .../blob/operations/BlobServiceOperations.java | 2 +- .../queue/operations/QueueOperationResponse.java | 58 +- .../storage/queue/operations/QueueOperations.java | 30 +- .../queue/operations/QueueServiceOperations.java | 4 +- .../camel-spring/src/main/docs/spring-summary.adoc | 3 +- .../org/apache/camel/spi/RestConfiguration.java | 8 +- .../src/main/docs/modules/eips/pages/toD-eip.adoc | 24 +- .../apache/camel/model/rest/restConfiguration.json | 2 +- .../model/rest/RestConfigurationDefinition.java | 2 +- .../camel-main-configuration-metadata.json | 4 +- core/camel-main/src/main/docs/main.adoc | 4 +- .../camel/main/RestConfigurationProperties.java | 2 +- .../apache/camel/support/RoutePolicySupport.java | 6 +- .../modules/ROOT/pages/spring-summary.adoc | 3 +- docs/components/modules/others/pages/main.adoc | 4 +- docs/user-manual/modules/ROOT/nav.adoc | 1 - .../modules/ROOT/pages/data-format.adoc | 2 +- .../user-manual/modules/ROOT/pages/expression.adoc | 25 +- docs/user-manual/modules/ROOT/pages/json.adoc | 608 +-------- .../modules/ROOT/pages/lambda-route-builder.adoc | 6 +- docs/user-manual/modules/ROOT/pages/languages.adoc | 35 +- docs/user-manual/modules/ROOT/pages/lifecycle.adoc | 86 +- .../modules/ROOT/pages/oncompletion.adoc | 76 +- .../ROOT/pages/parameter-binding-annotations.adoc | 200 ++- .../ROOT/pages/pluggable-class-resolvers.adoc | 73 +- .../modules/ROOT/pages/pojo-consuming.adoc | 154 +-- .../modules/ROOT/pages/pojo-producing.adoc | 69 +- docs/user-manual/modules/ROOT/pages/predicate.adoc | 97 +- docs/user-manual/modules/ROOT/pages/processor.adoc | 80 +- .../modules/ROOT/pages/producertemplate.adoc | 45 +- .../modules/ROOT/pages/property-binding.adoc | 2 +- docs/user-manual/modules/ROOT/pages/registry.adoc | 204 ++- docs/user-manual/modules/ROOT/pages/rest-dsl.adoc | 392 ++---- .../modules/ROOT/pages/route-builder.adoc | 39 +- .../modules/ROOT/pages/route-configuration.adoc | 4 +- .../modules/ROOT/pages/route-controller.adoc | 16 +- .../modules/ROOT/pages/route-policy.adoc | 165 +-- docs/user-manual/modules/ROOT/pages/routes.adoc | 120 +- .../modules/ROOT/pages/running-examples.adoc | 64 - .../modules/ROOT/pages/scheduledroutepolicy.adoc | 30 +- docs/user-manual/modules/ROOT/pages/security.adoc | 67 +- .../modules/ROOT/pages/service-registry.adoc | 107 +- .../modules/ROOT/pages/servlet-tomcat-example.adoc | 115 -- .../ROOT/pages/simplescheduledroutepolicy.adoc | 61 +- .../modules/ROOT/pages/spring-example.adoc | 54 - docs/user-manual/modules/ROOT/pages/spring.adoc | 21 +- .../modules/ROOT/pages/xml-reference.adoc | 1436 -------------------- 56 files changed, 1164 insertions(+), 3628 deletions(-) delete mode 100644 docs/user-manual/modules/ROOT/pages/running-examples.adoc delete mode 100644 docs/user-manual/modules/ROOT/pages/servlet-tomcat-example.adoc delete mode 100644 docs/user-manual/modules/ROOT/pages/spring-example.adoc delete mode 100644 docs/user-manual/modules/ROOT/pages/xml-reference.adoc