This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch
CAMEL-24020-fix-flaky-SjmsConnectionRecoveryTest
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 7e2443a594d3 CAMEL-24020: Fix flaky SjmsConnectionRecoveryTest
add cf510f034f89 chore: ignore .codex (Codex local config dir)
add b5f409d436ea CAMEL-23886: Fix flaky NatsConsumerWithRedeliveryIT
(#24609)
add ab96e61c797c CAMEL-23887: Fix flaky SjmsConnectionRecoveryTest timing
issues (#24610)
add d32ac001554d CAMEL-23993: Fix flaky SpanPropagationUpstreamTest - add
tie-breaking to SpanComparator (#24591)
add af2f28e0f847 CAMEL-24005: Fix flaky
JmsTransactedDeadLetterChannel*RollbackOnExceptionIT (#24611)
add 01a855ab3dcb CAMEL-24006: Fix flaky JpaPollingConsumerLockEntityTest
(#24612)
add 05aed0bd1950 CAMEL-24016: Fix flaky JmsSpringLoadBalanceFailOverJMSIT
(#24614)
add 0ad7f4f43c56 CAMEL-24014: Fix flaky JmsDurableTopicIT (#24615)
add 9076b83a0924 CAMEL-24013: Fix flaky RawMailMessageTest (#24616)
add 85d2642b39c1 CAMEL-24017: Fix flaky DynamicRouteIT (#24617)
add 850923efe414 CAMEL-24015: Fix flaky VertxPlatformHttpOAuthProfileTest
(#24618)
add 405c1f989217 CAMEL-24003: Enrich activity data with span decorator
attributes
add c5cfe2f04896 CAMEL-24019: Fix flaky VertxWebsocketHandshakeHeadersTest
(#24619)
add a8f3423ffc5a CAMEL-23941: Fail startup in prod when authentication is
enabled without a mechanism
add a7f3a91c7a8a CAMEL-23815: camel-support - Shared ObjectInputFilter
deserialization-filter helper (#24588)
add ea4cd0f47e98 Generated sources regen for SBOM (#24624)
add fc8e2a424a27 CAMEL-24020: Fix flaky SjmsConnectionRecoveryTest
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 (7e2443a594d3)
\
N -- N -- N
refs/heads/CAMEL-24020-fix-flaky-SjmsConnectionRecoveryTest (fc8e2a424a27)
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:
.gitignore | 1 +
camel-sbom/camel-sbom.json | 17027 +++++++++----------
camel-sbom/camel-sbom.xml | 14981 ++++++++--------
.../main/camel-main-configuration-metadata.json | 1 +
.../org/apache/camel/http/common/HttpHelper.java | 29 +-
.../protostream/DefaultExchangeHolderUtils.java | 24 +-
.../DefaultExchangeHolderUtilsTest.java | 3 +-
.../org/apache/camel/component/jms/JmsBinding.java | 64 +-
.../component/jms/integration/DynamicRouteIT.java | 15 +-
.../jms/integration/JmsDurableTopicIT.java | 12 +-
.../spring/JmsSpringLoadBalanceFailOverJMSIT.java | 6 +-
...dLetterChannelHandlerRollbackOnExceptionIT.java | 12 +-
...tterChannelNotHandlerRollbackOnExceptionIT.java | 12 +-
.../jpa/JpaPollingConsumerLockEntityTest.java | 39 +-
.../camel/component/mail/RawMailMessageTest.java | 4 +-
.../observability/CamelOpenTelemetryExtension.java | 10 +-
.../apache/camel/component/mina/MinaConverter.java | 23 +-
.../mina/MinaConverterDefaultFilterTest.java | 34 +-
.../integration/NatsConsumerWithRedeliveryIT.java | 18 +-
.../component/netty/http/NettyHttpHelper.java | 32 +-
.../NettyHttpHelperDeserializationFilterTest.java | 3 +-
.../camel/component/netty/NettyConverter.java | 23 +-
.../netty/NettyConverterDefaultFilterTest.java | 32 +-
.../CamelOpenTelemetryExtension.java | 10 +-
.../http/main/DefaultMainHttpServerFactory.java | 30 +-
...henticationConfigurationMainHttpServerTest.java | 10 +
.../vertx/VertxPlatformHttpOAuthProfileTest.java | 51 +-
.../camel/component/sjms/jms/JmsBinding.java | 61 +-
.../component/sjms/SjmsConnectionRecoveryTest.java | 31 +-
.../org/apache/camel/telemetrydev/DevTrace.java | 10 +-
.../org/apache/camel/telemetry/RecordingSpan.java | 78 +
.../java/org/apache/camel/telemetry/Tracer.java | 21 +-
.../org/apache/camel/telemetry/mock/MockTrace.java | 8 +-
.../component/vertx/http/VertxHttpHelper.java | 33 +-
.../VertxHttpHelperDeserializationFilterTest.java | 3 +-
.../VertxWebsocketHandshakeHeadersTest.java | 14 +-
.../org/apache/camel/ExchangeConstantProvider.java | 3 +-
.../src/main/java/org/apache/camel/Exchange.java | 8 +
.../java/org/apache/camel/ExchangePropertyKey.java | 5 +-
.../java/org/apache/camel/spi/BacklogTracer.java | 17 +
.../apache/camel/impl/debugger/BacklogTracer.java | 10 +
.../camel/impl/console/ActivityDevConsole.java | 2 +
.../TracerConfigurationPropertiesConfigurer.java | 7 +
.../camel-main-configuration-metadata.json | 1 +
core/camel-main/src/main/docs/main.adoc | 3 +-
.../org/apache/camel/main/BaseMainSupport.java | 1 +
.../org/apache/camel/main/ProfileConfigurer.java | 2 +
.../camel/main/TracerConfigurationProperties.java | 22 +
.../mbean/ManagedBacklogTracerMBean.java | 6 +
.../management/mbean/ManagedBacklogTracer.java | 10 +
.../management/BacklogTracerActivityTest.java | 8 +
.../camel/support/DeserializationFilterHelper.java | 143 +
.../example/external/NotAllowedSerializable.java | 7 +-
.../support/DeserializationFilterHelperTest.java | 147 +
.../ROOT/pages/camel-4x-upgrade-guide-4_22.adoc | 12 +
55 files changed, 15925 insertions(+), 17254 deletions(-)
create mode 100644
components/camel-telemetry/src/main/java/org/apache/camel/telemetry/RecordingSpan.java
create mode 100644
core/camel-support/src/main/java/org/apache/camel/support/DeserializationFilterHelper.java
copy {components/camel-infinispan/camel-infinispan =>
core/camel-support}/src/test/java/com/example/external/NotAllowedSerializable.java
(80%)
create mode 100644
core/camel-support/src/test/java/org/apache/camel/support/DeserializationFilterHelperTest.java