From f1b77550e5a6ae57ac4d64fa2b7dff12996c901c 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:13:57 +0200 Subject: [PATCH] Add deprecation warning for Mendix 12 support Added a warning about the deprecation of support for Mendix 12 and future Runtime versions in the Cloud Foundry Buildpack. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 408ed0ce7..5089e7416 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ![Integration Test Status](https://github.com/mendix/cf-mendix-buildpack/workflows/Run%20Integration%20Tests/badge.svg?branch=develop) [![Known Vulnerabilities](https://snyk.io/test/github/mendix/cf-mendix-buildpack/badge.svg)](https://snyk.io/test/github/mendix/cf-mendix-buildpack) +**Warning** - We strongly encourage customers to begin their journey toward [Mendix Portable Runtime](https://docs.mendix.com/developerportal/deploy/portable-app-distribution-deploy/), as the Cloud Foundry Buildpack will no longer support Mendix 12 and future Runtime versions, marking the start of the deprecation process. For more information, see the [blog release](https://www.mendix.com/blog/mendix-portable-runtime/) This document contains general information on the Mendix Cloud Foundry Buildpack. The buildpack is heavily tied to the Mendix Public Cloud, but can be used independently.