This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch dependency/upgrade-ibmmq-10 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 1036f286800926ef78e963fa47c50ce81dd4b7c1 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Jul 25 11:51:37 2026 +0200 chore(deps): upgrade IBM MQ to 10.0 Upgrade IBM MQ client dependency from 9.4.5.1 to 10.0.0.0 and container image from 9.4.5.0-r2 to 10.0.0.0-r2. Co-Authored-By: Claude Opus 4.6 <[email protected]> Signed-off-by: Claus Ibsen <[email protected]> --- .../resources/org/apache/camel/catalog/test-infra/metadata.json | 2 +- parent/pom.xml | 2 +- .../camel-test-infra-all/src/generated/resources/META-INF/metadata.json | 2 +- .../org/apache/camel/test/infra/ibmmq/services/container.properties | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json index c73de002b73d..10a453af5c15 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/test-infra/metadata.json @@ -293,7 +293,7 @@ "groupId" : "org.apache.camel", "artifactId" : "camel-test-infra-ibmmq", "version" : "4.22.0-SNAPSHOT", - "serviceVersion" : "9.4.5.0-r2", + "serviceVersion" : "10.0.0.0-r2", "uiSupported" : true }, { "service" : "org.apache.camel.test.infra.aws.common.services.AWSInfraService", diff --git a/parent/pom.xml b/parent/pom.xml index 6c10b62943ad..28eb947a7989 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -105,7 +105,7 @@ <citrus-version>5.0.0-M2</citrus-version> <classgraph-version>4.8.184</classgraph-version> <cloudant-version>0.10.20</cloudant-version> - <com-ibm-mq-jakarta-client-version>9.4.5.1</com-ibm-mq-jakarta-client-version> + <com-ibm-mq-jakarta-client-version>10.0.0.0</com-ibm-mq-jakarta-client-version> <cometd-java-client-version>9.0.1</cometd-java-client-version> <cometd-java-server-version>9.0.1</cometd-java-server-version> <commons-beanutils-version>1.11.0</commons-beanutils-version> diff --git a/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json b/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json index c73de002b73d..10a453af5c15 100644 --- a/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json +++ b/test-infra/camel-test-infra-all/src/generated/resources/META-INF/metadata.json @@ -293,7 +293,7 @@ "groupId" : "org.apache.camel", "artifactId" : "camel-test-infra-ibmmq", "version" : "4.22.0-SNAPSHOT", - "serviceVersion" : "9.4.5.0-r2", + "serviceVersion" : "10.0.0.0-r2", "uiSupported" : true }, { "service" : "org.apache.camel.test.infra.aws.common.services.AWSInfraService", diff --git a/test-infra/camel-test-infra-ibmmq/src/main/resources/org/apache/camel/test/infra/ibmmq/services/container.properties b/test-infra/camel-test-infra-ibmmq/src/main/resources/org/apache/camel/test/infra/ibmmq/services/container.properties index 75e85984246c..26d3b0be05ea 100644 --- a/test-infra/camel-test-infra-ibmmq/src/main/resources/org/apache/camel/test/infra/ibmmq/services/container.properties +++ b/test-infra/camel-test-infra-ibmmq/src/main/resources/org/apache/camel/test/infra/ibmmq/services/container.properties @@ -14,5 +14,5 @@ ## See the License for the specific language governing permissions and ## limitations under the License. ## --------------------------------------------------------------------------- -ibm.mq.container=icr.io/ibm-messaging/mq:9.4.5.0-r2 +ibm.mq.container=icr.io/ibm-messaging/mq:10.0.0.0-r2 ibm.mq.container.version.exclude=amd64,arm64,ppc64le,s390x,x86_64
