You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2024/03/19 23:39:28 UTC

(camel-k-runtime) branch dependabot/maven/org.jolokia-jolokia-agent-jvm-2.0.2 updated (a46c22d1 -> 958141b4)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/org.jolokia-jolokia-agent-jvm-2.0.2
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


 discard a46c22d1 build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2
     add 0fced98c build(deps): bump org.apache.maven.plugins:maven-assembly-plugin
     add a7344117 chore: update changelog
     add 3bad28f6 fix: Disable noErrorHandler via user properties (#1186)
     add 95c7c0b4 feat: new Camel Quarkus version
     add 60567738 chore: update changelog
     add c03d9d28 chore: update SBOM
     add 958141b4 build(deps): bump org.jolokia:jolokia-agent-jvm from 2.0.1 to 2.0.2

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   (a46c22d1)
            \
             N -- N -- N   refs/heads/dependabot/maven/org.jolokia-jolokia-agent-jvm-2.0.2 (958141b4)

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:
 CHANGELOG.md                                       |    2 +
 camel-k-core/api/pom.xml                           |    2 +-
 camel-k-core/deployment/pom.xml                    |    2 +-
 camel-k-core/pom.xml                               |    2 +-
 camel-k-core/runtime/pom.xml                       |    2 +-
 camel-k-core/support/pom.xml                       |    2 +-
 camel-k-cron/deployment/pom.xml                    |    2 +-
 camel-k-cron/impl/pom.xml                          |    2 +-
 camel-k-cron/pom.xml                               |    2 +-
 camel-k-cron/runtime/pom.xml                       |    2 +-
 camel-k-knative/impl/pom.xml                       |    2 +-
 camel-k-knative/pom.xml                            |    2 +-
 camel-k-master/deployment/pom.xml                  |    2 +-
 camel-k-master/impl/pom.xml                        |    2 +-
 camel-k-master/pom.xml                             |    2 +-
 camel-k-master/runtime/pom.xml                     |    2 +-
 camel-k-resume-kafka/deployment/pom.xml            |    2 +-
 camel-k-resume-kafka/impl/pom.xml                  |    2 +-
 camel-k-resume-kafka/pom.xml                       |    2 +-
 camel-k-resume-kafka/runtime/pom.xml               |    2 +-
 camel-k-runtime-sbom/camel-k-runtime-sbom.json     | 6915 +++++++++----------
 camel-k-runtime-sbom/camel-k-runtime-sbom.xml      | 7037 ++++++++++----------
 camel-k-runtime/deployment/pom.xml                 |    2 +-
 camel-k-runtime/pom.xml                            |    2 +-
 camel-k-runtime/runtime/pom.xml                    |    2 +-
 .../k/quarkus/ApplicationConfigSourceProvider.java |    5 +
 distribution/pom.xml                               |    2 +-
 examples/cron/pom.xml                              |    2 +-
 examples/groovy/pom.xml                            |    2 +-
 examples/java/pom.xml                              |    2 +-
 examples/js/pom.xml                                |    2 +-
 examples/kafka-source-s3/pom.xml                   |    2 +-
 examples/kamelets-discovery/pom.xml                |    2 +-
 examples/kamelets/pom.xml                          |    2 +-
 examples/knative/pom.xml                           |    2 +-
 examples/kotlin/pom.xml                            |    2 +-
 examples/pom.xml                                   |    2 +-
 examples/xml/pom.xml                               |    2 +-
 examples/yaml/pom.xml                              |    2 +-
 itests/camel-k-itests-core/pom.xml                 |    2 +-
 itests/camel-k-itests-cron/pom.xml                 |    2 +-
 itests/camel-k-itests-kamelet/pom.xml              |    2 +-
 itests/camel-k-itests-knative-consumer/pom.xml     |    2 +-
 .../pom.xml                                        |    2 +-
 .../pom.xml                                        |    2 +-
 itests/camel-k-itests-knative-producer/pom.xml     |    2 +-
 itests/camel-k-itests-knative-sinkbinding/pom.xml  |    2 +-
 itests/camel-k-itests-knative/pom.xml              |    2 +-
 itests/camel-k-itests-loader-groovy/pom.xml        |    2 +-
 itests/camel-k-itests-loader-java/pom.xml          |    2 +-
 itests/camel-k-itests-loader-js/pom.xml            |    2 +-
 itests/camel-k-itests-loader-jsh/pom.xml           |    2 +-
 itests/camel-k-itests-loader-kotlin/pom.xml        |    2 +-
 itests/camel-k-itests-loader-polyglot/pom.xml      |    2 +-
 itests/camel-k-itests-loader-xml/pom.xml           |    2 +-
 itests/camel-k-itests-loader-yaml/pom.xml          |    2 +-
 itests/camel-k-itests-master/pom.xml               |    2 +-
 itests/camel-k-itests-runtime-xml/pom.xml          |    2 +-
 itests/camel-k-itests-runtime-yaml/pom.xml         |    2 +-
 itests/camel-k-itests-runtime/pom.xml              |    2 +-
 itests/pom.xml                                     |    2 +-
 pom.xml                                            |   14 +-
 support/camel-k-annotations/pom.xml                |    2 +-
 support/camel-k-apt/pom.xml                        |    2 +-
 support/camel-k-catalog-model/pom.xml              |    2 +-
 support/camel-k-catalog/pom.xml                    |    2 +-
 .../camel-k-itests-loader-inspector/pom.xml        |    2 +-
 .../camel-k-itests-runtime-inspector/pom.xml       |    2 +-
 support/camel-k-itests-support/pom.xml             |    2 +-
 support/camel-k-maven-logging/pom.xml              |    2 +-
 support/camel-k-maven-plugin/pom.xml               |    2 +-
 support/camel-k-runtime-bom/pom.xml                |    6 +-
 support/camel-k-test/pom.xml                       |    2 +-
 support/pom.xml                                    |    2 +-
 74 files changed, 7197 insertions(+), 6918 deletions(-)