From b8ea564704fd5489a483513adf7173c254922aeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Serrador?= <61971372+mruiserrmendix@users.noreply.github.com> Date: Fri, 10 Jul 2026 13:28:11 +0200 Subject: [PATCH 1/2] Update Cloud Foundry deployment documentation Added information about the transition from Cloud Foundry buildpack to Mendix Portable Runtime and its implications for future versions. --- .../on-premises-design/buildpacks/cloud-foundry-deploy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md b/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md index ff4fce6802b..3a8b1b8c7b7 100644 --- a/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md +++ b/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md @@ -24,6 +24,8 @@ aliases: {{% alert color="warning" %}} Cloud Foundry buildpack deployment from Studio Pro is deprecated in version 10 and removed in version 11. Consider using the [Mendix Portable Runtime for Cloud Foundry](/developerportal/deploy/cloud-foundry-pad/) option instead. +With the release of Mendix Portable Runtime, we are transitioning away from the Cloud Foundry buildpack toward a modern, container-native approach that packages Mendix applications. As part of this shift, the Cloud Foundry Buildpack will begin deprecating support for Mendix 12 and future Runtime versions. For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/) + The following documentation is provided for reference purposes only. {{% /alert %}} From e8e25f7018ec5732a8a7c5e4395249725e57d0c6 Mon Sep 17 00:00:00 2001 From: katarzyna-koltun-mx <108737161+katarzyna-koltun-mx@users.noreply.github.com> Date: Fri, 10 Jul 2026 14:36:36 +0200 Subject: [PATCH 2/2] Update cloud-foundry-deploy.md --- .../on-premises-design/buildpacks/cloud-foundry-deploy.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md b/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md index 3a8b1b8c7b7..265f0e2b5d1 100644 --- a/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md +++ b/content/en/docs/deployment/on-premises-design/buildpacks/cloud-foundry-deploy.md @@ -24,7 +24,9 @@ aliases: {{% alert color="warning" %}} Cloud Foundry buildpack deployment from Studio Pro is deprecated in version 10 and removed in version 11. Consider using the [Mendix Portable Runtime for Cloud Foundry](/developerportal/deploy/cloud-foundry-pad/) option instead. -With the release of Mendix Portable Runtime, we are transitioning away from the Cloud Foundry buildpack toward a modern, container-native approach that packages Mendix applications. As part of this shift, the Cloud Foundry Buildpack will begin deprecating support for Mendix 12 and future Runtime versions. For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/) +With the release of Mendix Portable Runtime, we are transitioning away from the Cloud Foundry buildpack toward a modern, container-native approach that packages Mendix applications. As part of this shift, the Cloud Foundry Buildpack will begin deprecating support for Mendix 12 and future Runtime versions. + +For more information, see [Mendix Portable Runtime: Deployment, Simplified](https://www.mendix.com/blog/mendix-portable-runtime/). The following documentation is provided for reference purposes only. {{% /alert %}}