This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch kaf in repository https://gitbox.apache.org/repos/asf/camel.git
discard 1db4388e97d CAMEL-21699: camel-kafka - Batch consumer should not require message body to keep being List<Exchange> discard 61e16ae4c4a Upgrade to kafka 3.9.0 container images discard 9c9dbb63876 camel-kafka: polished add 15bf12d8a1a CAMEL-21257: camel-github: add option to control if commit message or raw pojo should be message body. add f222731f0cd (chores) camel-jetty: minor test cleanups (#17012) add 0e0fa508a9f CAMEL-21656: camel-jms: When using disableReplyTo=true then JMSReplyTo should never be set. (#17013) add 966444f9f62 (chores) camel-jetty: isolate HTTPS tests to reduce flakiness add 02edafe0582 (chores) camel-jetty: simplify stream copies add d3bc8960a81 (chores) camel-atmosphere-websocket: simplify stream copies add 8967be6ae66 Regen SBOM from commit d3bc8960a8170ff9f46b0abfdc55982c4f5580f1 (#17016) add ac8dfd34936 camel-kafka: polished add ebb87ec1d5d Upgrade to kafka 3.9.0 container images add d0206813555 CAMEL-21699: camel-kafka - Batch consumer should not require message body to keep being List<Exchange> 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 (1db4388e97d) \ N -- N -- N refs/heads/kaf (d0206813555) 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-sbom/camel-sbom.json | 17778 ++++++++-------- camel-sbom/camel-sbom.xml | 21306 +++++++++---------- .../apache/camel/catalog/components/github.json | 53 +- .../atmosphere/websocket/WebsocketRouteTest.java | 28 +- .../component/github/GitHubEndpointConfigurer.java | 6 + .../component/github/GitHubEndpointUriFactory.java | 3 +- .../org/apache/camel/component/github/github.json | 53 +- .../src/main/docs/github-component.adoc | 3 +- .../camel/component/github/GitHubEndpoint.java | 14 + .../component/github/consumer/CommitConsumer.java | 6 +- ...onsumerTest.java => CommitConsumerRawTest.java} | 6 +- .../camel/component/jetty/BaseJettyTest.java | 21 - .../jetty/HttpProducerSendEmptyHeaderTest.java | 2 +- .../camel/component/jetty/HttpRouteTest.java | 5 +- .../camel/component/jetty/HttpsAsyncRouteTest.java | 5 +- .../camel/component/jetty/HttpsRouteTest.java | 7 +- .../camel/component/jetty/MainHttpsRouteTest.java | 5 +- .../apache/camel/component/jms/JmsProducer.java | 1 + .../endpoint/dsl/GitHubEndpointBuilderFactory.java | 34 + 19 files changed, 18872 insertions(+), 20464 deletions(-) copy components/camel-github/src/test/java/org/apache/camel/component/github/consumer/{CommitConsumerTest.java => CommitConsumerRawTest.java} (91%)