Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
394 views
in Technique[技术] by (71.8m points)

Is ActiveMQ Artemis Java JPMS (Java Platform Module System) compatible?

When I try running

"[path_to]jdk-15.0.2+7_zip_unzipinjdeps.exe" --multi-release="11" --ignore-missing-deps --module-path="[path_to]my.test.moduleargetmodules"  --generate-module-info out "[path_to]my.test.moduleargetmodulesartemis-server-2.16.0.jar"

I get something like this

Error: Modules artemis.core.client and artemis.server export package org.apache.activemq.artemis.core.settings.impl to module org.apache.tomcat.embed.websocket

I just want to know if ActiveMQ Artemis is JPMS compatible. If so, then what I'm doing wrong?

question from:https://stackoverflow.com/questions/65916831/is-activemq-artemis-java-jpms-java-platform-module-system-compatible

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

I'm not aware of any explicit effort to make ActiveMQ Artemis JPMS compatible so any existing compatibility would almost certainly be coincidental. Feel free to open a Jira to request compatibility.

FWIW, at least one problem has already been identified.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...