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 2023/04/02 10:36:02 UTC

[camel] branch regen_bot updated (c15e971d65a -> 8d2367727fa)

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 c15e971d65a Regen for commit 446610367e556c18ba4c3e1b3110b8a200496512
     add 15c50cd3816 optimized map iteration: entrySet() and enhanced 'for' loop instead of keySet() (#9754)
     add 8d2367727fa Regen for commit 15c50cd3816f366f02fde18ad6895688ec0cf750

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   (c15e971d65a)
            \
             N -- N -- N   refs/heads/regen_bot (8d2367727fa)

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/component/aws/xray/FakeAWSDaemon.java    |  6 +++---
 .../camel/component/aws/xray/TestDataBuilder.java  | 12 ++++++------
 .../apache/camel/component/aws/xray/TestUtils.java | 15 ++++++++-------
 .../caffeine/cache/CaffeineCacheProducerTest.java  |  5 ++---
 .../loadcache/CaffeineLoadCacheProducerTest.java   |  6 ++----
 ...MarshalHeaderWithCustomMarshallFactoryTest.java |  4 ++--
 .../github/services/MockPullRequestService.java    |  3 +--
 .../storage/localstorage/FakeStorageRpc.java       | 22 ++++++++++++----------
 .../camel/component/jetty/HttpsAsyncRouteTest.java |  5 +++--
 .../camel/component/jetty/HttpsRouteTest.java      |  5 +++--
 .../component/jetty/SpringHttpsRouteTest.java      |  5 +++--
 .../org/apache/camel/jsonpath/JsonPathEngine.java  | 10 +++++-----
 .../cluster/KubernetesClusterServiceTest.java      |  6 +++---
 .../multipart/MimeMultipartDataFormatTest.java     |  8 ++++----
 .../component/netty/http/NettyHttpSSLTest.java     |  6 ++++--
 .../component/vertx/http/VertxHttpProducer.java    |  2 +-
 16 files changed, 62 insertions(+), 58 deletions(-)