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 ef603e3 Regen for commit 4abe25564b5b6462f19a290533f2499a1a4f1c35
add 477ccf0 Regen for commit 851eba30fb0e45769e755d13d3b4698b449572eb
add ef61fb4 CAMEL-17059: replace Lists with arrays in camel-file
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 (ef603e3)
\
N -- N -- N refs/heads/regen_bot (ef61fb4)
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:
.../apache/camel/component/file/FileConsumer.java | 47 +-
.../camel/component/file/FileOperations.java | 5 +-
.../camel/component/file/GenericFileConsumer.java | 6 +-
.../component/file/GenericFileOperations.java | 6 +-
.../camel/component/file/remote/FtpConsumer.java | 97 +-
.../camel/component/file/remote/FtpOperations.java | 28 +-
.../camel/component/file/remote/SftpConsumer.java | 95 +-
.../component/file/remote/SftpOperations.java | 22 +-
.../FtpChangedExclusiveReadLockStrategy.java | 5 +-
.../SftpChangedExclusiveReadLockStrategy.java | 9 +-
.../remote/RemoteFileIgnoreDoPollErrorTest.java | 2 +-
.../apache/camel/component/scp/ScpOperations.java | 5 +-
.../sql/stored/template/generated/SSPTParser.java | 833 ++++++-------
.../template/generated/SSPTParserConstants.java | 110 +-
.../template/generated/SSPTParserTokenManager.java | 1222 ++++++++++----------
.../GenericFileDeleteProcessStrategyTest.java | 6 +-
.../ROOT/pages/camel-3x-upgrade-guide-3_13.adoc | 15 +
17 files changed, 1276 insertions(+), 1237 deletions(-)