From 744c1e7e69b9e8927a03ac3c34e6b8adae008741 Mon Sep 17 00:00:00 2001 From: Tobias Schaefer Date: Sat, 27 Apr 2024 08:02:03 +0200 Subject: [PATCH] Update README.md: maven coordinates of current release and compatibility matrix. --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index c2741b1d..3782f1c5 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ If you create a new project then simply use the feature `features=camunda-platfo Add the dependency to the build.gradle file: ```groovy -implementation("info.novatec:micronaut-camunda-bpm-feature:2.16.0") +implementation("info.novatec:micronaut-camunda-bpm-feature:2.17.0") runtimeOnly("com.h2database:h2") ``` @@ -293,7 +293,7 @@ Add the dependency to the pom.xml file: info.novatec micronaut-camunda-bpm-feature - 2.16.0 + 2.17.0 com.h2database @@ -459,13 +459,13 @@ on how to do that. Keep in mind using the correct version of the libraries. In `build.gradle`: ```groovy -implementation("info.novatec:micronaut-camunda-bpm-feature:2.16.0") { +implementation("info.novatec:micronaut-camunda-bpm-feature:2.17.0") { exclude group: 'org.camunda.bpm.webapp', module: 'camunda-webapp-webjar' exclude group: 'org.camunda.bpm', module: 'camunda-engine' } -implementation("org.camunda.bpm.webapp:camunda-webapp-webjar-ee:7.20.0-ee") -implementation("org.camunda.bpm:camunda-engine:7.20.0-ee") +implementation("org.camunda.bpm.webapp:camunda-webapp-webjar-ee:7.21.0-ee") +implementation("org.camunda.bpm:camunda-engine:7.21.0-ee") ```
@@ -476,7 +476,7 @@ In `pom.xml`: info.novatec micronaut-camunda-bpm-feature - 2.16.0 + 2.17.0 org.camunda.bpm.webapp @@ -491,12 +491,12 @@ In `pom.xml`: org.camunda.bpm.webapp camunda-webapp-webjar-ee - 7.20.0-ee + 7.21.0-ee org.camunda.bpm camunda-engine - 7.20.0-ee + 7.21.0-ee ```
@@ -523,7 +523,7 @@ You can either Example with the LDAP plugin: ```groovy -implementation("org.camunda.bpm.identity:camunda-identity-ldap:7.20.0") +implementation("org.camunda.bpm.identity:camunda-identity-ldap:7.21.0") ``` ```java @@ -806,7 +806,7 @@ Process tests can easily be implemented with JUnit 5 by adding the `camunda-bpm- Click to show Gradle dependencies ```groovy -testImplementation("org.camunda.bpm:camunda-bpm-assert:7.20.0") +testImplementation("org.camunda.bpm:camunda-bpm-assert:7.21.0") testImplementation("org.assertj:assertj-core") ``` @@ -818,7 +818,7 @@ testImplementation("org.assertj:assertj-core") org.camunda.bpm camunda-bpm-assert - 7.20.0 + 7.21.0 test @@ -985,13 +985,14 @@ Other combinations might also work but have not been tested. | Release | Micronaut | Camunda | |---------|-----------|---------| -| 2.16.0 | 3.9.4 | 7.20.0 | +| 2.17.0 | 3.9.4 | 7.21.0 |
Click to see older releases | Release | Micronaut | Camunda | |--------|-----------|--------| +| 2.16.0 | 3.9.4 | 7.20.0 | | 2.15.0 | 3.9.4 | 7.19.0 | | 2.14.0 | 3.9.0 | 7.19.0 | | 2.13.0 | 3.8.9 | 7.19.0 |