-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Artemis Console next gen based on hawtIO 4 #5441
Conversation
"favicon": "img/favicon.png" | ||
}, | ||
"login": { | ||
"description": "Login page for Artemis Console.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be, "Login page for ActiveMQ Artemis Console."
}, | ||
"about": { | ||
"title": "ActiveMQ Artemis Management Console", | ||
"productInfo": [{"name": "Artemis", "value": "${project.version}"}], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be, "ActiveMQ Artemis".
...s-cli/src/main/resources/org/apache/activemq/artemis/cli/commands/etc/hawtio-oidc.properties
Show resolved
Hide resolved
<artifactId>apache-artemis-console</artifactId> | ||
<type>zip</type> | ||
<classifier>bin</classifier> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in the pom overall result in inclusion of the console zip and the war in the distribution lib dir.
This should probably marked as provided as its only here for build time use (or maybe it could even be omitted, given it is specified in the dependency unpack execution)
bf8fd19
to
082ae93
Compare
Replaced by #5467. |
This is a PR to allow developers to build a variant of the latest Artemis Release with the new Artemis Console embedded, for testing. It will not currently merge and isnt intended to. It replaces #5245
The next Artemis Console release candidate, 1.1.0, and this build will use the staged dependency when built.
This PR is a draft and will be updated/reaplced for each Artemis Release until it is decided to merge into main.