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 314ecec Regen for commit d403d0c26fd8a413cdd401962555197b8d90c819 add 04ba30c CAMEL-16136: replace BaseServiceResolver with a static helper method add 0f00c99 Regen for commit 04ba30cc74304d7ff219051faa1fac4f13c49adc 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 (314ecec) \ N -- N -- N refs/heads/regen_bot (0f00c99) 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/openapi/RestOpenApiSupport.java | 365 +++++++++++---------- .../services/org/apache/camel/routes-loader | 2 - .../impl/engine/BaseExecutorServiceManager.java | 16 +- .../camel/impl/engine/BaseServiceResolver.java | 67 ---- .../camel/impl/engine/DefaultRoutesLoader.java | 16 +- .../camel/impl/engine/SimpleCamelContext.java | 178 +++++----- .../org/apache/camel/support/ResolverHelper.java | 86 ++++- 7 files changed, 383 insertions(+), 347 deletions(-) delete mode 100644 core/camel-base-engine/src/generated/resources/META-INF/services/org/apache/camel/routes-loader delete mode 100644 core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/BaseServiceResolver.java