Skip to content

A MirthConnect plugin to display product version in the GUI

License

Notifications You must be signed in to change notification settings

pujux/mirth-version-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Communication Platform Version Plugin

This plugin is used to display the communication-platform version, provided as an ENV variable, inside the Mirth Administrator GUI. The version is added to the Statusbar of the application if provided.

Installation

  1. Install Java
  2. Install Maven
  3. Run git clone https://github.com/pujux/communication-platform-version-plugin
  4. Navigate to communication-platform-version-plugin/
  5. Create a keystore.jks file in certificate/
  6. Run mvn install to install dependencies to local cache
  7. Run mvn clean package to verify the build works
  8. You can now find the plugins .zip archive in distribution/target

Usage

When opening the Mirth Connect Administrator, the plugin will first read the COMPLATFORM_VERSION environment variable and then create a background task that will check and update the statusbar.
Every 15 seconds the task checks if the statusbar includes the current version and if not, will add it to the statusbar.

License

Copyright 2021 Kaur Palang
Copyright 2023 Julian Pufler

Licensed under the Apache License, Version 2.0 (the "License");
You may not use this code except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.

About

A MirthConnect plugin to display product version in the GUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages