This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a change to branch CAMEL-18743
in repository https://gitbox.apache.org/repos/asf/camel.git
omit c7db77c1f00 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
omit 22ad3680721 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
add 3ab6a7b5d41 Regen for commit b463eaabfcaa95cdb2996fe4339f6584372e101e
add 851eb9e89fe (chores) camel-management: disabled flaky test on Github
add d03fd8d27ea (chores) camel-core: disabled flaky test on Github
add 0ed5c26f722 Fix a broken link to the test-infra document
add 288c27878a8 Consolidate the spelling for "marshal" in camel-avro
add 6bc66a2755f (chores) website: removed builtin style
add 44d9ae1cab2 (docs) moved the project main page to the website project
add e4c149941ea (chores) build: removed Maven build time extension
add 724c284b6a2 cleanup the camel-opentelemetry codebase a bit
add ada02201830 (chores) docs: fix broken documentation link
add 797582f12ac Upgrade AWS SDK v2 to version 2.18.31
add 5bb6505e9c3 Sync deps
add f9a5f80d320 CAMEL-18795: Revert "CAMEL-17947: remove unnecessary
consumer close"
add fbce09f31b7 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
add c5e911c43b9 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
add 08cda322888 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
add 70a26588780 CAMEL-18743 - camel-jbang - Command to see only if
everything is okay or there has been a failure
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 (c7db77c1f00)
\
N -- N -- N refs/heads/CAMEL-18743 (70a26588780)
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:
.mvn/extensions.xml | 5 -
camel-dependencies/pom.xml | 2 +-
...ava => AvroGenericMarshalAndUnmarshalTest.java} | 2 +-
.../avro/AvroMarshalAndUnmarshalSpringTest.java | 2 +-
...lTest.java => AvroMarshalAndUnmarshalTest.java} | 2 +-
.../camel/component/kafka/KafkaFetchRecords.java | 2 +
.../kafka/integration/KafkaConsumerStopIT.java | 133 +++++++++++++++++++++
.../camel/opentelemetry/AttributeProcessor.java | 16 ++-
.../GetCorrelationContextProcessor.java | 16 ++-
.../opentelemetry/OpenTelemetrySpanAdapter.java | 2 +-
.../SetCorrelationContextProcessor.java | 16 ++-
.../propagators/OpenTelemetryGetter.java | 2 +-
.../apache/camel/opentelemetry/ABCRouteTest.java | 6 +-
.../CamelOpenTelemetryTestSupport.java | 4 +-
.../ClientRecipientListRouteTest.java | 6 +-
.../CustomComponentNameRouteTest.java | 6 +-
.../opentelemetry/MulticastParallelRouteTest.java | 6 +-
.../camel/opentelemetry/MulticastRouteTest.java | 6 +-
.../camel/opentelemetry/RouteConcurrentTest.java | 8 +-
.../camel/opentelemetry/SpanProcessorsTest.java | 6 +-
.../camel/opentelemetry/TestSEDASpanDecorator.java | 2 +-
.../apache/camel/opentelemetry/TwoServiceTest.java | 6 +-
.../opentelemetry/TwoServiceWithExcludeTest.java | 6 +-
...FileConsumerPollStrategyStopOnRollbackTest.java | 2 +
.../impl/ScheduledPollConsumerBackoffTest.java | 2 +
.../aggregator/AggregateProcessorTest.java | 2 +
.../management/ManagedAggregateControllerTest.java | 2 +
docs/main/antora.yml | 1 +
.../modules/ROOT/attachments/contents-table.html | 97 ---------------
docs/main/modules/ROOT/nav.adoc | 2 +-
docs/main/modules/ROOT/pages/index.adoc | 10 --
.../modules/advanced-camel-core-guides/nav.adoc | 1 +
docs/main/modules/getting-started/nav.adoc | 1 +
docs/main/modules/reference/nav.adoc | 1 +
docs/main/modules/working-with-camel-core/nav.adoc | 1 +
.../modules/ROOT/pages/book-getting-started.adoc | 6 +-
.../component/ComponentsBuilderFactory.java | 2 +-
.../dsl/InfluxdbComponentBuilderFactory.java | 4 +-
.../src/generated/resources/metadata.json | 2 +-
.../builder/endpoint/StaticEndpointBuilders.java | 4 +-
.../dsl/InfluxDbEndpointBuilderFactory.java | 8 +-
.../jbang/core/commands/process/CamelCount.java | 66 ++++++----
parent/pom.xml | 2 +-
test-infra/README.md | 2 +-
44 files changed, 265 insertions(+), 215 deletions(-)
rename
components/camel-avro/src/test/java/org/apache/camel/dataformat/avro/{AvroGenericMarshaAndUnmarshaTest.java
=> AvroGenericMarshalAndUnmarshalTest.java} (97%)
rename
components/camel-avro/src/test/java/org/apache/camel/dataformat/avro/{AvroMarshalAndUnmarshallTest.java
=> AvroMarshalAndUnmarshalTest.java} (98%)
create mode 100644
components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerStopIT.java
delete mode 100644 docs/main/modules/ROOT/attachments/contents-table.html
delete mode 100644 docs/main/modules/ROOT/pages/index.adoc