Skip to content

Commit 987ad0e

Browse files
Update to 6.4.0 + small fixes
1 parent b636c2a commit 987ad0e

File tree

176 files changed

+198
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+198
-193
lines changed

distro/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<property file="${user.home}/.flowable/build.properties" />
66

7-
<property name="flowable.version" value="6.4.0-SNAPSHOT" />
7+
<property name="flowable.version" value="6.4.0" />
88
<property name="target.distro.root" value="target/zip/flowable-${flowable.version}" />
99
<property name="flowable.website" value="../../flowable-website" />
1010

distro/src/readme.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h4>Highlights</h4>
3939
When you reference a variable in an expression like ${customerNumber > 40} and there is no customerNumber variable yet, an exception would be thrown.
4040
With the variable expression support this can be handled without an exception with ${variables:getOrDefault(customerNumber, 0) > 0}.
4141
A similar expression is possible for strings with ${variables:get(customerName) == "test"}. The user guide describes the full set of available variable expressions.</li>
42+
<li>A first version with support for MongoDB persistence has been added. The MongoDB module is available from a separate Git repository at <a href="https://github.com/flowable/flowable-mongodb">https://github.com/flowable/flowable-mongodb</a>.
43+
The MongoDB module is made available in a separate repository, so that it can be released in a different pace than the full Flowable Engine releases.
44+
The support of MongoDB already includes most BPMN constructs, but in the coming releases it will be extended to be on par with the relational database support.</li>
4245
<li>Upgrade to Spring 5.x for all the integration modules using Spring.</li>
4346
<li>Added plan item lifecycle listener to the CMMN engine, to allow for listening to plan item instance state changes</li>
4447
<li>In the Task app support for activating manual plan items and triggering user event listeners has been added</li>

docs/public-api/tools/flowable-oas-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<groupId>org.flowable</groupId>
1010
<artifactId>flowable-root</artifactId>
1111
<relativePath>../../../../</relativePath>
12-
<version>6.4.0-SNAPSHOT</version>
12+
<version>6.4.0</version>
1313
</parent>
1414

1515
<properties>

docs/public-api/tools/flowable-rest-asciidoc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../../../../</relativePath>
13-
<version>6.4.0-SNAPSHOT</version>
13+
<version>6.4.0</version>
1414
</parent>
1515

1616

docs/public-api/tools/flowable-swagger-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.flowable</groupId>
1111
<artifactId>flowable-root</artifactId>
1212
<relativePath>../../../../</relativePath>
13-
<version>6.4.0-SNAPSHOT</version>
13+
<version>6.4.0</version>
1414
</parent>
1515

1616
<properties>

docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc

Lines changed: 1 addition & 1 deletion

docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc

Lines changed: 1 addition & 1 deletion

docs/userguide/src/en/bpmn/index-common.adoc

Lines changed: 12 additions & 10 deletions

docs/userguide/src/en/bpmn/index-html.adoc

Lines changed: 1 addition & 1 deletion

docs/userguide/src/en/bpmn/index-pdf.adoc

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)