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 f003cbedc06 Regen for commit 2e12ba29d6b56c53dfd9d5dcd32a1abad2078e7a
add ffb4eadb6c8 CAMEL-17935: Use ClassLoadingAwareObjectInputStream in
CassandraCamelCodec
add d996d972253 CAMEL-17934: Provide a ClassLoder to CqlSessionBuilder if
available
add 82bfdfac147 Regen for commit d996d972253de2949f6cedd2b1f8998472373f9e
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 (f003cbedc06)
\
N -- N -- N refs/heads/regen_bot (82bfdfac147)
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:
.../component/cassandra/CassandraEndpoint.java | 6 +++
.../aggregate/cassandra/CassandraCamelCodec.java | 8 ++--
.../processor/aggregate/jdbc/JdbcCamelCodec.java | 3 +-
.../ClassLoadingAwareObjectInputStreamTest.java | 4 +-
.../util}/ClassLoadingAwareObjectInputStream.java | 13 +++---
.../ClassLoadingAwareObjectInputStreamTest.java | 53 +++++-----------------
6 files changed, 34 insertions(+), 53 deletions(-)
rename
{components/camel-sql/src/main/java/org/apache/camel/processor/aggregate/jdbc
=>
core/camel-util/src/main/java/org/apache/camel/util}/ClassLoadingAwareObjectInputStream.java
(92%)
copy
{components/camel-sql/src/test/java/org/apache/camel/processor/aggregate/jdbc
=>
core/camel-util/src/test/java/org/apache/camel/util}/ClassLoadingAwareObjectInputStreamTest.java
(53%)