Tony Germano
Tony Germano
**Describe the bug** If you add two or more entries to the globalMap where the key only differs by case, then only one entry will appear in the dashboard. All...
The ServicePlugin interface included an additional method since version 3.9.0 in commit bc9c18f, causing any classes implementing this interface to require updating. This broke multiple 3rd-party plugins which otherwise should...
An event is created early in the startup process, but there is not an event sent when startup completes. resolves #4870
The ServicePlugin interface included an additional method since version 3.9.0 in commit https://github.com/nextgenhealthcare/connect/commit/bc9c18f7392644438aa765b0f7fa4e164c93f8d1, causing any classes implementing this interface to require updating. This broke multiple 3rd-party plugins which otherwise should...
Compiled Code Blocks can be very convenient, but they have a shortcoming that if mirth decides to skip the script entirely, then they won't run. I have on multiple occasions...
The server currently sends an event early in the startup process, but it does not send another event when startup is complete. It would be helpful to see in the...
`mirth-crypto.jar` is a dependency of mirth, which is included as a pre-compiled library with other 3rd-party jars (see [mirth-crypto.jar](https://github.com/nextgenhealthcare/connect/blob/4.1.0/server/lib/mirth-crypto.jar).) The source for this library is not available. However, it is...
**Describe the bug** The mirth client throws a NullPointerException if the clipboard is empty during login. **Expected behavior** Login should occur when the clipboard is empty. **Actual behavior** ``` java.lang.NullPointerException...
I just started playing with your library, and I really like it. Thank you for sharing! I had a question where I wasn't sure of the best way to do...
It is a frequent occurrence that files will need to be retrieved from multiple directories on the same host, but the "Include All Subdirectories" option will not work. This is...