You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/installation/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ It is possible to prepare the prerequisite installers beforehand so the setup pr
121
121
* Rename the *latest.exe* executable to *mendix_native_mobile_builder.exe*
122
122
5. Git for Windows (x64)
123
123
* For Studio Pro versions 10.0.0 and 10.1.0, rename the *Git-2.37.1-64-bit.exe* executable to *git_for_windows_installer.exe*
124
-
* For Studio Pro versions 10.2.0, 10.6.10 (or 10.6 MTS above 10.6.10), and 10.9.0, rename the *Git-2.41.0.3-64-bit.exe* executable to *git_for_windows_installer.exe*
124
+
* For Studio Pro versions 10.2.0, 10.6.10 (or 10.6.x above 10.6.10), and 10.9.0, rename the *Git-2.41.0.3-64-bit.exe* executable to *git_for_windows_installer.exe*
125
125
* For Studio Pro versions 10.10.0 and above, rename the *Git-2.43.0-64-bit.exe* executable to *git_for_windows_installer.exe*
126
126
6. Microsoft Edge WebView2 Evergreen Runtime (x64 or ARM64)
127
127
* The *MicrosoftEdgeWebview2Setup.exe* does not need to be renamed
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/integration/mapping-documents/import-mappings.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,6 @@ If you are importing a very long JSON string, the underlying conversion library
101
101
102
102
Mendix uses the Jackson Core XML library when performing the import mapping and this [has a limit of 20 million](https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.15.1/com/fasterxml/jackson/core/StreamReadConstraints.html#DEFAULT_MAX_STRING_LEN) characters (in earlier versions 5 million) in the JSON string.
103
103
104
-
In Mendix version 10.9.0 and above and Mendix MTS version 10.6, patch releases 10.6.5 and above, you can override this using the [mapping.import.MaxJsonReadingLength](/refguide10/custom-settings/#mapping.import.MaxJsonReadingLength) custom setting.
104
+
In Mendix version 10.9.0 and above and Mendix version 10.6, patch releases 10.6.5 and above, you can override this using the [mapping.import.MaxJsonReadingLength](/refguide10/custom-settings/#mapping.import.MaxJsonReadingLength) custom setting.
105
105
106
106
Mendix recommends that you only add this setting if you will be getting very long JSON strings as it may result in more memory usage.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/modeling/menus/edit-menu/preferences-dialog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ Changing these values for another application will also affect the commits made
192
192
#### Enable Current Windows User Authentication {#enable-windows-authentication}
193
193
194
194
{{% alert color="info" %}}
195
-
This setting is available in Studio Pro MTS versions 10.6.21 and above, 10.12.14 and above, 10.18.3 and above.
195
+
This setting is available in Studio Pro versions 10.6.x (10.6.21 and above), 10.12.x (10.12.14 and above), and 10.18.3 and above.
196
196
{{% /alert %}}
197
197
198
198
When this option is selected, the application automatically uses credentials of the currently logged-in Windows user to authenticate and connect to the on-premises Git server. This feature streamlines the authentication process by eliminating the need for users to manually enter their credentials, enhancing both security and user convenience. By leveraging Windows authentication, organizations can ensure that access to the Git server is seamlessly integrated with their existing IT infrastructure, providing a smooth and efficient workflow for development teams.
Copy file name to clipboardExpand all lines: content/en/docs/refguide10/runtime/custom-settings/_index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The following custom settings can be configured:
75
75
| <aid="UploadedFilesPath"href="#UploadedFilesPath">UploadedFilesPath</a> | The location of the uploaded files. A valid path can be: `\\FileServer\CustomerPortalFiles`. |[deployment folder]\data\files |
76
76
| <aid="EnableFileDocumentCaching"href="#EnableFileDocumentCaching">EnableFileDocumentCaching</a> | 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 |
77
77
| <aid="ObjectManagementStrictChangeBehavior"href="#ObjectManagementStrictChangeBehavior">ObjectManagement.<wbr>StrictChangeBehavior</a> | Defines the behavior when changing values of Enums and Calculated attributes.<br/>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.<br/>When set to false, changes to the values of Enums and/or Calculated attributes will be allowed.<br/>We plan to remove this setting in Mendix 11, after which, an exception will always be raised when setting an invalid value. | true |
78
-
| <aid="mapping.import.MaxJsonReadingLength"href="#mapping.import.MaxJsonReadingLength">mapping.import.MaxJsonReadingLength</a> | 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](/refguide10/import-mappings/#troubleshooting) for more information. <br />*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)*|
78
+
| <aid="mapping.import.MaxJsonReadingLength"href="#mapping.import.MaxJsonReadingLength">mapping.import.MaxJsonReadingLength</a> | 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](/refguide10/import-mappings/#troubleshooting) for more information. <br />*This setting was introduced in Mendix version 10.9.0 and Mendix version 10.6, patch version 10.6.5.*| 20000000 *(dependent on library version)*|
@@ -269,8 +269,8 @@ The settings below influence the behavior of the Mendix web client.
269
269
| Name | Description | Default Value |
270
270
| --- | --- | --- |
271
271
| <aid="EnableKeepAlive"href="#EnableKeepAlive">EnableKeepAlive</a> | Defines whether the web client sends a keep alive request every SessionTimeout/2 milliseconds, to prevent a session timeout. Each click in the browser also acts as KeepAlive. Disabling this property will result in a user being logged out automatically after 10 minutes of inactivity, even if the browser remains open. | true |
272
-
| <aid="PhoneUserAgentRegEx"href="#PhoneUserAgentRegEx">PhoneUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and MTS versions 10.6.22, 10.12.16, and 10.18.5 and above.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a phone. The regular expression is matched against the user-agent header sent by the client's web browser. | Android, Mobile (iPhone, iPod, BlackBerry) |
273
-
| <aid="TabletUserAgentRegEx"href="#TabletUserAgentRegEx">TabletUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and MTS versions 10.6.22, 10.12.16, and 10.18.5 and above.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a tablet. The regular expression is matched against the User-Agent header sent by the client's web browser. | Android, iPad |
272
+
| <aid="PhoneUserAgentRegEx"href="#PhoneUserAgentRegEx">PhoneUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.x, 10.12.x, and 10.18.x from versions 10.6.22, 10.12.16, and 10.18.5.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a phone. The regular expression is matched against the user-agent header sent by the client's web browser. | Android, Mobile (iPhone, iPod, BlackBerry) |
273
+
| <aid="TabletUserAgentRegEx"href="#TabletUserAgentRegEx">TabletUserAgentRegEx</a> |*This method does not accurately identify devices. It is removed and an alternative method is used in 10.21.0 and above, and versions 10.6.x, 10.12.x, and 10.18.x from versions 10.6.22, 10.12.16, and 10.18.5.*<br />Defines the regular expression that is used to determine whether a user is visiting a Mendix application from a tablet. The regular expression is matched against the User-Agent header sent by the client's web browser. | Android, iPad |
274
274
| <aid="commendixwebuiHybridAppLoginTimeOut"href="#commendixwebuiHybridAppLoginTimeOut">com.<wbr>mendix.<wbr>webui.<wbr>HybridAppLoginTimeOut</a> | Determines how many minutes your token will remain valid before re-authenticating using your full credentials. If no value is set the token will expire after One year *(Mendix version 10.9.0 and above)* or never expire *(Mendix versions below 10.9.0)*. ||
275
275
| <aid="commendixwebuiFeedbackSizeWarningThreshold"href="#commendixwebuiFeedbackSizeWarningThreshold">com.<wbr>mendix.<wbr>webui.<wbr>FeedbackSizeWarningThreshold</a> | A warning is logged when the feedback size exceeds the threshold. Feedback is sent from server to client to instruct (for example, to refresh objects or to open a page). They are serialized as "instructions" in the server response. If there are too many instructions, this can have performance implications, as they all have to be serialized to the client. For this reason, a warning is logged when the threshold is exceeded. | 5000 |
276
276
| <aid="commendixwebuiStateSizeWarningThreshold"href="#commendixwebuiStateSizeWarningThreshold">com.<wbr>mendix.<wbr>webui.<wbr>StateSizeWarningThreshold</a> | A warning is logged when the state size exceeds the threshold. The state consists of changes in objects and of objects not committed to the database (yet). If there is too much state, this will have performance implications, as the whole state has to be serialized to the client. For this reason, a warning is logged when the threshold is exceeded. | 100 |
Copy file name to clipboardExpand all lines: content/en/docs/releasenotes/studio-pro/lts-mts.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,8 @@ For Mendix 10 and 11, we are planning to follow this release timeline:
22
22
23
23
| Release | Date |
24
24
| --- | --- |
25
-
| 10.6 MTS | December 2023 |
26
-
| 10.12 MTS | June 2024 |
27
-
| 10.18 MTS | December 2024 |
28
-
| 11.0 GA | June 2025 |
29
25
| 10.24 LTS | June 2025 |
26
+
| 11.0 GA | June 2025 |
30
27
| 11.6 MTS | December 2025 |
31
28
| 11.12 MTS | June 2026 |
32
29
| 11.18 MTS | December 2026 |
@@ -87,21 +84,21 @@ For the support duration, the LTS will receive patch releases only.
87
84
88
85
### Upgrading Impact
89
86
90
-
The impact of upgrading from an LTS to an LTS is often the lowest of these options. That is because an LTS has the longest support duration and only gets critical fixes, which results in high stability over time. In addition, depending on how rigorous your application update/release process is, the upgrade would only have to be done once, as opposed to multiple times between MTS versions or monthly release versions.
87
+
Upgrading from an LTS to an LTS often has the lowest impact compared to other upgrade options. That is because an LTS has the longest support duration and only gets critical fixes, which results in high stability over time. In addition, depending on how rigorous your application update/release process is, the upgrade would only have to be done once, as opposed to multiple times between MTS versions or monthly release versions.
91
88
92
89
## Medium-Term Support Version (MTS) {#mts}
93
90
94
91
An MTS is a minor version released approximately every 6 months after a new major version release for general availability.
95
92
96
93
There are currently no MTS versions of Studio Pro. The next one that will occur is 11.6, planned for release in [December, 2025](#major-version).
97
94
98
-
Release notes for the current MTS version are marked with an MTS badge (<textclass="badge badge-pill badge-mts"style="margin-left:0px">MTS</text>) in the left sidebar.
95
+
Release notes for any current MTS versions are marked with an MTS badge (<textclass="badge badge-pill badge-mts"style="margin-left:0px">MTS</text>) in the left sidebar.
99
96
100
97
Mendix MTS versions offer a balance between getting the latest and greatest Mendix has to offer every month, and security and stability.
101
98
102
99
{{% alert color="info" %}}
103
100
104
-
Mendix recommends using the latest patch version of the release as the latest version will contain the latest fixes.
101
+
Mendix recommends using the latest patch version of the release as this will contain the latest fixes.
0 commit comments