Mendix Studio pro

9.24.19
Stable
April 11, 2024
Mendix Studio Pro is our low-code IDE for professional developers. It's a powerful visual model-driven development environment to build apps on the Mendix Platform. With Studio Pro you can easily create, change, integrate, test and deploy your applications, all in one place. Moreover, you can manage branch lines and security as well as extend your app with custom code using the built-in editors. Click 'Download Studio Pro' to get the installer for free (Windows OS required*). Learn more about the installation and the Studio Pro capabilities in our documentation. Not a professional developer? Learn How Mendix supports different developer profiles .Before installing, please read the Release Notes to learn about improvements, bug fixes, backwards compatibility, breaking changes and known issues. *If you are using a Mac, check out these instructions first.
Release Notes - **Release date: April 11, 2024** ### New Features #### Java 17 In a first step towards Java 21 support, we have made the following changes: * We added the option to select between Java 11 and 17 in the app Runtime settings. * Targeting Java 17 allows the app to use language constructs and APIs that were introduced with Java 17. * If you choose to run on JDK 17 you should not have to update your apps. If you have any unexpected issues, please revert to Java 11 if possible and wait for Java 21 support to be introduced. Mendix recommends you keep older apps and Marketplace modules on Java 11 for now, and upgrade them to Java 21 when that version is supported in a future Mendix 10 release. Note that new apps are currently still configured to target Java 11. ### Fixes * We fixed an issue when versioned MDA creation downloaded an app from the server (which took a long time) instead of using a local clone. (Ticket 202414) * We fixed an issue which occurred when a conditional visibility or editability was configured with an attribute which was not of Boolean or enumeration type. (Ticket 205450) * We fixed a runtime error which occurred when data views are nested in a specific way inside a snippet and configured to use an association of its parameter. (Ticket 211459) * We fixed an issue where changing the association of an association property in a pluggable widget, for example, a Combo box, threw an error. This occurred when the current selected association was referring to a snippet parameter which was no longer available or referring to a data view no longer in scope. (Ticket 212822) ### Deprecations - We will drop support for MariaDB 10.4 after July 1 2024, as the vendor has announced the end of support for that version. ### Known Issues * Line endings in CSS files are not being handled properly, so when using [Revert All Changes](https://docs.mendix.com/refguide9/using-version-control-in-studio-pro/) or performing other version-control operations, CSS files appear in the [Changes on Disk](https://docs.mendix.com/refguide9/version-control-menu/#show-changes) dialog box. * Workaround: For details, see [this section](https://docs.mendix.com/refguide9/troubleshoot-git-issues/#css-error) in *Troubleshooting Version Control*.