-
Notifications
You must be signed in to change notification settings - Fork 304
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
PAYARA-1485-Create-notifier-for-New-Relic #1417
PAYARA-1485-Create-notifier-for-New-Relic #1417
Conversation
jenkins test please |
All tests have passed |
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.
Minor tweak
appserver/admingui/pom.xml
Outdated
@@ -110,7 +110,7 @@ | |||
<module>cluster</module> | |||
<module>payara-theme</module> | |||
<module>web</module> | |||
<module>gf-admingui-connector</module> | |||
<module>gf-admingui-connector</module> |
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.
(┛◉Д◉)┛彡┻━┻
@Param(name = "key") | ||
private String key; | ||
|
||
@Param(name = "accountId") |
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.
You can use the alias Param option to specify lowercase as an acceptable alternative:
@Param(name = "accountId", alias = "accountid")
jenkins test please |
One or more tests have failed |
jenkins test please |
All tests have passed |
@mulderbaba I merged the Dtadog notifier and now there are merge conflicts. |
@smillidge ok, resolved them. github now offers a cool editor for conflict resolution. |
jenkins test please |
One or more tests have failed |
fix on passing header parameter
jenkins test please |
All tests have passed |
No description provided.