From 437c953ae59641498d1fd146f0b82d0a321c8e92 Mon Sep 17 00:00:00 2001
From: Leroy van Engelen <1479434+lvanengelen@users.noreply.github.com>
Date: Mon, 7 Apr 2025 17:30:37 +0200
Subject: [PATCH 1/2] Remove ObjectManagement.StrictChangeBehavior runtime
setting
---
content/en/docs/refguide/runtime/custom-settings/_index.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/content/en/docs/refguide/runtime/custom-settings/_index.md b/content/en/docs/refguide/runtime/custom-settings/_index.md
index bdf5084fe89..6a8884f8861 100644
--- a/content/en/docs/refguide/runtime/custom-settings/_index.md
+++ b/content/en/docs/refguide/runtime/custom-settings/_index.md
@@ -74,7 +74,6 @@ The following custom settings can be configured:
| TrackWebServiceUserLastLogin | Defines whether to update a user's `LastLogin` field on each login when logging in to a published REST, OData, or web service. When this happens a database update query has to be sent and this can have performance consequences on heavy load systems. When this setting is set to false, no database interaction is necessary. | true |
| UploadedFilesPath | The location of the uploaded files. A valid path can be: `\\FileServer\CustomerPortalFiles`. | [deployment folder]\data\files |
| EnableFileDocumentCaching | Defines whether file documents should be cached. Only enable this if you are sure that the file documents will not contain sensitive information. Images are always cached. | false |
-| ObjectManagement.StrictChangeBehavior | Defines the behavior when changing values of Enums and Calculated attributes.
When set to true, setting an invalid value for an Enum attribute and/or setting a value for a Calculated attribute will result in an InvalidEnumerationValueException and/or ReadOnlyAttributeException respectively.
When set to false, changes to the values of Enums and/or Calculated attributes will be allowed.
We plan to remove this setting in Mendix 11, after which, an exception will always be raised when setting an invalid value. | true |
| mapping.import.MaxJsonReadingLength | The maximum length of the JSON string received from the remote which can be processed with import mapping. Use this setting when you expect a string which is longer than the default. See [Import Mappings](/refguide/import-mappings/#troubleshooting) for more information.
*This setting was introduced in Mendix version 10.9.0 and Mendix MTS version 10.6, patch version 10.6.5.* | 20000000 *(dependent on library version)* |
### ApplicationRootUrl {#applicationrooturl-section}
From 5d55d05a8f05da4dea9f485efa1c84c783bb9ca5 Mon Sep 17 00:00:00 2001
From: Leroy van Engelen <1479434+lvanengelen@users.noreply.github.com>
Date: Wed, 9 Apr 2025 10:08:25 +0200
Subject: [PATCH 2/2] Fix conflict resolution
---
content/en/docs/refguide/runtime/custom-settings/_index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/en/docs/refguide/runtime/custom-settings/_index.md b/content/en/docs/refguide/runtime/custom-settings/_index.md
index bb4b6a447c2..0e29ee7759f 100644
--- a/content/en/docs/refguide/runtime/custom-settings/_index.md
+++ b/content/en/docs/refguide/runtime/custom-settings/_index.md
@@ -74,7 +74,7 @@ The following custom settings can be configured:
| TrackWebServiceUserLastLogin | Defines whether to update a user's `LastLogin` field on each login when logging in to a published REST, OData, or web service. When this happens a database update query has to be sent and this can have performance consequences on heavy load systems. When this setting is set to false, no database interaction is necessary. | true |
| UploadedFilesPath | The location of the uploaded files. A valid path can be: `\\FileServer\CustomerPortalFiles`. | [deployment folder]\data\files |
| EnableFileDocumentCaching | Defines whether file documents should be cached. Only enable this if you are sure that the file documents will not contain sensitive information. Images are always cached. | false |
-| mapping.import.MaxJsonReadingLength | The maximum length of the JSON string received from the remote which can be processed with import mapping. Use this setting when you expect a string which is longer than the default. See [Import Mappings](/refguide/import-mappings/#troubleshooting) for more information.
*This setting was introduced in Mendix version 10.9.0 and Mendix MTS version 10.6, patch version 10.6.5.* | 20000000 *(dependent on library version)* |
+| mapping.import.MaxJsonReadingLength | The maximum length of the JSON string received from the remote which can be processed with import mapping. Use this setting when you expect a string which is longer than the default. See [Import Mappings](/refguide/import-mappings/#troubleshooting) for more information. | 20000000 *(dependent on library version)* |
### ApplicationRootUrl {#applicationrooturl-section}