You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: content/update/ce-to-ee.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,21 @@ To officially begin migrating from Camunda 7 Community Edition to the Enterprise
72
72
<version>7.15.0-ee</version>
73
73
</dependency>
74
74
```
75
-
5. We need to tell it where to find these new dependencies. Therefore, we’ll add the location of the repository at the end of the dependencies in the `pom.xml` file as follows:
75
+
5. We need to tell it where to find these new dependencies. Therefore, we’ll add the locations of the repositories at the end of the dependencies in the `pom.xml` file as follows:
Copy file name to clipboardexpand all lines: content/update/minor/721-to-722/_index.md
+24
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ This document guides you through the update from Camunda `7.21.x` to `7.22.0` an
22
22
1. For developers: [Camunda Template Engines FreeMarker](#camunda-template-engines-freemarker)
23
23
1. For developers: [Camunda Connect](#camunda-connect)
24
24
1. For developers: [Camunda Connect dependency removed from `camunda-engine`](#camunda-connect-dependency-removed-from-camunda-engine)
25
+
1. For administrators and developers: [Camunda license check dependency moved to public repository](#camunda-license-check-dependency-moved-to-public-repository)
25
26
1. For administrators and developers: [Update to JBoss EAP 8.0](#update-to-jboss-eap-8)
26
27
1. For administrators and developers: [Update to Tomcat 10 Server](#update-to-tomcat-10-server)
27
28
1. For administrators and developers: [Camunda Run and Swagger Update](#camunda-run-and-swagger-update)
@@ -74,6 +75,29 @@ Before starting, ensure you have downloaded the Camunda 7.22 distribution for th
74
75
*`camunda-connect-http-client`
75
76
*`camunda-connect-soap-http-client`
76
77
78
+
# Camunda license check dependency moved to public repository
79
+
80
+
For enterprise users, the `camunda-license-check` is no longer in the private repository. Instead, it can now be found in the public repository which you need to add to your configured repositories. Note if you are using the community edition, this does not affect you. For enterprise users, the complete repository configuration should now look like this:
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" >}}).
0 commit comments