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 47b49b1 Regen for commit 33ce515989d83dc2ec68309bba1cb00efe3dbd0f add 3318bdb CAMEL-17549: log component - Add option to have it use source location:line as logger name add 926e0bc Regen for commit 3318bdbaa3f954594d8044c303e245a18b1443e7 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 (47b49b1) \ N -- N -- N refs/heads/regen_bot (926e0bc) 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/components/log.json | 2 + .../component/log/LogComponentConfigurer.java | 6 +++ .../camel/component/log/LogEndpointConfigurer.java | 6 +++ .../camel/component/log/LogEndpointUriFactory.java | 3 +- .../org/apache/camel/component/log/log.json | 2 + .../apache/camel/component/log/LogComponent.java | 27 ++++++++++++- .../apache/camel/component/log/LogEndpoint.java | 47 +++++++++++++++++++++- .../java/org/apache/camel/LineNumberAware.java | 11 +++++ .../java/org/apache/camel/reifier/SendReifier.java | 10 +++-- .../org/apache/camel/reifier/WireTapReifier.java | 2 + .../component/dsl/LogComponentBuilderFactory.java | 20 +++++++++ .../endpoint/dsl/LogEndpointBuilderFactory.java | 39 ++++++++++++++++++ 12 files changed, 167 insertions(+), 8 deletions(-)