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-1619 - Add plugin support for address lifecyle #1789

Closed
wants to merge 1 commit into from

Conversation

cshannon
Copy link
Contributor

Adding callbacks to the plugin API for address creation, update and
removals


} catch (Throwable e) {
e.printStackTrace();
fail(e.getMessage());
Copy link
Contributor

Choose a reason for hiding this comment

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

the printStackTrace is useful when it fails :)
I have been there.

Copy link
Contributor

Choose a reason for hiding this comment

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

this is actually the only request I'm going to make.. almost merged this.

Copy link
Contributor

Choose a reason for hiding this comment

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

hmmmm.. but it was being ignored before?

maybe just remove the catch and let it fail? remove the throws Exception on the test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah i can remove it, i'm not sure why it's there at all

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok i updated the PR

Adding callbacks to the plugin API for address creation, update and
removals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants