Skip to content

Remove Mendix 8 documentation#11482

Open
MariaShaposhnikova wants to merge 22 commits into
developmentfrom
Maria-delete-mx8
Open

Remove Mendix 8 documentation#11482
MariaShaposhnikova wants to merge 22 commits into
developmentfrom
Maria-delete-mx8

Conversation

@MariaShaposhnikova

Copy link
Copy Markdown
Collaborator

No description provided.

@MariaShaposhnikova MariaShaposhnikova self-assigned this Jul 3, 2026
{{% alert color="warning" %}}
Building hybrid apps in the cloud uses the PhoneGap Build service from Adobe. Because Adobe no longer maintains this service, building hybrid apps in the cloud and publishing them to app stores is no longer possible.

To build a hybrid app and publish it, see [How to Build a Mendix Hybrid App Locally](/howto8/mobile/build-hybrid-locally/) for information on local building.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I'm going to need to update things like this with new links to more recent local build docs. In this case I should delete the hybrid mention altogether.

Comment thread content/en/docs/releasenotes/mobile/native-builder.md
Comment thread content/en/docs/releasenotes/mobile/native-builder.md Outdated

@MarkvanMents MarkvanMents left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments.
Thanks for doing this.

@@ -11,7 +11,7 @@ description_list: true

The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user.

Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MariaShaposhnikova
We need to keep an example here. Can we say

Suggested change
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 11.9.0 and 11.9.1 are different and can only run Mendix apps built for that version.

@@ -11,7 +11,7 @@ description_list: true

The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user.

Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 10.22.0 and 10.22.1 are different and can only run Mendix apps built for that version.

@@ -78,7 +78,7 @@ For details, see [XPath aggregate functions](/refguide10/xpath-aggregate-functio
**How to find the right path to XPath**

{{% alert color="info" %}}
This video was done with [Studio Pro 8](/refguide8/), but the concepts remain applicable.
This video was done with Studio Pro 8, but the concepts remain applicable. <-- Still applicable? -->

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can keep it.
We removed it for Mx11 so I assume that is when things changed.

@@ -87,7 +87,7 @@ See below some frequently used XPath functions:
**How to find the right path to XPath**

{{% alert color="info" %}}
This video was done with [Studio Pro 8](/refguide8/), but the concepts remain applicable.
This video was done with Studio Pro 8, but the concepts remain applicable. <-- Still applicable? -->

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep

@@ -11,7 +11,7 @@ description_list: true

The Mendix Runtime is an interpreter which runs a [Mendix model](/apidocs-mxsdk/mxsdk/mendix-metamodel/) and serves pages to the user.

Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 8.4.1 and 8.4.2 are different and can only run Mendix apps built for that version.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix.
Each [patch version](/releasenotes/studio-pro/lts-mts/) of Mendix comes with its own version of the Mendix Runtime which implements the features which are available in that version of Mendix. For example, runtimes for Mendix 9.19.0 and 9.19.1 are different and can only run Mendix apps built for that version.

@@ -54,7 +54,7 @@ This data repository stores components of the deployment process such as version

### Java RE

This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. For example, Mendix 8.18.29 runs on JRE version 17.
This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server.
This is the Java Runtime Environment (JRE) used to run the Runtime Server. The version of the JRE depends on the version of the Runtime Server. For example, Mendix 9.24.19 runs on JRE version 17.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants