removing Connection type parameter in getHostName method as jdbcTemplate... - #1
Merged
Conversation
RangerRick
added a commit
that referenced
this pull request
Apr 23, 2013
removing Connection type parameter in getHostName method as jdbcTemplate...
RangerRick
pushed a commit
that referenced
this pull request
Aug 26, 2013
Merge Latest OpenNMS Master to JunosSpace Master
indigo423
pushed a commit
that referenced
this pull request
Jul 16, 2014
Review documentation for HttpMonitor
indigo423
added a commit
that referenced
this pull request
Jul 16, 2014
Update Win32ServiceMonitor.adoc
indigo423
pushed a commit
that referenced
this pull request
Jul 23, 2014
NMS-6677-Docu-OmsaStorageMonitor
indigo423
pushed a commit
that referenced
this pull request
Jul 29, 2014
NMS-6689: Documentation StrafePingMonitor
DerTak
added a commit
that referenced
this pull request
Aug 16, 2014
Native speaker sprinkles for JDBCQueryMonitor.adoc
indigo423
added a commit
that referenced
this pull request
Nov 11, 2014
Native speaker sprinkles for DhcpMonitor.adoc
indigo423
pushed a commit
that referenced
this pull request
Dec 15, 2014
NMS-7238: Citrix-NetScaler-events
indigo423
pushed a commit
that referenced
this pull request
Jun 12, 2015
NMS-7722: formatting XML file
indigo423
pushed a commit
that referenced
this pull request
Jul 17, 2015
NMS-5071: Formatting Juniper screening XML file
jeffgdotorg
pushed a commit
that referenced
this pull request
Oct 29, 2015
HZN-26: Unified OPENNMS_HOME
cgorantla
pushed a commit
that referenced
this pull request
May 13, 2016
Merge opennms into cgorantla
cgorantla
pushed a commit
that referenced
this pull request
Jun 7, 2016
j-white
pushed a commit
that referenced
this pull request
Apr 26, 2018
Wording, add expiry date to warning
christianpape
added a commit
that referenced
this pull request
Apr 16, 2025
mhuot
referenced
this pull request
in mhuot/delta-v
Mar 6, 2026
EventBus Redesign: Kafka faults, JMS IPC, Alarmd extraction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Connection type parameter is passed to getHostName method JdbcEventWriter Class which is not used inside the method body as JdbcTemplate is used for processing the query.
Please note that : Even though JdbcEventWriter is marked as deprecated there is no corresponding HibernateEventWriter implemented for Eventd package as it is done for Linkd. I am going to implement and submit a HibernateEventWriter for Eventd in a few days.
Thanks,
Nalla.