Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andytaylor
Copy link
Contributor

No description provided.

@andytaylor andytaylor marked this pull request as draft January 23, 2025 14:42
@andytaylor andytaylor force-pushed the console-upgrade branch 4 times, most recently from d6d03ac to bbcd1d4 Compare January 29, 2025 15:59


public void loadLandingPage() {
Copy link
Member

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?

Copy link
Contributor Author

@andytaylor andytaylor Feb 3, 2025

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?

@andytaylor andytaylor force-pushed the console-upgrade branch 3 times, most recently from 9bdb0a1 to 9935414 Compare February 3, 2025 11:22
@andytaylor andytaylor marked this pull request as ready for review February 3, 2025 11:23
@andytaylor andytaylor force-pushed the console-upgrade branch 2 times, most recently from acf9c8f to 0c0edfd Compare February 3, 2025 13:28
Comment on lines +123 to +125
<artifactId>apache-artemis-console</artifactId>
<type>zip</type>
<classifier>bin</classifier>
Copy link
Member

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)

#5441 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants