This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 1d2f75ffa44 Regen SBOM from commit
0c1591908f63968afd10ed60e362860f317bb8e5
add 02178a0b79d Regen SBOM from commit
0c1591908f63968afd10ed60e362860f317bb8e5 (#16629)
add 7b2757e6616 chore(deps): Bump org.mnode.ical4j:ical4j from 4.0.7 to
4.0.8 (#16631)
add c35d976489a chore(deps): Bump aws-java-sdk2-version from 2.29.38 to
2.29.39 (#16632)
add df333566c0b chore(deps): Bump org.freemarker:freemarker from 2.3.33 to
2.3.34 (#16637)
add 23ec6b59fe2 chore(deps): Bump logback-version from 1.5.14 to 1.5.15
(#16633)
add 06d92be1ba2 chore(deps): Bump hapi-fhir-version from 7.6.0 to 7.6.1
(#16634)
add 0eb0d4e674f chore(deps): Bump org.redisson:redisson from 3.40.2 to
3.41.0 (#16639)
add e79bde40c50 chore(deps): Bump com.microsoft.azure:msal4j from 1.17.3
to 1.18.0 (#16638)
add 112e8b34248 chore(deps-dev): Bump com.nimbusds:nimbus-jose-jwt from
9.47 to 9.48 (#16640)
add b60af3d997e Upgrade google drive
add 0278ce1ba4b chore(deps): Bump org.jgroups:jgroups from 5.4.0.Final to
5.4.1.Final (#16641)
add e4ee152b584 chore(deps-dev): Bump eslint-plugin-n from 15.3.0 to
17.15.1 in /docs (#16630)
add 31a2ea9a394 camel-jbang - Debug to work with split eip (#16643)
add bc0de8f31fa chore(deps): Bump aws-java-sdk2-version from 2.29.39 to
2.29.40 (#16645)
add 72bbe88c4ed AMEL-20686 - set 7: review File tests for incorrectly
shared resource (#16644)
add 597d1c45ee6 chore(deps): Bump infinispan-version from 15.1.1.Final to
15.1.3.Final (#16646)
add 0624c499d0d chore(deps): Bump org.apache.mina:mina-core from 2.2.3 to
2.2.4 (#16647)
add 0a97af297b1 chore(deps-dev): Bump
io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17 (#16649)
add d48cf8d09a3 aws2-kinesis: Make Kinesis KCL application name
configurable (#16650)
add 56402fa0b11 Regen
add 6690a1de8fe CAMEL-21568: camel-jbang - Debug should support step
into/over
add b74449f4e7c (chores) test-infra: upgrate Azurite container to the
latest version
add 1314ce596b4 chore(deps): Bump com.huaweicloud:esdk-obs-java from
3.24.9 to 3.24.12 (#16652)
add 70ffe47d40e CAMEL-21568: camel-jbang - Debug stepover requires 4.8.3
or better
add c1308de5589 Revert "chore(deps): Bump org.apache.mina:mina-core from
2.2.3 to 2.2.4 (#16647)" (#16654)
add 7ed4f3ce1e6 CAMEL-21495: rest-dsl - Mark route as inlined by rest-dsl
to avoid duplicate that cause side-effects. (#16653)
add 5ceba4f7e5a upgrade to mina 2.2.4 (#16655)
add 102afbcb619 chore(deps): Bump huaweicloud-sdk-version from 3.1.128 to
3.1.129 (#16659)
add bacd4e510f9 CAMEL-21572: fix java.lang.NullPointerException when using
SetHeader and Stub (#16657)
add 7ace071bead Upgrade aws
add a782cf49d39 CAMEL-19665: camel-github should be batch poll consumer
add 51f270663f8 CAMEL-19665: camel-git should be batch poll consumer
add d72465a3ed6 CAMEL-19665: camel-couchbase should be batch poll consumer
add 6d8ba99f60b CAMEL-19665: camel-couchbase should be batch poll consumer
add 3adff53bd1e CAMEL-21484: mp-config should not be loadable as it has
overhead at runtime (#16661)
add 426f74bef90 Regen SBOM from commit
3adff53bd1e35919b8f80af63244bca57795d444
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 (1d2f75ffa44)
\
N -- N -- N refs/heads/regen_bot_sbom (426f74bef90)
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 | 4498 ++++++++++----------
camel-sbom/camel-sbom.xml | 4377 +++++++++----------
.../camel/catalog/components/aws2-kinesis.json | 106 +-
.../org/apache/camel/catalog/components/git.json | 47 +-
.../org/apache/camel/catalog/components/mina.json | 20 +-
.../aws2/kinesis/Kinesis2ComponentConfigurer.java | 14 +-
.../aws2/kinesis/Kinesis2EndpointConfigurer.java | 14 +-
.../aws2/kinesis/Kinesis2EndpointUriFactory.java | 4 +-
.../camel/component/aws2/kinesis/aws2-kinesis.json | 106 +-
.../aws2/kinesis/KclKinesis2Consumer.java | 10 +-
.../component/aws2/kinesis/Kinesis2Component.java | 1 +
.../aws2/kinesis/Kinesis2Configuration.java | 23 +
.../component/aws2/kinesis/KinesisConnection.java | 5 +-
.../kinesis/KinesisComponentConfigurationTest.java | 12 +
.../component/couchbase/CouchbaseConsumer.java | 107 +-
.../integration/CouchbaseIntegrationTestBase.java | 3 +-
.../camel/component/git/GitEndpointConfigurer.java | 96 +
.../camel/component/git/GitEndpointUriFactory.java | 27 +-
.../org/apache/camel/component/git/git.json | 47 +-
.../apache/camel/component/git/GitConstants.java | 4 +-
.../apache/camel/component/git/GitEndpoint.java | 10 +-
.../git/consumer/AbstractGitConsumer.java | 43 +-
.../component/git/consumer/GitBranchConsumer.java | 23 +-
.../component/git/consumer/GitCommitConsumer.java | 21 +-
.../component/git/consumer/GitTagConsumer.java | 23 +-
.../github/consumer/AbstractGitHubConsumer.java | 30 +-
.../component/github/consumer/CommitConsumer.java | 32 +-
.../component/github/consumer/EventsConsumer.java | 20 +-
.../consumer/PullRequestCommentConsumer.java | 10 +-
.../github/consumer/PullRequestConsumer.java | 10 +-
.../component/github/consumer/TagConsumer.java | 13 +-
.../drive/DriveFilesEndpointConfiguration.java | 2 +-
.../google/drive/internal/DriveFilesApiMethod.java | 4 -
.../config/CamelMicroProfilePropertiesSource.java | 85 +-
.../CamelMicroProfilePropertiesSourceTest.java | 29 -
.../component/mina/MinaComponentConfigurer.java | 6 +
.../component/mina/MinaEndpointConfigurer.java | 6 +
.../component/mina/MinaEndpointUriFactory.java | 3 +-
.../org/apache/camel/component/mina/mina.json | 20 +-
.../camel/component/mina/MinaConfiguration.java | 18 +-
.../apache/camel/component/mina/MinaConsumer.java | 4 +
.../apache/camel/component/mina/MinaProducer.java | 4 +
.../component/mina/MinaProducerConcurrentTest.java | 2 +-
.../mina/MinaTransferExchangeOptionTest.java | 6 +-
.../mina/MinaVMTransferExchangeOptionTest.java | 5 +-
.../java/org/apache/camel/spi/BacklogDebugger.java | 7 +-
.../impl/debugger/DefaultBacklogDebugger.java | 65 +-
.../camel/impl/debugger/DefaultDebugger.java | 20 +-
.../apache/camel/impl/console/DebugDevConsole.java | 2 +
.../java/org/apache/camel/impl/DefaultModel.java | 4 +-
.../org/apache/camel/model/RouteDefinition.java | 17 +
.../apache/camel/processor/MulticastProcessor.java | 4 +
.../file/FileConsumeFilesAndDeleteTest.java | 14 +-
.../FromFileDoNotDeleteFileIfProcessFailsTest.java | 7 +-
.../FromFileDoNotMoveFileIfProcessFailsTest.java | 7 +-
.../camel/component/file/NewFileConsumeTest.java | 7 +-
.../apache/camel/converter/NIOConverterTest.java | 6 +-
.../camel/issues/FilePollingConsumerIssueTest.java | 9 +-
.../apache/camel/language/FileLanguageTest.java | 49 +-
.../mbean/ManagedBacklogDebuggerMBean.java | 5 +-
.../management/mbean/ManagedBacklogDebugger.java | 5 +
.../camel/support/builder/ExpressionBuilder.java | 2 +-
docs/.pnp.cjs | 215 +-
docs/package.json | 2 +-
.../ROOT/pages/camel-4x-upgrade-guide-4_10.adoc | 4 +
.../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc | 7 +
.../ROOT/pages/camel-4x-upgrade-guide-4_8.adoc | 7 +
docs/yarn.lock | 187 +-
.../dsl/Aws2KinesisComponentBuilderFactory.java | 34 +
.../component/dsl/MinaComponentBuilderFactory.java | 22 +-
.../endpoint/dsl/GitEndpointBuilderFactory.java | 565 ++-
.../dsl/Kinesis2EndpointBuilderFactory.java | 138 +
.../endpoint/dsl/MinaEndpointBuilderFactory.java | 72 +-
.../camel/dsl/jbang/core/commands/Debug.java | 36 +-
parent/pom.xml | 30 +-
.../azure/common/services/container.properties | 2 +-
.../infra/couchbase/services/container.properties | 2 +-
77 files changed, 6487 insertions(+), 5016 deletions(-)