From 8cacd66dfd87a9d4bb390b0a039c72bd4ec11ba7 Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Mon, 17 Jun 2024 18:09:31 +0200 Subject: [PATCH 1/6] chore(workflow): add `stale` workflow (#1650) camunda/team-automation-platform#147 --- .github/workflows/close-stale-issues.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/close-stale-issues.yml diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml new file mode 100644 index 0000000000..a427a1dad6 --- /dev/null +++ b/.github/workflows/close-stale-issues.yml @@ -0,0 +1,14 @@ +# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. +# +# You can adjust the behavior by modifying this file. +# For more information, see: +# https://github.com/actions/stale +name: 'Close stale issues and PRs' +on: + schedule: + - cron: '0 3 * * 2-6' + workflow_dispatch: # can be used to trigger the workflow manually + +jobs: + call-reusable-flow: + uses: camunda/automation-platform-github-actions/.github/workflows/close-stale-issues.yml@main From bc9bff031239fcba275e6f3a581c08928f3ee511 Mon Sep 17 00:00:00 2001 From: Yana Vasileva Date: Fri, 7 Jun 2024 11:01:06 +0200 Subject: [PATCH 2/6] feat(installation): add JBoss EAP 8 support * add version 8 to installation guide * adjust datasource credentials * rename to `WildFly` --- content/installation/full/jboss/_index.md | 8 +++---- .../installation/full/jboss/configuration.md | 10 ++++---- content/installation/full/jboss/manual.md | 24 +++++++++++-------- .../installation/full/jboss/pre-packaged.md | 4 ++-- .../introduction/supported-environments.md | 2 +- 5 files changed, 26 insertions(+), 22 deletions(-) diff --git a/content/installation/full/jboss/_index.md b/content/installation/full/jboss/_index.md index 39d41317b5..35c93c1348 100644 --- a/content/installation/full/jboss/_index.md +++ b/content/installation/full/jboss/_index.md @@ -1,17 +1,17 @@ --- -title: "Install the Full Distribution for JBoss EAP/Wildfly" +title: "Install the Full Distribution for JBoss EAP/WildFly" weight: 20 menu: main: - name: "JBoss EAP/Wildfly" + name: "JBoss EAP/WildFly" identifier: "installation-guide-full-jboss" parent: "installation-guide-full" - pre: "Install the Full Distribution for JBoss EAP or Wildfly Application Servers." + pre: "Install the Full Distribution for JBoss EAP or WildFly Application Servers." --- -This document describes the installation of the [Full Distribution]({{< ref "/introduction/downloading-camunda.md#full-distribution" >}}) for [Wildfly Application Server / JBoss EAP 7](http://www.wildfly.org). +This document describes the installation of the [Full Distribution]({{< ref "/introduction/downloading-camunda.md#full-distribution" >}}) for [WildFly Application Server / JBoss EAP](http://www.wildfly.org). There are different options for installing the Full Distribution: diff --git a/content/installation/full/jboss/configuration.md b/content/installation/full/jboss/configuration.md index 53a9564fb1..8c72f9a6bd 100644 --- a/content/installation/full/jboss/configuration.md +++ b/content/installation/full/jboss/configuration.md @@ -1,6 +1,6 @@ --- -title: 'Configure the Full Distribution for JBoss EAP/Wildfly' +title: 'Configure the Full Distribution for JBoss EAP/WildFly' weight: 30 menu: @@ -13,17 +13,17 @@ menu: --- -This page explains how to configure the full distribution for the JBoss EAP/Wildfly application server. +This page explains how to configure the full distribution for the JBoss EAP/WildFly application server. ## LDAP -In order to setup LDAP for the JBoss EAP/Wildfly Application Server distribution, you have to perform the following steps: +In order to setup LDAP for the JBoss EAP/WildFly Application Server distribution, you have to perform the following steps: ### Adjust the Process Engine Configuration -Edit the file `standalone.xml` (or `domain.xml`) provided by the JBoss EAP/Wildfly Application Server and add the [LDAP Identity Provider Plugin]({{< ref "/user-guide/process-engine/identity-service.md#the-ldap-identity-service" >}}) and the [Administrator Authorization Plugin]({{< ref "/user-guide/process-engine/authorization-service.md#the-administrator-authorization-plugin" >}}). +Edit the file `standalone.xml` (or `domain.xml`) provided by the JBoss EAP/WildFly Application Server and add the [LDAP Identity Provider Plugin]({{< ref "/user-guide/process-engine/identity-service.md#the-ldap-identity-service" >}}) and the [Administrator Authorization Plugin]({{< ref "/user-guide/process-engine/authorization-service.md#the-administrator-authorization-plugin" >}}). ```xml @@ -134,7 +134,7 @@ configuration to the `web.xml` file of the Camunda 7 web application ``` - The `module.xml` file is included in the Camunda 7 distribution. If you install Camunda 7 on a vanilla Wildfly container, this file needs to be created manually. + The `module.xml` file is included in the Camunda 7 distribution. If you install Camunda 7 on a vanilla WildFly container, this file needs to be created manually. 3. [Configure the process engine plugin]({{< ref "/user-guide/runtime-container-integration/jboss.md#extend-a-process-engine-using-process-engine-plugins" >}}) in the standalone.xml/domain.xml configuration file ## Session Cookie in Webapps diff --git a/content/installation/full/jboss/manual.md b/content/installation/full/jboss/manual.md index 411c969999..00a6a89004 100644 --- a/content/installation/full/jboss/manual.md +++ b/content/installation/full/jboss/manual.md @@ -13,7 +13,7 @@ menu: --- -This document describes the installation of Camunda 7 and its components on a vanilla [WildFly Application Server](http://www.wildfly.org) or JBoss EAP 7. +This document describes the installation of Camunda 7 and its components on a vanilla [WildFly Application Server](http://www.wildfly.org) or JBoss EAP 7 / 8. {{< note title="Reading this Guide" class="info" >}} This guide uses a number of variables to denote common path names and constants: @@ -26,7 +26,7 @@ This guide uses a number of variables to denote common path names and constants: ## Setup -* For WildFly 27 and above, download the [Camunda 7 WildFly distribution](https://downloads.camunda.cloud/release/camunda-bpm/wildfly/). +* For WildFly ≥27 / JBoss EAP 8, download the [Camunda 7 WildFly distribution](https://downloads.camunda.cloud/release/camunda-bpm/wildfly/). * For WildFly ≤26 / JBoss EAP 7, download the [`camunda-wildfly26-modules`](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/wildfly/camunda-wildfly26-modules/). ### Copy Modules @@ -34,7 +34,7 @@ This guide uses a number of variables to denote common path names and constants: Copy the modules from the `modules/` folder of the Camunda 7 distribution, or extract the `camunda-wildfly-modules` archive, to the `$WILDFLY_HOME/modules/` of your WildFly application server. {{< note title="Replace H2 Database" >}} -The WildFly distribution ships a different version of the H2 database than the one that is shipped with Wildfly itself. +The WildFly distribution ships a different version of the H2 database than the one that is shipped with WildFly itself. The version shipped with Camunda 7 is the version that the process engine is tested on and it is strongly recommended to use Camunda's version. To do so, **make sure to delete the folder** @@ -133,10 +133,12 @@ typically `bin`. pool-name="ProcessEngine"> jdbc:h2:./camunda-h2-dbs/process-engine;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE h2 + + ``` Using H2 as a database is ideal for development purposes but is not recommended for usage in a productive environment. @@ -147,7 +149,7 @@ These links point you to resources for other databases: ## Optional Components -This section describes how to install optional dependencies. None of these are required to work with the core platform. Before continuing, make sure that Camunda 7 is already installed according to [this step]({{< relref "#setup" >}}) for WildFly / JBoss EAP 7. +This section describes how to install optional dependencies. None of these are required to work with the core platform. Before continuing, make sure that Camunda 7 is already installed according to [this step]({{< relref "#setup" >}}) for WildFly / JBoss EAP. ### Cockpit, Tasklist, and Admin @@ -156,7 +158,7 @@ The following steps are required to deploy the web application: 1. Download the Camunda web application that contains the web applications from our Maven Artifactory. Alternatively, switch to the private repository for the enterprise version (credentials from license required). - * For [WildFly 27+](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-wildfly/), the name of the artifact is `$PLATFORM_VERSION/camunda-webapp-wildfly-$PLATFORM_VERSION.war`. + * For [WildFly ≥27 / JBoss EAP 8](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-wildfly/), the name of the artifact is `$PLATFORM_VERSION/camunda-webapp-wildfly-$PLATFORM_VERSION.war`. * For [WildFly ≤26 / JBoss EAP 7](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-jboss/), the name of the artifact is `$PLATFORM_VERSION/camunda-webapp-jboss-$PLATFORM_VERSION.war`. 2. Optionally, you may change the context path to which the application will be deployed (default is `/camunda`). Edit the file `WEB-INF/jboss-web.xml` in the war file and update the `context-root` element accordingly. @@ -171,7 +173,7 @@ The following steps are required to deploy the REST API: 1. Download the REST API web application archive from our Maven Artifactory. Alternatively, switch to the private repository for the enterprise version (credentials from license required). - * For [WildFly 27+](https://artifacts.camunda.com/artifactory/public/org/camunda/bpm/camunda-engine-rest-jakarta/), the name of the artifact is `$PLATFORM_VERSION/camunda-engine-rest-jakarta-$PLATFORM_VERSION-wildfly.war`. + * For [WildFly ≥27 / JBoss EAP 8](https://artifacts.camunda.com/artifactory/public/org/camunda/bpm/camunda-engine-rest-jakarta/), the name of the artifact is `$PLATFORM_VERSION/camunda-engine-rest-jakarta-$PLATFORM_VERSION-wildfly.war`. * For [WildFly ≤26 / JBoss EAP 7](https://artifacts.camunda.com/artifactory/public/org/camunda/bpm/camunda-engine-rest/), the name of the artifact is `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-wildfly.war`. 2. Optionally, you may change the context path to which the REST API will be deployed (default is `/engine-rest`). Edit the file `WEB-INF/jboss-web.xml` in the war file and update the `context-root` element accordingly. @@ -222,9 +224,9 @@ Add the following modules (if not existing) from the folder `$WILDFLY_DISTRIBUTI * `org/camunda/spin/camunda-spin-core` * `org/camunda/spin/camunda-spin-dataformat-json-jackson` * `org/camunda/spin/camunda-spin-dataformat-xml-dom-jakarta` - * **Heads-up:** add this module only for Wildfly 27+. + * **Heads-up:** add this module only for WildFly ≥27 / JBoss EAP 8. * `org/camunda/spin/camunda-spin-dataformat-xml-dom` - * **Heads-up:** add this module only for Wildfly ≤26 / JBoss EAP 7. + * **Heads-up:** add this module only for WildFly ≤26 / JBoss EAP 7. * `org/camunda/bpm/camunda-engine-plugin-spin` * `org/camunda/commons/camunda-commons-utils` * `com/fasterxml/jackson/core/jackson-core` @@ -275,7 +277,7 @@ See this [Forum Post](https://forum.camunda.org/t/camunda-json-marshalling-and-j #### Problem With Deployments Using the REST API -Camunda Spin is not available in scripts if a process definition is deployed via REST API. Because Wildfly handles dependencies using its module system and Camunda engine module has no module dependency on the spin module. +Camunda Spin is not available in scripts if a process definition is deployed via REST API. Because WildFly handles dependencies using its module system and Camunda engine module has no module dependency on the spin module. ### Groovy Scripting @@ -303,3 +305,5 @@ Add the following modules (if not existing) from the folder `$WILDFLY_DISTRIBUTI * `org/graalvm/sdk/graal-sdk` * `org/graalvm/truffle/truffle-api` * `com/ibm/icu/icu4j` + + diff --git a/content/installation/full/jboss/pre-packaged.md b/content/installation/full/jboss/pre-packaged.md index 0e761bd6e6..e23b959f57 100644 --- a/content/installation/full/jboss/pre-packaged.md +++ b/content/installation/full/jboss/pre-packaged.md @@ -8,13 +8,13 @@ menu: name: "Pre-Packaged Distribution" identifier: "installation-guide-full-jboss-install-pre-built" parent: "installation-guide-full-jboss" - pre: "Download and install Wildfly Application Server with the Full Distribution pre-deployed and pre-configured." + pre: "Download and install WildFly Application Server with the Full Distribution pre-deployed and pre-configured." --- # Installation Procedure -1. Download the pre-packaged distribution for [Wildfly](https://downloads.camunda.cloud/release/camunda-bpm/wildfly/) +1. Download the pre-packaged distribution for [WildFly](https://downloads.camunda.cloud/release/camunda-bpm/wildfly/). 2. Unpack the distro to a directory. 3. Adjust the datasource according to your needs (see [Manual Installation]({{}})). 4. Startup the server by running `camunda-welcome.bat` or by using the `$WILDFLY_HOME/bin/standalone.{bat/sh}` script. diff --git a/content/introduction/supported-environments.md b/content/introduction/supported-environments.md index 791dab68af..216cc7b7b6 100644 --- a/content/introduction/supported-environments.md +++ b/content/introduction/supported-environments.md @@ -33,7 +33,7 @@ Run Camunda in every Java-runnable environment. Camunda is supported with our QA ## Container-Managed Process Engine and Camunda Cockpit, Tasklist, Admin * Apache Tomcat 9.0 -* JBoss EAP 7.4 +* JBoss EAP 7.4 / 8.0 * WildFly Application Server 23.0 / 26.0 / 31.0 * IBM WebSphere Liberty 22 with Java EE 8 features ([Enterprise Edition only](http://camunda.com/enterprise/), see [Installation guide]({{< ref "/installation/full/was/manual-liberty.md" >}})) From bfff4bdbf68caa9f55a16b706e70bd4ba10be0fb Mon Sep 17 00:00:00 2001 From: Yana Vasileva Date: Fri, 7 Jun 2024 11:02:10 +0200 Subject: [PATCH 3/6] chore(installation): remove h2 console, no longer part of the pre-packaged distros --- content/installation/full/jboss/pre-packaged.md | 11 ----------- content/installation/full/tomcat/pre-packaged.md | 11 ----------- 2 files changed, 22 deletions(-) diff --git a/content/installation/full/jboss/pre-packaged.md b/content/installation/full/jboss/pre-packaged.md index e23b959f57..203705cae6 100644 --- a/content/installation/full/jboss/pre-packaged.md +++ b/content/installation/full/jboss/pre-packaged.md @@ -18,14 +18,3 @@ menu: 2. Unpack the distro to a directory. 3. Adjust the datasource according to your needs (see [Manual Installation]({{}})). 4. Startup the server by running `camunda-welcome.bat` or by using the `$WILDFLY_HOME/bin/standalone.{bat/sh}` script. - - -# Accessing the H2 console - -In Wildfly you can easily access the H2 console to inspect your local H2 database (used in demo/evaluation scenarios): - -1. Go to http://localhost:8080/h2/h2 -2. Login with the following data: - * jdbc:h2:./camunda-h2-dbs/process-engine - * User: sa - * Password: sa diff --git a/content/installation/full/tomcat/pre-packaged.md b/content/installation/full/tomcat/pre-packaged.md index c49e0f748f..ba392b4dee 100644 --- a/content/installation/full/tomcat/pre-packaged.md +++ b/content/installation/full/tomcat/pre-packaged.md @@ -18,14 +18,3 @@ menu: 2. Unpack the distro to a directory. 3. Adjust the datasource according to your needs (see [Manual Installation]({{}})). 4. Startup the server by running `camunda-welcome.bat` or by using the `$TOMCAT_HOME/bin/startup.{bat/sh}` script. - - -# Accessing the H2 console - -You can easily access the H2 console to inspect your local H2 database (used in demo/evaluation scenarios): - -1. Go to http://localhost:8080/h2/h2 -2. Login with the following data: - * jdbc:h2:./camunda-h2-dbs/process-engine - * User: sa - * Password: sa \ No newline at end of file From c5bce9647975240514d1a8e5d677b33afd72e406 Mon Sep 17 00:00:00 2001 From: Ali Khattab Date: Wed, 19 Jun 2024 12:13:06 +0100 Subject: [PATCH 4/6] chore(docs): remove reference to Nexus (#1646) - Camunda artifacts are no longer stored in Nexus but now in Artifactory - Change to make docs more generic by removing reference to artifact repository platform - README.md: remove unused reference camunda/camunda-bpm-platform#4421 --- README.md | 1 - content/installation/database-schema.md | 12 ++++++------ content/installation/full/tomcat/manual.md | 4 ++-- content/reference/rest/openapi/_index.md | 4 ++-- content/update/minor/71-to-72/_index.md | 2 +- content/update/minor/71-to-72/glassfish.md | 4 ++-- content/update/minor/71-to-72/jboss.md | 4 ++-- content/update/minor/71-to-72/tomcat.md | 4 ++-- content/update/minor/710-to-711/_index.md | 2 +- content/update/minor/710-to-711/jboss.md | 4 ++-- content/update/minor/710-to-711/tomcat.md | 8 ++++---- content/update/minor/711-to-712/_index.md | 2 +- content/update/minor/711-to-712/jboss.md | 4 ++-- content/update/minor/711-to-712/tomcat.md | 8 ++++---- content/update/minor/712-to-713/_index.md | 2 +- content/update/minor/712-to-713/jboss.md | 4 ++-- content/update/minor/712-to-713/tomcat.md | 8 ++++---- content/update/minor/713-to-714/_index.md | 2 +- content/update/minor/713-to-714/jboss.md | 4 ++-- content/update/minor/713-to-714/tomcat.md | 8 ++++---- content/update/minor/714-to-715/_index.md | 2 +- content/update/minor/714-to-715/jboss.md | 4 ++-- content/update/minor/714-to-715/tomcat.md | 8 ++++---- content/update/minor/715-to-716/jboss.md | 4 ++-- content/update/minor/715-to-716/tomcat.md | 8 ++++---- content/update/minor/716-to-717/jboss.md | 4 ++-- content/update/minor/716-to-717/tomcat.md | 8 ++++---- content/update/minor/717-to-718/jboss.md | 4 ++-- content/update/minor/717-to-718/tomcat.md | 8 ++++---- content/update/minor/718-to-719/tomcat.md | 8 ++++---- content/update/minor/719-to-720/tomcat.md | 8 ++++---- content/update/minor/72-to-73/_index.md | 2 +- content/update/minor/72-to-73/glassfish.md | 4 ++-- content/update/minor/72-to-73/jboss.md | 4 ++-- content/update/minor/72-to-73/tomcat.md | 6 +++--- content/update/minor/720-to-721/tomcat.md | 8 ++++---- content/update/minor/721-to-722/tomcat.md | 8 ++++---- content/update/minor/73-to-74/_index.md | 2 +- content/update/minor/73-to-74/glassfish.md | 4 ++-- content/update/minor/73-to-74/jboss.md | 4 ++-- content/update/minor/73-to-74/tomcat.md | 6 +++--- content/update/minor/74-to-75/_index.md | 2 +- content/update/minor/74-to-75/glassfish.md | 4 ++-- content/update/minor/74-to-75/jboss.md | 4 ++-- content/update/minor/74-to-75/tomcat.md | 6 +++--- content/update/minor/75-to-76/_index.md | 2 +- content/update/minor/75-to-76/jboss.md | 4 ++-- content/update/minor/75-to-76/tomcat.md | 6 +++--- content/update/minor/76-to-77/_index.md | 2 +- content/update/minor/76-to-77/jboss.md | 4 ++-- content/update/minor/76-to-77/tomcat.md | 6 +++--- content/update/minor/77-to-78/_index.md | 2 +- content/update/minor/77-to-78/jboss.md | 4 ++-- content/update/minor/77-to-78/tomcat.md | 6 +++--- content/update/minor/78-to-79/_index.md | 2 +- content/update/minor/78-to-79/jboss.md | 6 +++--- content/update/minor/78-to-79/tomcat.md | 6 +++--- content/update/minor/79-to-710/_index.md | 2 +- content/update/minor/79-to-710/jboss.md | 4 ++-- content/update/minor/79-to-710/tomcat.md | 6 +++--- 60 files changed, 141 insertions(+), 142 deletions(-) diff --git a/README.md b/README.md index 79e578f8db..ae5a516a0a 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,5 @@ _Note: For screenshot of the enterprise webapps, you can use the automatic scree [Hugo]: http://gohugo.io/ [Hugo v0.54]: https://github.com/gohugoio/hugo/releases/tag/v0.54.0 [Hugo Installation]: https://gohugo.io/getting-started/installing/#install-hugo-from-tarball -[Camunda Nexus]: https://artifacts.camunda.com/artifactory/thirdparty/hugo/ [OpenOffice]: https://www.openoffice.org/download/index.html [OpenSans]: https://www.google.com/fonts#UsePlace:use/Collection:Open+Sans diff --git a/content/installation/database-schema.md b/content/installation/database-schema.md index ccf94ed502..9b674b8b5c 100644 --- a/content/installation/database-schema.md +++ b/content/installation/database-schema.md @@ -42,7 +42,7 @@ The [update](#update) paragraph provides more details on this topic. Camunda 7 comes with a maintained changelog file that Liquibase can consume. This changelog defines which SQL statements to execute on a database. -You can find the changelog and its referenced resources on our [Nexus]. +You can find the changelog and its referenced resources on our [Artifact Repository]. Select the respective version (`$PLATFORM_VERSION`) and download the resources as a `zip` or `tar.gz` file. Open the `camunda-sql-scripts-$PLATFORM_VERSION/liquibase` folder to find the changelog. In case you are using a [pre-packaged distribution], the Liquibase resources already reside in the `sql/liquibase` folder of the distribution. @@ -76,7 +76,7 @@ Furthermore, if you have defined a specific prefix for the entities of your data ## Manual installation To install the database schema required for Camunda 7, we provide a set of scripts with prepared DDL statements. -Those scripts create all required tables and default indices. You can find the provided SQL scripts on our [Nexus]. +Those scripts create all required tables and default indices. You can find the provided SQL scripts on our [Artifact Repository]. Select the respective version (`$PLATFORM_VERSION`) and download the scripts as a `zip` or `tar.gz` file. Open the `camunda-sql-scripts-$PLATFORM_VERSION/create` folder to find all available scripts. In case you are using a [pre-packaged distribution], the SQL scripts already reside in the `sql/create` folder of the distribution. @@ -117,7 +117,7 @@ Based on that changelog and the tracking tables, Liquibase determines which chan Perform the following steps to update the database schema on your database instance: -1. Select the respective version you want to update to (`$Y`) on our [Nexus] and download the resources as a `zip` or `tar.gz` file. +1. Select the respective version you want to update to (`$Y`) on our [Artifact Repository] and download the resources as a `zip` or `tar.gz` file. Open the `camunda-sql-scripts-$Y/liquibase` folder to find the changelog file. In case you are using a [pre-packaged distribution], the Liquibase resources already reside in the `sql/liquibase` folder of the distribution with version `$Y`. 1. Run Liquibase's [update command](https://docs.liquibase.com/commands/community/update.html) referencing the new `camunda-changelog.xml` of version `$Y`. @@ -159,7 +159,7 @@ Updating from your current minor version (`$X`) to its follow-up version (`$Y`) Follow the outlined procedure to perform this update: 1. Check for [available database patch scripts](#patch-level-update") for your database that are within the bounds of your update path. -You can find the scripts on our [Nexus]. +You can find the scripts on our [Artifact Repository]. Select the respective version you want to update to (`$Y`) and download the scripts as a `zip` or `tar.gz` file. Open the `camunda-sql-scripts-$Y/upgrade` folder to find all available scripts. In case you are using a [pre-packaged distribution], the SQL scripts already reside in the `sql/upgrade` folder of the distribution with version `$Y`. @@ -623,7 +623,7 @@ Therefore, the procedure for patch-level updates is equivalent to that for [mino ### Manual patch level update -You can find the necessary scripts on our [Nexus]. +You can find the necessary scripts on our [Artifact Repository]. Select the respective patch version you want to update to (`$Y`) and download the scripts as a `zip` or `tar.gz` file. Open the `camunda-sql-scripts-$Y/upgrade` folder to find all available patch scripts. In case you are using a [pre-packaged distribution], the SQL scripts reside in the `sql/upgrade` folder of the distribution you want to update to. @@ -633,5 +633,5 @@ If you do choose to apply a database patch, then you must apply all patch script Note: Some patches are provided for multiple versions. It is not required to execute them more than once. See the description of the [patch version list](#patch-level-update) for information on duplicate fixes. -[Nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/ +[Artifact Repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/ [pre-packaged distribution]: {{< ref "/introduction/downloading-camunda.md#full-distribution" >}} diff --git a/content/installation/full/tomcat/manual.md b/content/installation/full/tomcat/manual.md index da97a3af99..6f4f213e8d 100644 --- a/content/installation/full/tomcat/manual.md +++ b/content/installation/full/tomcat/manual.md @@ -158,7 +158,7 @@ This section describes how to install optional Camunda 7 dependencies onto a Tom The following steps are required to deploy the applications: -1. Download the Camunda 7 web application that contains both applications from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/). +1. Download the Camunda 7 web application that contains both applications from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 2. Copy the war file to `$TOMCAT_HOME/webapps/camunda.war`. @@ -171,7 +171,7 @@ The following steps are required to deploy the applications: The following steps are required to deploy the REST API: -1. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). +1. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 2. Copy the war file to `$TOMCAT_HOME/webapps`. diff --git a/content/reference/rest/openapi/_index.md b/content/reference/rest/openapi/_index.md index 53b39bc93b..f872165394 100644 --- a/content/reference/rest/openapi/_index.md +++ b/content/reference/rest/openapi/_index.md @@ -25,10 +25,10 @@ Providing flexibility for adoption of the process engine in many languages and p Improving the getting started experience for the users with the option to try out the REST API following along with the documentation and examples. The documentation is shipped as a single `openapi.json` file archived in a jar artifact. -Download the Camunda REST API artifact containing the OpenAPI documentation [here][nexus-link]. Choose the correct version and then download the `jar` file. +Download the Camunda REST API artifact containing the OpenAPI documentation [here][artifact-link]. Choose the correct version and then download the `jar` file. [spec-3.0.2]: https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md -[nexus-link]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest-openapi/ +[artifact-link]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest-openapi/ Alternatively, you can obtain this artifact with the following Maven coordinates: diff --git a/content/update/minor/71-to-72/_index.md b/content/update/minor/71-to-72/_index.md index a7290f1989..84a6a0c5ce 100644 --- a/content/update/minor/71-to-72/_index.md +++ b/content/update/minor/71-to-72/_index.md @@ -45,7 +45,7 @@ It is not possible to migrate process engines from Camunda 7.1 to 7.2 in a rolli The first step consists in updating the database. 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.1_patch_?.sql`. diff --git a/content/update/minor/71-to-72/glassfish.md b/content/update/minor/71-to-72/glassfish.md index 847c23c3a4..698cdbb45e 100644 --- a/content/update/minor/71-to-72/glassfish.md +++ b/content/update/minor/71-to-72/glassfish.md @@ -171,14 +171,14 @@ First, install the camunda job executor resource adapter, namely the file `$GLAS The following steps are required to update the camunda REST API on a Glassfish instance: -1. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. +1. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. # Camunda Cockpit, Tasklist, and Admin The following steps are required to update the camunda web applications Cockpit, Tasklist, and Admin on a Glassfish instance: -1. Download the camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. +1. Download the camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. {{< note title="LDAP Entity Caching" class="info" >}} diff --git a/content/update/minor/71-to-72/jboss.md b/content/update/minor/71-to-72/jboss.md index eed6aadc5b..393012ce14 100644 --- a/content/update/minor/71-to-72/jboss.md +++ b/content/update/minor/71-to-72/jboss.md @@ -146,7 +146,7 @@ In order to activate Camunda Spin functionality for a process engine, a process The following steps are required to update the camunda REST API on a JBoss instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. +2. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss instance. ## Update Camunda Cockpit, Tasklist, and Admin @@ -154,7 +154,7 @@ The following steps are required to update the camunda REST API on a JBoss insta The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-jboss/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-jboss/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss instance. {{< note title="LDAP Entity Caching" class="info" >}} diff --git a/content/update/minor/71-to-72/tomcat.md b/content/update/minor/71-to-72/tomcat.md index fada9e72e1..de408f84e5 100644 --- a/content/update/minor/71-to-72/tomcat.md +++ b/content/update/minor/71-to-72/tomcat.md @@ -161,7 +161,7 @@ As an alternative, process application developers can migrate script code by rep The following steps are required to update the camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. #### Update Camunda Cockpit, Tasklist, and Admin @@ -169,7 +169,7 @@ The following steps are required to update the camunda REST API on a Tomcat inst The following steps are required to update the camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. {{< note title="LDAP Entity Caching" class="info" >}} diff --git a/content/update/minor/710-to-711/_index.md b/content/update/minor/710-to-711/_index.md index b0cbdc2776..3aaacc6623 100644 --- a/content/update/minor/710-to-711/_index.md +++ b/content/update/minor/710-to-711/_index.md @@ -38,7 +38,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.10_patch_?.sql`. diff --git a/content/update/minor/710-to-711/jboss.md b/content/update/minor/710-to-711/jboss.md index 9f9e677a2f..ae0c9fdfa4 100644 --- a/content/update/minor/710-to-711/jboss.md +++ b/content/update/minor/710-to-711/jboss.md @@ -108,7 +108,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -117,7 +117,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/710-to-711/tomcat.md b/content/update/minor/710-to-711/tomcat.md index 979c033484..a07669e00d 100644 --- a/content/update/minor/710-to-711/tomcat.md +++ b/content/update/minor/710-to-711/tomcat.md @@ -79,7 +79,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -87,10 +87,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/710-to-711/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.11.0/camunda-engine-rest-7.11.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.11.0/camunda-webapp-tomcat-7.11.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.11.0/camunda-engine-rest-7.11.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.11.0/camunda-webapp-tomcat-7.11.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.11/ diff --git a/content/update/minor/711-to-712/_index.md b/content/update/minor/711-to-712/_index.md index 66bc48e404..18be8592b3 100644 --- a/content/update/minor/711-to-712/_index.md +++ b/content/update/minor/711-to-712/_index.md @@ -36,7 +36,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend executing these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.11_patch_?.sql`. diff --git a/content/update/minor/711-to-712/jboss.md b/content/update/minor/711-to-712/jboss.md index 26e8f68a44..5c839b506d 100644 --- a/content/update/minor/711-to-712/jboss.md +++ b/content/update/minor/711-to-712/jboss.md @@ -108,7 +108,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -117,7 +117,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/711-to-712/tomcat.md b/content/update/minor/711-to-712/tomcat.md index f6987294f0..38858f801d 100644 --- a/content/update/minor/711-to-712/tomcat.md +++ b/content/update/minor/711-to-712/tomcat.md @@ -78,7 +78,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -86,10 +86,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/711-to-712/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.12.0/camunda-engine-rest-7.12.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.12.0/camunda-webapp-tomcat-7.12.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.12.0/camunda-engine-rest-7.12.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.12.0/camunda-webapp-tomcat-7.12.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.12/ diff --git a/content/update/minor/712-to-713/_index.md b/content/update/minor/712-to-713/_index.md index 4001e32986..69b9e7114a 100644 --- a/content/update/minor/712-to-713/_index.md +++ b/content/update/minor/712-to-713/_index.md @@ -43,7 +43,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend executing these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.12_patch_?.sql`. diff --git a/content/update/minor/712-to-713/jboss.md b/content/update/minor/712-to-713/jboss.md index 4e92784b2b..e98c7a8f31 100644 --- a/content/update/minor/712-to-713/jboss.md +++ b/content/update/minor/712-to-713/jboss.md @@ -99,7 +99,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -108,7 +108,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/712-to-713/tomcat.md b/content/update/minor/712-to-713/tomcat.md index a205d08347..cda7e7dcc0 100644 --- a/content/update/minor/712-to-713/tomcat.md +++ b/content/update/minor/712-to-713/tomcat.md @@ -77,7 +77,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,10 +85,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/712-to-713/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.13.0/camunda-engine-rest-7.13.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.13.0/camunda-webapp-tomcat-7.13.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.13.0/camunda-engine-rest-7.13.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.13.0/camunda-webapp-tomcat-7.13.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.13/ diff --git a/content/update/minor/713-to-714/_index.md b/content/update/minor/713-to-714/_index.md index 33744eaeaf..f10c9b243c 100644 --- a/content/update/minor/713-to-714/_index.md +++ b/content/update/minor/713-to-714/_index.md @@ -50,7 +50,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend executing these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.13_patch_?.sql`. diff --git a/content/update/minor/713-to-714/jboss.md b/content/update/minor/713-to-714/jboss.md index 69b1421a51..5fb25dd1e4 100644 --- a/content/update/minor/713-to-714/jboss.md +++ b/content/update/minor/713-to-714/jboss.md @@ -96,7 +96,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -105,7 +105,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/713-to-714/tomcat.md b/content/update/minor/713-to-714/tomcat.md index 7d9b810ded..baf60ce69a 100644 --- a/content/update/minor/713-to-714/tomcat.md +++ b/content/update/minor/713-to-714/tomcat.md @@ -77,7 +77,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,10 +85,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/713-to-714/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.14.0/camunda-engine-rest-7.14.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.14.0/camunda-webapp-tomcat-7.14.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.14.0/camunda-engine-rest-7.14.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.14.0/camunda-webapp-tomcat-7.14.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.14/ diff --git a/content/update/minor/714-to-715/_index.md b/content/update/minor/714-to-715/_index.md index d2df92118d..3b4d13aff6 100644 --- a/content/update/minor/714-to-715/_index.md +++ b/content/update/minor/714-to-715/_index.md @@ -40,7 +40,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend executing these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.14_patch_?.sql`. diff --git a/content/update/minor/714-to-715/jboss.md b/content/update/minor/714-to-715/jboss.md index d131f4305f..94dba68ca1 100644 --- a/content/update/minor/714-to-715/jboss.md +++ b/content/update/minor/714-to-715/jboss.md @@ -96,7 +96,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -105,7 +105,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/714-to-715/tomcat.md b/content/update/minor/714-to-715/tomcat.md index 14245adb2c..e048cbda6d 100644 --- a/content/update/minor/714-to-715/tomcat.md +++ b/content/update/minor/714-to-715/tomcat.md @@ -77,7 +77,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,10 +85,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/714-to-715/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.15.0/camunda-engine-rest-7.15.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.15.0/camunda-webapp-tomcat-7.15.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.15.0/camunda-engine-rest-7.15.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.15.0/camunda-webapp-tomcat-7.15.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.15/ diff --git a/content/update/minor/715-to-716/jboss.md b/content/update/minor/715-to-716/jboss.md index bfcbd3b577..53cd444fbc 100644 --- a/content/update/minor/715-to-716/jboss.md +++ b/content/update/minor/715-to-716/jboss.md @@ -102,7 +102,7 @@ Additionally, also replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -111,7 +111,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/715-to-716/tomcat.md b/content/update/minor/715-to-716/tomcat.md index 1927eb2d94..670d544cd3 100644 --- a/content/update/minor/715-to-716/tomcat.md +++ b/content/update/minor/715-to-716/tomcat.md @@ -87,7 +87,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -95,10 +95,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/715-to-716/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.16.0/camunda-engine-rest-7.16.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.16.0/camunda-webapp-tomcat-7.16.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.16.0/camunda-engine-rest-7.16.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.16.0/camunda-webapp-tomcat-7.16.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.16/ diff --git a/content/update/minor/716-to-717/jboss.md b/content/update/minor/716-to-717/jboss.md index c30ef0b551..f52b5804b2 100644 --- a/content/update/minor/716-to-717/jboss.md +++ b/content/update/minor/716-to-717/jboss.md @@ -103,7 +103,7 @@ Additionally, replace the following dependent modules: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -112,7 +112,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/716-to-717/tomcat.md b/content/update/minor/716-to-717/tomcat.md index 96eb56fd12..91ac510ed8 100644 --- a/content/update/minor/716-to-717/tomcat.md +++ b/content/update/minor/716-to-717/tomcat.md @@ -88,7 +88,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. @@ -98,12 +98,12 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/716-to-717/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.17.0/camunda-engine-rest-7.17.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.17.0/camunda-webapp-tomcat-7.17.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.17.0/camunda-engine-rest-7.17.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.17.0/camunda-webapp-tomcat-7.17.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.17/ diff --git a/content/update/minor/717-to-718/jboss.md b/content/update/minor/717-to-718/jboss.md index 974a644bae..6e6d25c7bb 100644 --- a/content/update/minor/717-to-718/jboss.md +++ b/content/update/minor/717-to-718/jboss.md @@ -111,7 +111,7 @@ modules from the folder `$APP_SERVER_DISTRIBUTION/modules/`, if present: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -120,7 +120,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/717-to-718/tomcat.md b/content/update/minor/717-to-718/tomcat.md index f18b471cb3..a8c96470ec 100644 --- a/content/update/minor/717-to-718/tomcat.md +++ b/content/update/minor/717-to-718/tomcat.md @@ -99,7 +99,7 @@ The following libraries replace the single `groovy-all-$GROOVY_VERSION.jar` libr The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -107,10 +107,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/717-to-718/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.18.0/camunda-engine-rest-7.18.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.18.0/camunda-webapp-tomcat-7.18.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.18.0/camunda-engine-rest-7.18.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.18.0/camunda-webapp-tomcat-7.18.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.18/ diff --git a/content/update/minor/718-to-719/tomcat.md b/content/update/minor/718-to-719/tomcat.md index 454d433292..09ff3c0a41 100644 --- a/content/update/minor/718-to-719/tomcat.md +++ b/content/update/minor/718-to-719/tomcat.md @@ -99,7 +99,7 @@ The following libraries replace the single `groovy-all-$GROOVY_VERSION.jar` libr The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -107,10 +107,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/718-to-719/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.19.0/camunda-engine-rest-7.19.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.19.0/camunda-webapp-tomcat-7.19.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.19.0/camunda-engine-rest-7.19.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.19.0/camunda-webapp-tomcat-7.19.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.19/ diff --git a/content/update/minor/719-to-720/tomcat.md b/content/update/minor/719-to-720/tomcat.md index c58b34046d..0f7f3f01e0 100644 --- a/content/update/minor/719-to-720/tomcat.md +++ b/content/update/minor/719-to-720/tomcat.md @@ -100,7 +100,7 @@ The following libraries replace the single `groovy-all-$GROOVY_VERSION.jar` libr The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -108,10 +108,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/719-to-720/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.20.0/camunda-engine-rest-7.20.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.20.0/camunda-webapp-tomcat-7.20.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.20.0/camunda-engine-rest-7.20.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.20.0/camunda-webapp-tomcat-7.20.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.20/ diff --git a/content/update/minor/72-to-73/_index.md b/content/update/minor/72-to-73/_index.md index 009379b050..dcbad01683 100644 --- a/content/update/minor/72-to-73/_index.md +++ b/content/update/minor/72-to-73/_index.md @@ -39,7 +39,7 @@ The first step consists in updating the database. ## Basic Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.2_patch_?.sql`. diff --git a/content/update/minor/72-to-73/glassfish.md b/content/update/minor/72-to-73/glassfish.md index f5b5267e68..69ebbe6eb3 100644 --- a/content/update/minor/72-to-73/glassfish.md +++ b/content/update/minor/72-to-73/glassfish.md @@ -79,14 +79,14 @@ First, install the camunda job executor resource adapter, namely the file `$GLAS The following steps are required to update the camunda REST API on a Glassfish instance: -1. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. +1. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. ## Cockpit, Tasklist, and Admin The following steps are required to update the camunda web applications Cockpit, Tasklist, and Admin on a Glassfish instance: -1. Download the camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. +1. Download the camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. {{< note title="LDAP Entity Caching" class="info" >}} diff --git a/content/update/minor/72-to-73/jboss.md b/content/update/minor/72-to-73/jboss.md index da71c372b0..4d2b463e5f 100644 --- a/content/update/minor/72-to-73/jboss.md +++ b/content/update/minor/72-to-73/jboss.md @@ -92,7 +92,7 @@ Replace the following modules from the folder `$APP_SERVER_HOME/modules/` with t The following steps are required to update the camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Or switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -101,7 +101,7 @@ The following steps are required to update the camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/72-to-73/tomcat.md b/content/update/minor/72-to-73/tomcat.md index e4eff481ac..b176a13f0d 100644 --- a/content/update/minor/72-to-73/tomcat.md +++ b/content/update/minor/72-to-73/tomcat.md @@ -77,7 +77,7 @@ Copy the following libraries from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOM The following steps are required to update the camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,7 +85,7 @@ The following steps are required to update the camunda REST API on a Tomcat inst The following steps are required to update the camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]). Or switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. {{< note title="LDAP Entity Caching" class="info" >}} @@ -100,4 +100,4 @@ As of 7.3.3, the default handling of expressions submitted as parameters of task This is already the default for Camunda 7 versions after and including 7.2.8. [migration-guide]: {{< ref "/update/minor/72-to-73/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ diff --git a/content/update/minor/720-to-721/tomcat.md b/content/update/minor/720-to-721/tomcat.md index cce8a67e4d..d6c1b8c817 100644 --- a/content/update/minor/720-to-721/tomcat.md +++ b/content/update/minor/720-to-721/tomcat.md @@ -100,7 +100,7 @@ The following libraries replace the single `groovy-all-$GROOVY_VERSION.jar` libr The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -108,10 +108,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/720-to-721/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.21.0/camunda-engine-rest-7.21.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.21.0/camunda-webapp-tomcat-7.21.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.21.0/camunda-engine-rest-7.21.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.21.0/camunda-webapp-tomcat-7.21.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.21/ diff --git a/content/update/minor/721-to-722/tomcat.md b/content/update/minor/721-to-722/tomcat.md index aa4939a25e..4b2d7f6b76 100644 --- a/content/update/minor/721-to-722/tomcat.md +++ b/content/update/minor/721-to-722/tomcat.md @@ -100,7 +100,7 @@ The following libraries replace the single `groovy-all-$GROOVY_VERSION.jar` libr The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest`. -2. Download the REST API web application archive from our [Maven Nexus Server][nexus-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository-restapi] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -108,10 +108,10 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp`. -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository-webapp]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/721-to-722/_index.md" >}} -[nexus-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.22.0/camunda-engine-rest-7.22.0-tomcat.war -[nexus-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.22.0/camunda-webapp-tomcat-7.22.0.war +[artifact-repository-restapi]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/7.22.0/camunda-engine-rest-7.22.0-tomcat.war +[artifact-repository-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-tomcat/7.22.0/camunda-webapp-tomcat-7.22.0.war [tomcat-distribution]: https://downloads.camunda.cloud/release/camunda-bpm/tomcat/7.22/ diff --git a/content/update/minor/73-to-74/_index.md b/content/update/minor/73-to-74/_index.md index 13258e4789..680f074c95 100644 --- a/content/update/minor/73-to-74/_index.md +++ b/content/update/minor/73-to-74/_index.md @@ -43,7 +43,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.3_patch_?.sql`. diff --git a/content/update/minor/73-to-74/glassfish.md b/content/update/minor/73-to-74/glassfish.md index 6af22849cf..baa490cb08 100644 --- a/content/update/minor/73-to-74/glassfish.md +++ b/content/update/minor/73-to-74/glassfish.md @@ -117,14 +117,14 @@ First, install the Camunda job executor resource adapter, namely the file `$GLAS The following steps are required to update the Camunda REST API on a Glassfish instance: -1. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. +1. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. ## Cockpit, Tasklist, and Admin The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Glassfish instance: -1. Download the Camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. +1. Download the Camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. {{< note title="LDAP Entity Caching" class="info" >}} diff --git a/content/update/minor/73-to-74/jboss.md b/content/update/minor/73-to-74/jboss.md index e576fd15a5..4d3a8ba115 100644 --- a/content/update/minor/73-to-74/jboss.md +++ b/content/update/minor/73-to-74/jboss.md @@ -124,7 +124,7 @@ As a consequence of supporting CMMN 1.1, the CMMN model API is now based on the The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -133,7 +133,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/73-to-74/tomcat.md b/content/update/minor/73-to-74/tomcat.md index e3c21f5cc5..797e9bd3e3 100644 --- a/content/update/minor/73-to-74/tomcat.md +++ b/content/update/minor/73-to-74/tomcat.md @@ -121,7 +121,7 @@ As a consequence of supporting CMMN 1.1, the CMMN model API is now based on the The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -129,7 +129,7 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. {{< note title="LDAP Entity Caching" class="info" >}} @@ -137,4 +137,4 @@ It is possible to enable entity caching for Hypertext Application Language (HAL) {{< /note >}} [update-guide]: {{< ref "/update/minor/73-to-74/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ diff --git a/content/update/minor/74-to-75/_index.md b/content/update/minor/74-to-75/_index.md index 643d88baca..679d505cc7 100644 --- a/content/update/minor/74-to-75/_index.md +++ b/content/update/minor/74-to-75/_index.md @@ -38,7 +38,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.4_patch_?.sql`. diff --git a/content/update/minor/74-to-75/glassfish.md b/content/update/minor/74-to-75/glassfish.md index 15b185e0e4..f855d6d0a2 100644 --- a/content/update/minor/74-to-75/glassfish.md +++ b/content/update/minor/74-to-75/glassfish.md @@ -109,14 +109,14 @@ First, install the Camunda job executor resource adapter, namely the file `$GLAS The following steps are required to update the Camunda REST API on a Glassfish instance: -1. Download the REST API web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. +1. Download the REST API web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. ## Cockpit, Tasklist, and Admin The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Glassfish instance: -1. Download the Camunda web application archive from our [Maven Nexus Server](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. +1. Download the Camunda web application archive from our [Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-glassfish/). Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-glassfish-$PLATFORM_VERSION.war`. 2. Deploy the web application archive to your Glassfish instance. [configuration-location]: {{< ref "/reference/deployment-descriptors/descriptors/bpm-platform-xml.md" >}} diff --git a/content/update/minor/74-to-75/jboss.md b/content/update/minor/74-to-75/jboss.md index 7f064d4af0..c29cf1a662 100644 --- a/content/update/minor/74-to-75/jboss.md +++ b/content/update/minor/74-to-75/jboss.md @@ -247,7 +247,7 @@ The interface of a {{< javadocref page="org/camunda/bpm/engine/impl/jobexecutor/ The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (username and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -256,7 +256,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (username and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/74-to-75/tomcat.md b/content/update/minor/74-to-75/tomcat.md index f057460b53..5b362c8f43 100644 --- a/content/update/minor/74-to-75/tomcat.md +++ b/content/update/minor/74-to-75/tomcat.md @@ -92,7 +92,7 @@ The interface of a {{< javadocref page="org/camunda/bpm/engine/impl/jobexecutor/ The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -100,8 +100,8 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (User and password from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/74-to-75/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ diff --git a/content/update/minor/75-to-76/_index.md b/content/update/minor/75-to-76/_index.md index 09676c273c..2d3befbc8a 100644 --- a/content/update/minor/75-to-76/_index.md +++ b/content/update/minor/75-to-76/_index.md @@ -73,7 +73,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.5_patch_?.sql`. diff --git a/content/update/minor/75-to-76/jboss.md b/content/update/minor/75-to-76/jboss.md index 5080726964..1320bc0a74 100644 --- a/content/update/minor/75-to-76/jboss.md +++ b/content/update/minor/75-to-76/jboss.md @@ -98,7 +98,7 @@ Replace the following module from the folder `$APP_SERVER_HOME/modules/` with it The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -107,7 +107,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/75-to-76/tomcat.md b/content/update/minor/75-to-76/tomcat.md index 3bd4cc3cd5..aa16cdd785 100644 --- a/content/update/minor/75-to-76/tomcat.md +++ b/content/update/minor/75-to-76/tomcat.md @@ -77,7 +77,7 @@ Copy the following library from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOMCA The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,8 +85,8 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/75-to-76/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ diff --git a/content/update/minor/76-to-77/_index.md b/content/update/minor/76-to-77/_index.md index 8d712ff119..4c9a98890c 100644 --- a/content/update/minor/76-to-77/_index.md +++ b/content/update/minor/76-to-77/_index.md @@ -41,7 +41,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.6_patch_?.sql`. diff --git a/content/update/minor/76-to-77/jboss.md b/content/update/minor/76-to-77/jboss.md index d356aa7040..6a9d2f5f7d 100644 --- a/content/update/minor/76-to-77/jboss.md +++ b/content/update/minor/76-to-77/jboss.md @@ -98,7 +98,7 @@ Replace the following module from the folder `$APP_SERVER_HOME/modules/` with it The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -107,7 +107,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/76-to-77/tomcat.md b/content/update/minor/76-to-77/tomcat.md index cfef2697f7..4caef294c2 100644 --- a/content/update/minor/76-to-77/tomcat.md +++ b/content/update/minor/76-to-77/tomcat.md @@ -77,7 +77,7 @@ Copy the following library from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOMCA The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -85,8 +85,8 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/76-to-77/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ diff --git a/content/update/minor/77-to-78/_index.md b/content/update/minor/77-to-78/_index.md index bba7664d4f..2068fe151d 100644 --- a/content/update/minor/77-to-78/_index.md +++ b/content/update/minor/77-to-78/_index.md @@ -43,7 +43,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.7_patch_?.sql`. diff --git a/content/update/minor/77-to-78/jboss.md b/content/update/minor/77-to-78/jboss.md index bcf1f03512..6dad984f72 100644 --- a/content/update/minor/77-to-78/jboss.md +++ b/content/update/minor/77-to-78/jboss.md @@ -92,7 +92,7 @@ Replace the following module from the folder `$APP_SERVER_HOME/modules/` with it The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -101,7 +101,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/77-to-78/tomcat.md b/content/update/minor/77-to-78/tomcat.md index ccfed8c8cb..1dea556722 100644 --- a/content/update/minor/77-to-78/tomcat.md +++ b/content/update/minor/77-to-78/tomcat.md @@ -89,7 +89,7 @@ Copy the following library from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOMCA The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -97,9 +97,9 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/77-to-78/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ [tomcat-distribution]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/tomcat/camunda-bpm-tomcat/ \ No newline at end of file diff --git a/content/update/minor/78-to-79/_index.md b/content/update/minor/78-to-79/_index.md index 170596eec3..c2793dfc87 100644 --- a/content/update/minor/78-to-79/_index.md +++ b/content/update/minor/78-to-79/_index.md @@ -45,7 +45,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.8_patch_?.sql`. diff --git a/content/update/minor/78-to-79/jboss.md b/content/update/minor/78-to-79/jboss.md index 6175df8775..3c8b6e6297 100644 --- a/content/update/minor/78-to-79/jboss.md +++ b/content/update/minor/78-to-79/jboss.md @@ -107,7 +107,7 @@ Therefore the artifact with the right classifier needs to be chosen: Please bear this in mind ... -- on downloading the REST API from our [Maven Nexus Server][engine-rest] +- on downloading the REST API from our [Artifact Repository][engine-rest] - on using the REST API dependency within your custom `pom.xml` The Maven coordinates need to be changed accordingly: @@ -129,7 +129,7 @@ The Maven coordinates need to be changed accordingly: The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -138,7 +138,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/78-to-79/tomcat.md b/content/update/minor/78-to-79/tomcat.md index a1d736522d..79d8732e3f 100644 --- a/content/update/minor/78-to-79/tomcat.md +++ b/content/update/minor/78-to-79/tomcat.md @@ -89,7 +89,7 @@ Copy the following library from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOMCA The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -97,9 +97,9 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/78-to-79/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ [tomcat-distribution]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/tomcat/camunda-bpm-tomcat/ diff --git a/content/update/minor/79-to-710/_index.md b/content/update/minor/79-to-710/_index.md index bb06b4742e..e5a1dc9dc5 100644 --- a/content/update/minor/79-to-710/_index.md +++ b/content/update/minor/79-to-710/_index.md @@ -43,7 +43,7 @@ Every Camunda installation requires a database schema update. ## Procedure 1. Check for [available database patch scripts]({{< ref "/update/patch-level.md#database-patches" >}}) for your database that are within the bounds of your update path. - Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Nexus](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). + Locate the scripts at `$DISTRIBUTION_PATH/sql/upgrade` in the pre-packaged distribution (where `$DISTRIBUTION_PATH` is the path of an unpacked distribution) or in the [Camunda Artifact Repository](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/distro/camunda-sql-scripts/). We highly recommend to execute these patches before updating. Execute them in ascending order by version number. The naming pattern is `$DATABASENAME_engine_7.9_patch_?.sql`. diff --git a/content/update/minor/79-to-710/jboss.md b/content/update/minor/79-to-710/jboss.md index 3a9675e45f..1a6795cf4e 100644 --- a/content/update/minor/79-to-710/jboss.md +++ b/content/update/minor/79-to-710/jboss.md @@ -107,7 +107,7 @@ Replace the following module from the folder `$APP_SERVER_HOME/modules/` with it The following steps are required to update the Camunda REST API on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][engine-rest]. Alternatively, switch to the private repository for +2. Download the REST API web application archive from our [Artifact Repository][engine-rest]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-$CLASSIFIER.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. @@ -116,7 +116,7 @@ The following steps are required to update the Camunda REST API on a JBoss/Wildf The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a JBoss/Wildfly instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][webapp-jboss]. +2. Download the Camunda web application archive from our [Artifact Repository][webapp-jboss]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-jboss.war`. 3. Deploy the web application archive to your JBoss/Wildfly instance. diff --git a/content/update/minor/79-to-710/tomcat.md b/content/update/minor/79-to-710/tomcat.md index e30c79a415..104686f60a 100644 --- a/content/update/minor/79-to-710/tomcat.md +++ b/content/update/minor/79-to-710/tomcat.md @@ -78,7 +78,7 @@ Copy the following library from `$TOMCAT_DISTRIBUTION/lib` to the folder `$TOMCA The following steps are required to update the Camunda REST API on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-engine-rest` -2. Download the REST API web application archive from our [Maven Nexus Server][nexus] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. +2. Download the REST API web application archive from our [Artifact Repository][artifact-repository] Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-engine-rest-$PLATFORM_VERSION-tomcat.war`. 3. Deploy the web application archive to your Tomcat instance. ## Update Cockpit, Tasklist, and Admin @@ -86,9 +86,9 @@ The following steps are required to update the Camunda REST API on a Tomcat inst The following steps are required to update the Camunda web applications Cockpit, Tasklist, and Admin on a Tomcat instance: 1. Undeploy an existing web application with a name like `camunda-webapp` -2. Download the Camunda web application archive from our [Maven Nexus Server][nexus]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. +2. Download the Camunda web application archive from our [Artifact Repository][artifact-repository]. Alternatively, switch to the private repository for the enterprise version (credentials from license required). Choose the correct version named `$PLATFORM_VERSION/camunda-webapp-tomcat-$PLATFORM_VERSION.war`. 3. Deploy the web application archive to your Tomcat instance. [update-guide]: {{< ref "/update/minor/79-to-710/_index.md" >}} -[nexus]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ +[artifact-repository]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/camunda-engine-rest/ [tomcat-distribution]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/tomcat/camunda-bpm-tomcat/ From dadce52326cc6ec81928746a0dcf0a64494a8df1 Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Wed, 26 Jun 2024 10:34:52 +0200 Subject: [PATCH 5/6] chore: update modeler screenshots --- .../user-guide/task-forms/img/deploy-form.png | Bin 80699 -> 80676 bytes .../task-forms/img/reference-camunda-form.png | Bin 71740 -> 71714 bytes .../img/tasklist-task-form-modeler.png | Bin 117246 -> 117215 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/content/user-guide/task-forms/img/deploy-form.png b/content/user-guide/task-forms/img/deploy-form.png index d9f58acb11b2ee709e0950de1f9b82a311e2e1e6..c0b3baa97ba712b56a4c641b2f269faccb1f2020 100644 GIT binary patch delta 23281 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 diff --git a/content/user-guide/task-forms/img/reference-camunda-form.png b/content/user-guide/task-forms/img/reference-camunda-form.png index e3b2a25f48b946417a0ddde543d3ead614e338af..15eccc3c8dd87b627e64bfd78f9e339366105984 100644 GIT binary patch delta 9221 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 diff --git a/content/webapps/tasklist/img/tasklist-task-form-modeler.png b/content/webapps/tasklist/img/tasklist-task-form-modeler.png index 086d461549f41931d45c59a23bb6099b12d08faf..fff6d33e7d2126da5005a659cdcc128bf966d8cb 100644 GIT binary patch delta 11479 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 From a0260defe1afb9f7a2c0ac3281ae7c3a299bcef4 Mon Sep 17 00:00:00 2001 From: yanavasileva Date: Fri, 28 Jun 2024 10:02:20 +0200 Subject: [PATCH 6/6] feat(update): mention JBoss EAP 8 in the migration guide (#1654) https://github.com/camunda/camunda-bpm-platform/issues/4142 --- content/update/minor/721-to-722/_index.md | 45 +++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/content/update/minor/721-to-722/_index.md b/content/update/minor/721-to-722/_index.md index b0d7a7d344..4ab790676a 100644 --- a/content/update/minor/721-to-722/_index.md +++ b/content/update/minor/721-to-722/_index.md @@ -21,6 +21,7 @@ This document guides you through the update from Camunda `7.21.x` to `7.22.0` an 1. For developers: [Camunda Commons](#camunda-commons) 1. For developers: [Camunda Template Engines FreeMarker](#camunda-template-engines-freemarker) 1. For developers: [Camunda Connect](#camunda-connect) +1. For administrators and developers: [Update to JBoss EAP 8.0](#update-to-jboss-eap-8) This guide covers mandatory migration steps and optional considerations for the initial configuration of new functionality included in Camunda 7.22. @@ -54,3 +55,47 @@ Before starting, ensure you have downloaded the Camunda 7.22 distribution for th # Camunda Connect We’ve moved the `camunda-connect` project from its [previous location](https://github.com/camunda/camunda-connect) into the [mono repository](https://github.com/camunda/camunda-bpm-platform). We’re no longer versioning it independently. Instead, we’ve integrated it into the 7.X.Y versioning scheme, so you can conveniently declare Camunda `7.22.0-alpha2` to use the latest release of Camunda Connect. + +# Update to JBoss EAP 8 + +With this release, we support JBoss EAP 8.0, it's Jakarta EE compliant platform. The artifacts are shipped with the latest pre-packaged [Camunda 7 WildFly distribution]({{< ref "/installation/full/jboss/manual.md#setup" >}}). +If you prefer to stay on JBoss EAP 7, you can still download the Java EE compliant [modules][wildfly26-modules], [web application][wildfly26-webapp], and [REST API][wildfly26-rest-api]. + +To work with JBoss EAP 8, consider the following when migrating your process applications and replacing artifacts on the application server: + +[wildfly26-modules]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/wildfly/camunda-wildfly26-modules/ +[wildfly26-webapp]: https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/webapp/camunda-webapp-jboss/ +[wildfly26-rest-api]: https://artifacts.camunda.com/artifactory/public/org/camunda/bpm/camunda-engine-rest/ + +## Migrate process applications + +* Replace Java EE class references (`javax.*`) with Jakarta class references (`jakarta.*`) + * You might have a look at [`org.eclipse.transformer:transformer-maven-plugin`](https://github.com/eclipse/transformer) +* Replace Camunda class references: + * `org.camunda.bpm.application.impl.EjbProcessApplication` → `org.camunda.bpm.application.impl.JakartaEjbProcessApplication` + * `org.camunda.bpm.application.impl.ServletProcessApplicationDeployer` → `org.camunda.bpm.application.impl.JakartaServletProcessApplicationDeployer` + * `org.camunda.bpm.application.impl.ServletProcessApplication` → `org.camunda.bpm.application.impl.JakartaServletProcessApplication` + * `org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContext` → `org.camunda.bpm.engine.impl.cfg.jta.JakartaTransactionContext` + * `org.camunda.bpm.engine.impl.cfg.jta.JtaTransactionContextFactory` → `org.camunda.bpm.engine.impl.cfg.jta.JakartaTransactionContextFactory` + * `org.camunda.bpm.engine.impl.cfg.JtaProcessEngineConfiguration` → `org.camunda.bpm.engine.impl.cfg.JakartaTransactionProcessEngineConfiguration` + * `org.camunda.bpm.engine.impl.interceptor.JtaTransactionInterceptor` → `org.camunda.bpm.engine.impl.interceptor.JakartaTransactionInterceptor` +* Replace Camunda Maven dependencies: + * `org.camunda.bpm.javaee:camunda-ejb-client` → `org.camunda.bpm.javaee:camunda-ejb-client-jakarta` + * `org.camunda.bpm:camunda-engine-cdi` → `org.camunda.bpm:camunda-engine-cdi-jakarta` + +## Replace artifacts on the application server + +You can find the new artifacts either in the current WildFly distribution or in the [`camunda-wildfly-modules`](https://artifacts.camunda.com/artifactory/camunda-bpm/org/camunda/bpm/wildfly/camunda-wildfly-modules/). + +### Replace modules + +* `$WILDFLY_HOME/modules/org/camunda/spin/camunda-spin-dataformat-xml-dom` → `$WILDFLY_HOME/modules/org/camunda/spin/camunda-spin-dataformat-xml-dom-jakarta` +* Camunda WildFly Subsystem under `$JBOSS_HOME/modules/org/camunda/bpm/$APP_SERVER/camunda-wildfly-subsystem` + +### Replace web application (Cockpit, Admin, Tasklist, Welcome) deployment + +Replace the artifact `camunda-webapp-jboss-$PLATFORM_VERSION.war` with `camunda-webapp-wildfly-$PLATFORM_VERSION.war` under `$JBOSS_HOME/standalone/deployments`. + +### Replace REST API deployment + +Replace the artifact `camunda-engine-rest-$PLATFORM_VERSION-wildfly.war` with `camunda-engine-rest-jakarta-$PLATFORM_VERSION-wildfly.war` under `$JBOSS_HOME/standalone/deployments`.