[
https://issues.apache.org/jira/browse/CAMEL-24335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-24335.
---------------------------------
Resolution: Fixed
> Update Artemis dependency groupId from `org.apache.activemq to
> org.apache.artemis`
> ----------------------------------------------------------------------------------
>
> Key: CAMEL-24335
> URL: https://issues.apache.org/jira/browse/CAMEL-24335
> Project: Camel
> Issue Type: Task
> Components: camel-test-infra
> Affects Versions: 4.21.0
> Reporter: Adriano Machado
> Assignee: Adriano Machado
> Priority: Minor
> Fix For: 4.22.0
>
>
> Since Artemis 2.5.0, the following artifacts relocated from groupId
> `org.apache.activemq` to `org.apache.artemis` (see
> https://artemis.apache.org/artemis-tlp-groupid-migration):
> - artemis-server
> - artemis-jakarta-server
> - artemis-jakarta-client
> - artemis-amqp-protocol
> CAMEL-23311 identified this but was closed after only confirming
> `activemq-artemis-version` was already at the current version (2.55.0 via
> dependabot) — the groupId in the dependency declarations was never updated.
> The build currently emits relocation warnings:
> {noformat}
> [WARNING] The artifact org.apache.activemq:artemis-jakarta-server:jar:2.55.0
> has been relocated to org.apache.artemis:artemis-jakarta-server:jar:2.55.0
> [WARNING] The artifact org.apache.activemq:artemis-jakarta-client:jar:2.55.0
> has been relocated to org.apache.artemis:artemis-jakarta-client:jar:2.55.0
> [WARNING] The artifact org.apache.activemq:artemis-server:jar:2.55.0 has been
> relocated to org.apache.artemis:artemis-server:jar:2.55.0
> [WARNING] The artifact org.apache.activemq:artemis-amqp-protocol:jar:2.55.0
> has been relocated to org.apache.artemis:artemis-amqp-protocol:jar:2.55.0
> {noformat}
> Affected files:
> - test-infra/camel-test-infra-artemis/pom.xml
> - tests/camel-itest/pom.xml
> Fix: update the groupId to `org.apache.artemis` for these dependencies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)