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 ad9da1b6bf0 Regen for commit 40b0312d173f30f6973c3157800c509bd24095e7 add 93fba8e1aa5 CAMEL-15105: move ReactiveExecutor ownership to the context extension add 6b133300fab CAMEL-15105: move Registry ownership to the context extension add 88004352752 CAMEL-15105: move ManagementStrategy ownership to the context extension add 279ded4132d CAMEL-15105: move ManagementMBeanAssembler ownership to the context extension add 162bed7f5c1 CAMEL-15105: make the context lock private add 6dd3fbcb7fd CAMEL-15105: move HeadersMapFactory ownership to the context extension add 9c4104e2a97 CAMEL-15105: fixed reference to invalid bean introspection add 2004fcafb3a CAMEL-15105: move eventNotificationApplicable flag ownership to the context extension add 1ebbf1b3d1f CAMEL-15105: move BootstrapCloseable management to the context extension add 6208a808180 removed redundant calls of String.format() add 0118172f2ea optimized map iteration: entrySet() instead of keySet(). In one case loop was changed with parametrised constructor 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 (ad9da1b6bf0) \ N -- N -- N refs/heads/regen_bot (0118172f2ea) 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/maven/RouteCoverageMojo.java | 6 +- .../component/debezium/DebeziumConsumerTest.java | 2 +- .../component/google/pubsub/PubsubTestSupport.java | 2 +- .../mllp/MllpProducerConsumerLoopbackTest.java | 2 +- ...MllpTcpServerConsumerMulitpleTcpPacketTest.java | 2 +- .../verifier/MongoComponentVerifierExtension.java | 2 +- .../camel/impl/engine/AbstractCamelContext.java | 81 ++++++-------------- .../impl/engine/DefaultCamelContextExtension.java | 88 +++++++++++++++++----- .../org/apache/camel/impl/DefaultCamelContext.java | 5 +- .../apache/camel/util/CaseInsensitiveMapTest.java | 7 +- .../camel/support/DefaultExchangeHolder.java | 4 +- .../jbang/core/commands/process/ListHealth.java | 5 +- .../camel/maven/packaging/XRefCheckMojo.java | 7 +- .../generator/openapi/RestDslYamlGenerator.java | 6 +- 14 files changed, 115 insertions(+), 104 deletions(-)