diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index 486a2325..00000000
--- a/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.zip filter=lfs diff=lfs merge=lfs -text
diff --git a/.github/workflows/README.md b/.github/workflows/README.md
index c777b1fd..f17e864e 100644
--- a/.github/workflows/README.md
+++ b/.github/workflows/README.md
@@ -24,9 +24,7 @@ The `publish-cws-image` job is the CD component of the workflow, triggered upon
- MariaDB
- Image: mariadb:10.3
- Ports: 3306:3306
-- [**checkout**](https://github.com/marketplace/actions/checkout):
- - This action checks out the repository under `$GITHUB_WORKSPACE`, so the workflow can access it.
- - `lfs` is set to `true`, enabling the download of Git-LFS files. Starting with Camunda 7.16, this is required because the Camunda Platform with Tomcat distribution bundled with CWS exceeds GitHub's file size limit of 100 MB.
+- [**checkout**](https://github.com/marketplace/actions/checkout): This action checks out the repository under `$GITHUB_WORKSPACE`, so the workflow can access it.
- Set up JDK 8:
- [**setup-java**](https://github.com/marketplace/actions/setup-java-jdk): This action downloads and sets up a requested version of Java
- Current configuration:
diff --git a/.github/workflows/camunda.yml b/.github/workflows/camunda.yml
index 823ab6f8..31ab490a 100644
--- a/.github/workflows/camunda.yml
+++ b/.github/workflows/camunda.yml
@@ -32,8 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- with:
- lfs: true
- name: Set up JDK 8
uses: actions/setup-java@v3
@@ -80,7 +78,7 @@ jobs:
- name: Show CWS Log
run: |
- cd dist/console-only/cws/server/apache-tomcat-9.0.52/logs
+ cd dist/console-only/cws/server/apache-tomcat-9.0.58/logs
ls -al
- name: Set up Google Chrome
@@ -157,8 +155,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- with:
- lfs: true
- name: Set up JDK 8
uses: actions/setup-java@v3
@@ -205,7 +201,7 @@ jobs:
- name: Show CWS Log
run: |
- cd dist/console-only/cws/server/apache-tomcat-9.0.52/logs
+ cd dist/console-only/cws/server/apache-tomcat-9.0.58/logs
ls -al
- name: Set up Google Chrome
diff --git a/.github/workflows/ldap.yml b/.github/workflows/ldap.yml
index e4825c93..b20d6f7e 100644
--- a/.github/workflows/ldap.yml
+++ b/.github/workflows/ldap.yml
@@ -32,8 +32,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- with:
- lfs: true
- name: Set up JDK 8
uses: actions/setup-java@v3
@@ -85,7 +83,7 @@ jobs:
- name: Show CWS Log
run: |
- cd dist/console-only/cws/server/apache-tomcat-9.0.52/logs
+ cd dist/console-only/cws/server/apache-tomcat-9.0.58/logs
ls -al
- name: Set up Google Chrome
diff --git a/create_server_dist.sh b/create_server_dist.sh
index c0760c18..823a436c 100755
--- a/create_server_dist.sh
+++ b/create_server_dist.sh
@@ -23,6 +23,7 @@ mkdir -p ${CWS}/{bpmn,config/templates,installer,logs,sql/cws}
print 'Unzipping Camunda into distribution...'
unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}.zip -x start-camunda.bat start-camunda.sh -d ${CWS} > ${CWS}/logs/camunda_extract.log 2>&1
+unzip ${INSTALL_DIR}/cws_camunda-bpm-tomcat-${CAMUNDA_VER}-lib.zip -d ${CWS}/lib > ${CWS}/logs/camunda_extract.log 2>&1
if [[ $? -gt 0 ]]; then
print "ERROR: failed to unzip Camunda distribution, check ${CWS}/logs/camunda_extract.log for details."
diff --git a/cws-adaptation-engine/pom.xml b/cws-adaptation-engine/pom.xml
index ac5f7eb1..38d772a9 100644
--- a/cws-adaptation-engine/pom.xml
+++ b/cws-adaptation-engine/pom.xml
@@ -26,7 +26,7 @@
- org.camunda.bpm.assert
+ org.camunda.bpm
camunda-bpm-assert
diff --git a/cws-core/pom.xml b/cws-core/pom.xml
index cabe70b2..8a6c2f9c 100644
--- a/cws-core/pom.xml
+++ b/cws-core/pom.xml
@@ -100,7 +100,7 @@
- org.camunda.bpm.assert
+ org.camunda.bpm
camunda-bpm-assert
diff --git a/cws-engine-service/pom.xml b/cws-engine-service/pom.xml
index f03510ff..f2cc972b 100644
--- a/cws-engine-service/pom.xml
+++ b/cws-engine-service/pom.xml
@@ -77,7 +77,7 @@
- org.camunda.bpm.assert
+ org.camunda.bpm
camunda-bpm-assert
diff --git a/cws-service/pom.xml b/cws-service/pom.xml
index 0414f03a..dd16f72f 100644
--- a/cws-service/pom.xml
+++ b/cws-service/pom.xml
@@ -71,7 +71,7 @@
- org.camunda.bpm.assert
+ org.camunda.bpm
camunda-bpm-assert
diff --git a/cws-test/pom.xml b/cws-test/pom.xml
index f883cc01..a2d427b5 100644
--- a/cws-test/pom.xml
+++ b/cws-test/pom.xml
@@ -91,7 +91,7 @@
- org.camunda.bpm.assert
+ org.camunda.bpm
camunda-bpm-assert
diff --git a/install/camunda_mods/admin/config.js b/install/camunda_mods/admin/config.js
index cae401af..6c4bc04e 100644
--- a/install/camunda_mods/admin/config.js
+++ b/install/camunda_mods/admin/config.js
@@ -35,7 +35,7 @@ export default {
// http://requirejs.org/docs/api.html#config
deps: ['jquery', 'cws'],
paths: {
- // if you have a folder called `custom-ui` (in the `cockpit` folder)
+ // if you have a folder called `custom-ui` (in the `admin` folder)
// with a file called `scripts.js` in it and defining the `custom-ui` AMD module
'cws': 'cws/scripts'
}
@@ -49,6 +49,7 @@ export default {
// 'unit': 'day'
// }
// },
+ 'alwaysShowUniqueTaskWorkerMetrics': true,
// 'locales': {
// 'availableLocales': ['en', 'de'],
// 'fallbackLocale': 'en'
diff --git a/install/camunda_mods/admin/index.html b/install/camunda_mods/admin/index.html
index 6378d685..28110fdc 100644
--- a/install/camunda_mods/admin/index.html
+++ b/install/camunda_mods/admin/index.html
@@ -32,11 +32,11 @@
-
+ href="$APP_ROOT/app/admin/styles/user-styles.css?bust=7.17.0">
+ version="v7.17.0">