Jon Bartels

Results 8 issues of Jon Bartels

**Is your feature request related to a problem? Please describe.** I am looking at diffs of exports from MC and get a lot of noise from things like: - code...

enhancement
triaged
Internal-Issue-Created
RS-8020

**Describe the bug** See - https://github.com/nextgenhealthcare/connect/blob/e66d1122dbeebfcf5a8939beb93d720b2d5071fb/client/src/com/mirth/connect/client/ui/ChannelTableNode.java#L58-L88 Line 58 sets `this.channelStatus = null;` then on line 85 `row[i++] = plugin.getTableData(channelStatus.getChannel());` will always throw an NPE. The solution is to change line...

bug
triaged
Internal-Issue-Created
RS-8538

**Is your feature request related to a problem? Please describe.** I was using a `DonkeyDao` object and wanted to close it using `IOUtils.closeQuietly`. That operation failed because even though `DonkeyDao`...

enhancement
triaged
Internal-Issue-Created
RS-7557

**Describe the bug** Frame needs to load extensions when it says "Loading extensions..." and BEFORE initializing the Channel Panel. We can see that the code is already aware of the...

bug

**Describe the bug** MacOS installer won't work on ARM Macs *unless* an x86 JVM is installed. **To Reproduce** 1. Download the MacOS installer package 2. Run the installer from the...

bug
triaged
Internal-Issue-Created
RS-12068

MCAL includes JVMs for MacOS, Unix, and Windows with distributions for other OSs. Update MCAL so that the OS specific distribution are smaller and only include data needed for that...

enhancement
triaged
Internal-Issue-Created
RS-10856

**Describe the bug** https://github.com/nextgenhealthcare/connect/blob/0974c6ad4d6fc683d544f6f23da0def551812ecc/server/src/com/mirth/connect/server/controllers/DefaultConfigurationController.java#L1154 The keystore file is opened, checked for existing keypairs, has new keypairs generated if needed, then it is *ALWAYS* rewritten on line https://github.com/nextgenhealthcare/connect/blob/0974c6ad4d6fc683d544f6f23da0def551812ecc/server/src/com/mirth/connect/server/controllers/DefaultConfigurationController.java#L1208 . This rewrite...

bug

When generating alerts, it would be helpful if the serverName and environmentName were avaiable in the [alert variables list](https://docs.nextgen.com/bundle/connect_advanced_alerting_ug_42/page/connect/connect/topics/c_alert_variables_edit_alert_aa.html). @rogin [cooked up a patch](https://github.com/nextgenhealthcare/connect/compare/development...rogin:connect:alerts-add-envname) already and will be submitting a...

enhancement