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 2fa26eb Regen for commit 557792f746434afb61e728c3345bb0b4334d27ab add ede1347 CAMEL-15767: Completed camel-nagios tests with a mock nsca server based test add a2a4dd2 Regen for commit ede1347be948a3a955243010b8dc6c535d3a6f4b 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 (2fa26eb) \ N -- N -- N refs/heads/regen_bot (a2a4dd2) 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: components/camel-nagios/pom.xml | 15 +++ .../component/nagios/MockNscaServerBasedTest.java | 119 +++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 components/camel-nagios/src/test/java/org/apache/camel/component/nagios/MockNscaServerBasedTest.java