Skip to content

4.3.0 Upgrade Guide

Peter Ladesma edited this page Jan 31, 2023 · 12 revisions

Resource Classloaders Now Load Classes Child-First By Default

Resources now load classes "child-first" instead of "parent-first" by default. In cases where a resource uses a class that is already included with Mirth Connect (for example a PostgreSQL driver), previously the class from the parent classloader was loaded instead of the custom class that the user wanted to use. By loading "child-first" now, users can achieve the desired behavior.

If you still need to load "parent-first", you can enable the "Load Parent-First" option on individual resources.

Updated Deprecated Docker Base Images

The OpenJDK base image was deprecated, so we now build Mirth Connect with the eclipse-temurin image instead. If you were customizing your Mirth Connect Docker containers, you may need to update your configuration to be compatible with eclipse-temurin.

Clone this wiki locally