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 b9175b9 Regen for commit 5f5f8d2dafe67e992f9fea3a13d39cf5b74cb48e add f5c4d2e camel-core - Optimize properties component in local properties mode add af8e180 [CAMEL-16558] Openapi deprecate endpoint (#5501) add c522e5b CAMEL-16558: Regen add 93b0b5e Regen for commit c522e5b1ff90a6599135bc31a4e6e9dd8117614f 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 (b9175b9) \ N -- N -- N refs/heads/regen_bot (93b0b5e) 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: .../org/apache/camel/catalog/models/delete.json | 1 + .../org/apache/camel/catalog/models/get.json | 1 + .../org/apache/camel/catalog/models/head.json | 1 + .../org/apache/camel/catalog/models/patch.json | 1 + .../org/apache/camel/catalog/models/post.json | 1 + .../org/apache/camel/catalog/models/put.json | 1 + .../org/apache/camel/catalog/models/verb.json | 1 + .../apache/camel/catalog/schemas/camel-spring.xsd | 7 ++++ .../apache/camel/openapi/RestOpenApiReader.java | 8 +++++ .../camel/openapi/RestOpenApiProcessorTest.java | 32 +++++++++++++++++ .../org/apache/camel/spi/PropertiesComponent.java | 8 +++-- .../properties/DefaultPropertiesLookup.java | 6 ++-- .../component/properties/PropertiesComponent.java | 8 +++-- .../org/apache/camel/model/rest/delete.json | 1 + .../resources/org/apache/camel/model/rest/get.json | 1 + .../org/apache/camel/model/rest/head.json | 1 + .../org/apache/camel/model/rest/patch.json | 1 + .../org/apache/camel/model/rest/post.json | 1 + .../resources/org/apache/camel/model/rest/put.json | 1 + .../org/apache/camel/model/rest/verb.json | 1 + .../apache/camel/model/rest/RestDefinition.java | 9 +++++ .../apache/camel/model/rest/VerbDefinition.java | 19 ++++++++++ .../java/org/apache/camel/xml/in/ModelParser.java | 1 + .../dsl/yaml/deserializers/ModelDeserializers.java | 42 ++++++++++++++++++++++ .../src/generated/resources/camel-yaml-dsl.json | 21 +++++++++++ .../packaging/ModelXmlParserGeneratorMojo.java | 6 ++-- 26 files changed, 171 insertions(+), 10 deletions(-)