I wrote a query to find usages of the deprecated serializer calls in Mirth channels #5932
jonbartels
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Newer versions of Mirth will spam the logs if you use old-style serializer calls:
I wrote a query to find usages of these deprecated calls. It runs on Postgres 12. It returns the channel name and if it found the snippet in the source or destination connector.
This is useful for fixing usages of deprecated method calls when the error message does not tell you what channel is making the call.
This is obviously adaptable for any other find-usages cases you might want to use.
Beta Was this translation helpful? Give feedback.
All reactions