This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-4.8.0
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit d4f882562e Add Camel 4.8.0 staging repository
omit 7308c70a85 Disable debezium-mongo testing and native profile due to
#6357
omit cd2d77ce47 Revert "Disable extension tests that use kubernetes-client
due to #6348"
omit 26e997e321 Revert "Disable extension tests that use MongoDB due to
#6341"
omit d55423c51d Revert "Disable MicroProfile Fault Tolerance tests due to
#6285"
omit 70bae9b422 Upgrade Camel to 4.8.0
add 90f08aa57f Bump quarkiverse-mybatis.version from 2.2.3 to 2.2.4
add 5e68c56c6f Regen SBOM from commit
90f08aa57fdae45b87545ffdba89b6500c4cc73c (#6436)
add 75b08c9d5e Fix paths to FHIR DSTU_2_1 & DSTU3 properties files
add c467eb8727 Bump actions/setup-java from 4.2.2 to 4.3.0
add 6260a4231d Deprecate kotlin extension #6444
add a1edcfdbbd Suppress camel component doc xref for kotlin-dsl extension
due to #6448
add bbf8ee1cff Upgrade Quarkus to 3.15.0.CR1
add 7f564905b9 Upgrade Debezium to 2.7.2.Final
add b382c956f4 Add migration guide to 3.15.0 release
add e95d6bc3cb Fix wiremock dependency name in Depandabot configuration
add 5e44caf697 Bump peter-evans/create-pull-request from 7.0.1 to 7.0.2
add b17339dc94 Upgrade WireMock to 3.9.1
add 9088f0363f Bump quarkiverse-jsch.version from 3.0.9 to 3.0.10 (#6458)
add 194f09a72a Upgrade IBM JMS Client to 9.4.0.5
add 4249dbadbc Bump quarkiverse-jgit.version from 3.1.2 to 3.1.3
add ff841ad81d Bump cq-plugin.version from 4.10.2 to 4.11.0
add 930c98c2e6 Upgrade Camel to 4.8.0
add c9141cc795 Revert "Disable MicroProfile Fault Tolerance tests due to
#6285"
add 9f8cb6d0e5 Revert "Disable extension tests that use MongoDB due to
#6341"
add df15d960a6 Revert "Disable extension tests that use kubernetes-client
due to #6348"
add 242857974d Disable debezium-mongo testing and native profile due to
#6357
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 (d4f882562e)
\
N -- N -- N refs/heads/camel-4.8.0 (242857974d)
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:
.github/dependabot.yml | 2 +-
.github/workflows/camel-master-cron.yaml | 16 +-
.github/workflows/ci-build.yaml | 16 +-
.github/workflows/generate-sbom-main.yml | 4 +-
.github/workflows/pr-validate.yml | 2 +-
.github/workflows/quarkus-master-cron.yaml | 16 +-
camel-quarkus-sbom/camel-quarkus-sbom.json | 11550 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 11058 +++++++++---------
docs/antora.yml | 2 +-
.../modules/ROOT/pages/migration-guide/3.15.0.adoc | 26 +
docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
.../ROOT/pages/reference/extensions/grpc.adoc | 4 +-
.../pages/reference/extensions/kotlin-dsl.adoc | 2 +-
.../ROOT/pages/reference/extensions/kotlin.adoc | 6 +-
extensions/fhir/deployment/pom.xml | 6 +
.../deployment/dstu2_1/FhirDstu2_1Processor.java | 2 +-
.../fhir/deployment/dstu3/FhirDstu3Processor.java | 2 +-
.../component/fhir/FhirConfigurationTest.java} | 41 +-
extensions/kotlin/runtime/pom.xml | 1 +
.../main/resources/META-INF/quarkus-extension.yaml | 1 +
.../src/test/resources/mappings/action.json | 4 +-
.../test/resources/mappings/actionFloatingIp.json | 4 +-
.../src/test/resources/mappings/actions.json | 4 +-
.../resources/mappings/actionsBlockStorage.json | 4 +-
.../test/resources/mappings/actionsDroplet.json | 4 +-
.../test/resources/mappings/backupsDroplet.json | 4 +-
.../resources/mappings/createBlockStorage.json | 4 +-
.../src/test/resources/mappings/createDroplet.json | 4 +-
.../test/resources/mappings/createFloatingIp.json | 4 +-
.../src/test/resources/mappings/createKey.json | 4 +-
.../src/test/resources/mappings/createTag.json | 4 +-
.../resources/mappings/deleteBlockStorage.json | 4 +-
.../src/test/resources/mappings/deleteDroplet.json | 4 +-
.../test/resources/mappings/deleteFloatingIp.json | 4 +-
.../src/test/resources/mappings/deleteKey.json | 4 +-
.../test/resources/mappings/deleteSnapshot.json | 4 +-
.../src/test/resources/mappings/deleteTag.json | 4 +-
.../src/test/resources/mappings/dropletAction.json | 4 +-
.../resources/mappings/getAllBlockstorages.json | 4 +-
.../test/resources/mappings/getAllFloatingIps.json | 4 +-
.../src/test/resources/mappings/getAllKeys.json | 4 +-
.../src/test/resources/mappings/getAllTags.json | 4 +-
.../test/resources/mappings/getBlockStorage.json | 4 +-
.../src/test/resources/mappings/getDroplet.json | 4 +-
.../src/test/resources/mappings/getFloatingIp.json | 4 +-
.../src/test/resources/mappings/getKey.json | 4 +-
.../src/test/resources/mappings/getTag.json | 4 +-
.../src/test/resources/mappings/imageById.json | 4 +-
.../src/test/resources/mappings/images.json | 4 +-
.../test/resources/mappings/images_private.json | 4 +-
.../test/resources/mappings/neighborsDroplet.json | 4 +-
.../src/test/resources/mappings/regions.json | 4 +-
.../src/test/resources/mappings/sizes.json | 4 +-
.../src/test/resources/mappings/snapshotById.json | 4 +-
.../src/test/resources/mappings/snapshots.json | 4 +-
.../test/resources/mappings/snapshotsDroplet.json | 4 +-
.../component/fhir/it/FhirTestResource.java | 8 +-
.../jms/ibmmq/support/IBMMQTestResource.java | 22 +-
.../src/test/resources/mappings/sendToBroker.json | 4 +-
.../src/test/resources/mappings/sendToChannel.json | 4 +-
.../src/test/resources/mappings/sendToService.json | 4 +-
.../test/resources/mappings/originServer_POST.json | 4 +-
.../test/resources/mappings/originServer_POST.json | 4 +-
.../test/resources/mappings/bulApi-abortJob.json | 4 +-
.../test/resources/mappings/bulkApi-createJob.json | 4 +-
.../src/test/resources/mappings/deleteAccount.json | 4 +-
.../src/test/resources/mappings/getAccount.json | 4 +-
.../resources/mappings/getAccountBasicInfo.json | 4 +-
.../test/resources/mappings/getAccountById.json | 4 +-
.../resources/mappings/getAccountDescription.json | 4 +-
.../resources/mappings/getAccountLongQuery.json | 4 +-
.../src/test/resources/mappings/getDocument.json | 4 +-
.../src/test/resources/mappings/getLimits.json | 4 +-
.../test/resources/mappings/getListOfObjects.json | 4 +-
.../test/resources/mappings/getRestResources.json | 4 +-
.../src/test/resources/mappings/getVersions.json | 4 +-
.../src/test/resources/mappings/handshake.json | 4 +-
.../src/test/resources/mappings/oauth2.json | 4 +-
.../src/test/resources/mappings/revokeToken.json | 4 +-
.../src/test/resources/mappings/slackAuthTest.json | 4 +-
.../mappings/slackChatPostMessageWithToken.json | 4 +-
.../mappings/slackChatPostMessageWithWebhook.json | 4 +-
.../slackGetConversationHistoryWithBlocks.json | 4 +-
.../slackGetConversationHistoryWithToken.json | 4 +-
.../slackGetConversationHistoryWithWebhook.json | 4 +-
.../mappings/slackGetConversationsList.json | 4 +-
.../mappings/telegramStopMessageLiveAction.json | 4 +-
.../mappings/telegramWebhook-register.json | 4 +-
.../mappings/telegramWebhook-unregister.json | 2 +-
pom.xml | 62 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 458 +-
.../src/main/generated/flattened-reduced-pom.xml | 44 +-
.../generated/flattened-reduced-verbose-pom.xml | 154 +-
.../quarkus/maven/UpdateExtensionDocPageMojo.java | 4 +
94 files changed, 11937 insertions(+), 11839 deletions(-)
create mode 100644 docs/modules/ROOT/pages/migration-guide/3.15.0.adoc
copy
extensions/{jasypt/deployment/src/test/java/org/apache/camel/quarkus/component/jasypt/JasyptPasswordSysEnvPrefixTest.java
=>
fhir/deployment/src/test/java/org/apache/camel/quarkus/component/fhir/FhirConfigurationTest.java}
(52%)