Skip to content

CAMEL-24335: update Artemis dependency groupId to org.apache.artemis - #25316

Merged
davsclaus merged 1 commit into
apache:mainfrom
ammachado:CAMEL-24335-artemis-groupid-relocation
Aug 4, 2026
Merged

CAMEL-24335: update Artemis dependency groupId to org.apache.artemis#25316
davsclaus merged 1 commit into
apache:mainfrom
ammachado:CAMEL-24335-artemis-groupid-relocation

Conversation

@ammachado

Copy link
Copy Markdown
Contributor

Description

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

activemq-artemis-version was already bumped to 2.55.0 (via Dependabot), but the groupId in the
dependency declarations was never updated, so the build emitted Maven relocation warnings:

[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

This updates the groupId to org.apache.artemis for these four dependencies in:

  • test-infra/camel-test-infra-artemis/pom.xml
  • tests/camel-itest/pom.xml

components/camel-paho/pom.xml already used org.apache.artemis for artemis-mqtt-protocol, confirming
the new groupId is correct.

Verified with mvnd clean install -Dquickly -Dci.env.name=local: build succeeds and the relocation
warnings are gone.

Target

  • I checked that the commit is targeting the correct branch (Camel 4 uses the main branch)

Tracking

  • If this is a large change, bug fix, or code improvement, I checked there is a JIRA issue filed for the change (usually before you start working on it).

Apache Camel coding standards and style

  • I checked that each commit in the pull request has a meaningful subject line and body.
  • I have run mvn clean install -DskipTests locally from root folder and I have committed all auto-generated changes.

AI-assisted contributions

  • If this PR includes AI-generated code, commits have proper co-authorship attribution (e.g., Co-authored-by trailers) and the PR description identifies the AI tool used.

Claude Code on behalf of ammachado

Since Artemis 2.5.0, artemis-server, artemis-jakarta-server,
artemis-jakarta-client and artemis-amqp-protocol relocated from
org.apache.activemq to org.apache.artemis, which was triggering Maven
relocation warnings during the build.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

🧪 CI tested the following changed modules:

  • test-infra/camel-test-infra-artemis
  • tests/camel-itest

🔬 Scalpel shadow comparison — Scalpel: 20 tested, 28 compile-only — current: 19 all tested

Maveniverse Scalpel detected 48 affected modules (current approach: 19).

⚠️ Modules only in Scalpel (29)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-itest
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage
  • docs
  • dummy-component

Skip-tests mode would test 20 modules (2 direct + 18 downstream), skip tests for 28 (generated code, meta-modules)

Modules Scalpel would test (20)
  • camel-activemq
  • camel-activemq6
  • camel-amqp
  • camel-cxf-spring-soap
  • camel-itest
  • camel-jbang-mcp
  • camel-jbang-plugin-mcp
  • camel-jbang-plugin-route-parser
  • camel-jbang-plugin-tui
  • camel-jbang-plugin-validate
  • camel-jms
  • camel-launcher-container
  • camel-mllp
  • camel-paho
  • camel-sjms
  • camel-sjms2
  • camel-test-infra-all
  • camel-test-infra-artemis
  • camel-yaml-dsl-validator
  • camel-yaml-dsl-validator-maven-plugin
Modules with tests skipped (28)
  • apache-camel
  • camel-allcomponents
  • camel-catalog
  • camel-catalog-console
  • camel-catalog-lucene
  • camel-catalog-maven
  • camel-catalog-suggest
  • camel-componentdsl
  • camel-csimple-maven-plugin
  • camel-endpointdsl
  • camel-endpointdsl-support
  • camel-jbang-core
  • camel-jbang-it
  • camel-jbang-main
  • camel-jbang-plugin-edit
  • camel-jbang-plugin-generate
  • camel-jbang-plugin-kubernetes
  • camel-jbang-plugin-test
  • camel-kamelet-main
  • camel-launcher
  • camel-report-maven-plugin
  • camel-route-parser
  • camel-yaml-dsl
  • camel-yaml-dsl-deserializers
  • camel-yaml-dsl-maven-plugin
  • coverage
  • docs
  • dummy-component

ℹ️ Shadow mode — Scalpel observes but does not affect test execution. Learn more

All tested modules (48 modules)
  • Camel :: AMQP
  • Camel :: ActiveMQ 5.x
  • Camel :: ActiveMQ 6.x
  • Camel :: All Components Sync point
  • Camel :: Assembly
  • Camel :: CXF :: SOAP :: Spring
  • Camel :: Catalog :: CSimple Maven Plugin (deprecated)
  • Camel :: Catalog :: Camel Catalog
  • Camel :: Catalog :: Camel Report Maven Plugin
  • Camel :: Catalog :: Camel Route Parser
  • Camel :: Catalog :: Console
  • Camel :: Catalog :: Dummy Component
  • Camel :: Catalog :: Lucene (deprecated)
  • Camel :: Catalog :: Maven
  • Camel :: Catalog :: Suggest
  • Camel :: Component DSL
  • Camel :: Coverage
  • Camel :: Docs
  • Camel :: Endpoint DSL
  • Camel :: Endpoint DSL :: Support
  • Camel :: Integration Tests
  • Camel :: JBang :: Core
  • Camel :: JBang :: Integration tests
  • Camel :: JBang :: MCP
  • Camel :: JBang :: Main
  • Camel :: JBang :: Plugin :: Edit
  • Camel :: JBang :: Plugin :: Generate
  • Camel :: JBang :: Plugin :: Kubernetes
  • Camel :: JBang :: Plugin :: MCP
  • Camel :: JBang :: Plugin :: Route Parser
  • Camel :: JBang :: Plugin :: TUI
  • Camel :: JBang :: Plugin :: Testing
  • Camel :: JBang :: Plugin :: Validate
  • Camel :: JMS
  • Camel :: Kamelet Main
  • Camel :: Launcher
  • Camel :: Launcher :: Container
  • Camel :: MLLP
  • Camel :: Paho (deprecated)
  • Camel :: Simple JMS
  • Camel :: Simple JMS2
  • Camel :: Test Infra :: All test services
  • Camel :: Test Infra :: Artemis
  • Camel :: YAML DSL
  • Camel :: YAML DSL :: Deserializers
  • Camel :: YAML DSL :: Maven Plugins
  • Camel :: YAML DSL :: Validator
  • Camel :: YAML DSL :: Validator Maven Plugin

⚙️ View full build and test results

@ammachado
ammachado marked this pull request as ready for review August 3, 2026 20:44

@gnodet gnodet left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean, well-scoped groupId fix. All four Artemis artifact references (artemis-server, artemis-jakarta-server, artemis-jakarta-client, artemis-amqp-protocol) correctly updated from org.apache.activemq to org.apache.artemis to match the Artemis TLP relocation. Repo-wide grep confirms no remaining instances of the old groupId for these artifacts. The remaining org.apache.activemq references in camel-activemq and camel-activemq6 are genuine ActiveMQ Classic artifacts and are not part of this migration.

This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.

Claude Code on behalf of @gnodet

@davsclaus davsclaus added this to the 4.22.0 milestone Aug 4, 2026
@davsclaus davsclaus added the task label Aug 4, 2026
@davsclaus
davsclaus merged commit efe7b36 into apache:main Aug 4, 2026
5 checks passed
@ammachado
ammachado deleted the CAMEL-24335-artemis-groupid-relocation branch August 5, 2026 04:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants