From 3accfbcaf4d2bcffd93652565b12e19816ee940c Mon Sep 17 00:00:00 2001 From: Jonathan Diehl <1334574+jdiehl@users.noreply.github.com> Date: Wed, 21 Jan 2026 14:07:41 +0100 Subject: [PATCH 1/2] Update warning and info alerts in model-reflection.md Clarified instructions regarding the removal of the _USE_ME/_DEPRECATED directory for compatibility with Mx Model Reflection. --- .../platform-supported-content/modules/model-reflection.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md b/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md index 1c043d13755..b0eb9f5c9b0 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md @@ -9,8 +9,12 @@ description: "Describes the configuration and usage of the Mx Model Reflection m The [Mx Model Reflection](https://marketplace.mendix.com/link/component/69/) module allows you to access information about the domain model and about microflows of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow. +{{% alert color="warning" %}} +If your application depends on assets located in the **_USE_ME/_DEPRECATED** directory (e.g., select pages), do not upgrade Mx Model Reflection to version 9.1.0 or later. This directory has been removed starting with those versions. Update your application to remove any use on these assets. If the usage originates from a marketplace module, contact the author and request that they remove the deprecated dependencies. +{{% /alert %}} + {{% alert color="info" %}} -To use MxModel Reflection with the React client, remove the folder **_USE_ME/_DEPRECATED**. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection. +In older versions of MxModel Reflection, remove the folder **_USE_ME/_DEPRECATED** to enable its use with the React client. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection. {{% /alert %}} ### Dependencies From 5a1f2200ba751e2d8f13248772c41a2e18ab64b8 Mon Sep 17 00:00:00 2001 From: Mark van Ments <35492184+MarkvanMents@users.noreply.github.com> Date: Thu, 22 Jan 2026 15:58:26 +0100 Subject: [PATCH 2/2] Clarify upgrade instructions for Mx Model Reflection --- .../platform-supported-content/modules/model-reflection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md b/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md index b0eb9f5c9b0..d07f6bec5df 100644 --- a/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md +++ b/content/en/docs/marketplace/platform-supported-content/modules/model-reflection.md @@ -10,11 +10,11 @@ description: "Describes the configuration and usage of the Mx Model Reflection m The [Mx Model Reflection](https://marketplace.mendix.com/link/component/69/) module allows you to access information about the domain model and about microflows of your app from your app. For example, you can loop through all the attribute names of an entity type in a microflow. {{% alert color="warning" %}} -If your application depends on assets located in the **_USE_ME/_DEPRECATED** directory (e.g., select pages), do not upgrade Mx Model Reflection to version 9.1.0 or later. This directory has been removed starting with those versions. Update your application to remove any use on these assets. If the usage originates from a marketplace module, contact the author and request that they remove the deprecated dependencies. +If your application depends on assets located in the `_USE_ME/_DEPRECATED` directory (e.g., select pages), do not upgrade Mx Model Reflection to version 9.1.0 or later. From version 9.1.0, this directory has been removed. Before upgrading you will need to update your application to remove any use on these assets. If the usage originates from a marketplace module, contact the author and request that they remove the deprecated dependencies. {{% /alert %}} {{% alert color="info" %}} -In older versions of MxModel Reflection, remove the folder **_USE_ME/_DEPRECATED** to enable its use with the React client. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection. +To use the React client with versions of Mx Model Reflection before version 9.1.0, remove the folder `_USE_ME/_DEPRECATED`, bearing in mind the warning above. The assets in this folder are there only for backwards compatibility, and are not necessary to make full use of MxModel Reflection. {{% /alert %}} ### Dependencies