This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch CAMEL-17717/securityRequirements-cleanup
in repository https://gitbox.apache.org/repos/asf/camel.git.
discard 277eb23 CAMEL-17717: REST DSL securityRequirements cleanup
omit 9a39e56 CAMEL-17741: Improper way to get the default name of a field
annotated with XmlElement
add 33d8d50 CAMEL-17727: camel-kafka - Add readiness health check for
kafka producer
add 84ad699 CAMEL-17741: Improper way to get the default name of a field
annotated with XmlElement (#7104)
add fc5a41a CAMEL-17717: REST DSL securityRequirements cleanup
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 (277eb23)
\
N -- N -- N refs/heads/CAMEL-17717/securityRequirements-cleanup
(fc5a41a)
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/kafka/KafkaConsumerHealthCheck.java | 5 +-
.../camel/component/kafka/KafkaFetchRecords.java | 21 ++++-
.../camel/component/kafka/KafkaProducer.java | 94 ++++++++++++++++++----
.../component/kafka/KafkaProducerHealthCheck.java | 64 +++++++++++++++
4 files changed, 165 insertions(+), 19 deletions(-)
create mode 100644
components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducerHealthCheck.java