-
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 #5467
base: main
Are you sure you want to change the base?
Conversation
d6d03ac
to
bbcd1d4
Compare
|
||
|
||
public void loadLandingPage() { |
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.
could the loadLandingPage
method be moved to ConsoleTest class?
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.
actually it should be an abstract method in consoleTest that is implemented differently in ArtemisTest and ArtemisJMXTest (for when I add more tests), wdyt?
9bdb0a1
to
9935414
Compare
acf9c8f
to
0c0edfd
Compare
0c0edfd
to
200a471
Compare
<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.
Carried over comment (there are others) from previous PR:
(Thinking on it again, I think removing it should probably be the way to go)
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)
No description provided.