Skip to content

ARTEMIS-1619 - Add plugin support for address lifecyle#1789

Closed
cshannon wants to merge 1 commit into
apache:masterfrom
cshannon:ARTEMIS-1619
Closed

ARTEMIS-1619 - Add plugin support for address lifecyle#1789
cshannon wants to merge 1 commit into
apache:masterfrom
cshannon:ARTEMIS-1619

Conversation

@cshannon
Copy link
Copy Markdown
Contributor

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


} catch (Throwable e) {
e.printStackTrace();
fail(e.getMessage());
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@asfgit asfgit closed this in 4977042 Jan 19, 2018
@cshannon cshannon deleted the ARTEMIS-1619 branch February 11, 2020 13:17
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.

2 participants