You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/11 08:39:51 UTC

[camel] branch regen_bot updated (3c3a995 -> b281d36)

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 3c3a995  Regen for commit 2318061993f4df665d4da2f95f6f3ca594edac9b
     add b281d36  CAMEL-17121: final cleanups

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   (3c3a995)
            \
             N -- N -- N   refs/heads/regen_bot (b281d36)

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:
 .../sql/stored/template/generated/SSPTParser.java  |  833 ++++++-------
 .../template/generated/SSPTParserConstants.java    |  110 +-
 .../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
 .../apache/camel/support/task/BackgroundTask.java  |    4 +-
 .../camel/support/task/budget/BudgetBuilder.java   |    2 +-
 .../apache/camel/support/task/budget/Budgets.java  |    2 +-
 .../task/budget/IterationBoundedBudget.java        |    6 +
 .../camel/support/task/budget/IterationBudget.java |    2 +-
 .../task/budget/IterationTimeBoundedBudget.java    |   12 +-
 .../support/task/budget/TimeBoundedBudget.java     |    5 +-
 .../camel/support/task/budget/TimeBudget.java      |    2 +-
 11 files changed, 1119 insertions(+), 1081 deletions(-)