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.
discard 325c53b Regen for commit 9700b2caffc55c3b07414ce20a3faf5a59087815 add 6ba7e47 CAMEL-16441: camel-core - Optimize EndpointKey can be NormalizedUri add bf2f282 Regen for commit 6ba7e47f7e378afca7fccb06b9cd343dcf6fc760 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 (325c53b) \ N -- N -- N refs/heads/regen_bot (bf2f282) 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: .../camel/impl/engine/AbstractCamelContext.java | 50 ++++++++------------- .../camel/impl/engine/DefaultEndpointRegistry.java | 11 ++--- .../org/apache/camel/impl/engine/EndpointKey.java | 51 ---------------------- .../impl/engine/ProvisionalEndpointRegistry.java | 3 +- .../camel/impl/engine/SimpleCamelContext.java | 3 +- .../impl/lw/LightweightRuntimeCamelContext.java | 23 +++------- .../builder/endpoint/AbstractEndpointBuilder.java | 6 +-- .../org/apache/camel/support/NormalizedUri.java | 33 +++++++++++--- 8 files changed, 63 insertions(+), 117 deletions(-) delete mode 100644 core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/EndpointKey.java