Skip to content

Commit

Permalink
Update to 6.4.0 + small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Oct 2, 2018
1 parent b636c2a commit 987ad0e
Show file tree
Hide file tree
Showing 176 changed files with 198 additions and 193 deletions.
2 changes: 1 addition & 1 deletion distro/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

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

Expand Down
3 changes: 3 additions & 0 deletions distro/src/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ <h4>Highlights</h4>
When you reference a variable in an expression like ${customerNumber > 40} and there is no customerNumber variable yet, an exception would be thrown.
With the variable expression support this can be handled without an exception with ${variables:getOrDefault(customerNumber, 0) > 0}.
A similar expression is possible for strings with ${variables:get(customerName) == "test"}. The user guide describes the full set of available variable expressions.</li>
<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>.
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.
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>
<li>Upgrade to Spring 5.x for all the integration modules using Spring.</li>
<li>Added plan item lifecycle listener to the CMMN engine, to allow for listening to plan item instance state changes</li>
<li>In the Task app support for activating manual plan items and triggering user event listeners has been added</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-oas-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-rest-asciidoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion docs/public-api/tools/flowable-swagger-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../../../../</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/ch02-GettingStarted.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Add the following to your _pom.xml_ file:
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-engine</artifactId>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/ch05a-Spring-Boot.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ Flowable also provides a Spring Boot `InfoContributor` which looks like:
----
{
"flowable": {
"version": "6.4.0-SNAPSHOT"
"version": "6.4.0"
}
}
----
Expand Down
22 changes: 12 additions & 10 deletions docs/userguide/src/en/bpmn/index-common.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,17 @@ include::ch07b-BPMN-Constructs.adoc[]

include::ch08-Forms.adoc[]

include::ch09-JPA.adoc[]
include::ch09-ProcessInstanceMigration.adoc[]

include::ch10-History.adoc[]
include::ch10-JPA.adoc[]

include::ch11-IDM.adoc[]
include::ch11-History.adoc[]

include::ch12-Designer.adoc[]
include::ch12-IDM.adoc[]

include::ch13-UI.adoc[]
include::ch13-Designer.adoc[]

include::ch14-UI.adoc[]


[[restApiChapter]]
Expand All @@ -37,12 +39,12 @@ include::ch13-UI.adoc[]

include::../base/header-rest.adoc[]

include::ch14-REST.adoc[]
include::ch15-REST.adoc[]

include::ch15-Cdi.adoc[]
include::ch16-Cdi.adoc[]

include::ch16-Ldap.adoc[]
include::ch17-Ldap.adoc[]

include::ch17-Advanced.adoc[]
include::ch18-Advanced.adoc[]

include::ch18-tooling.adoc[]
include::ch19-tooling.adoc[]
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DOCS (v 6.4.0-SNAPSHOT)
= Flowable DOCS (v 6.4.0)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/bpmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DOCS (v 6.4.0-SNAPSHOT)
= Flowable DOCS (v 6.4.0)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/cmmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN DOCS (v 6.4.0-SNAPSHOT)
= Flowable CMMN DOCS (v 6.4.0)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/cmmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable CMMN DOCS (v 6.4.0-SNAPSHOT)
= Flowable CMMN DOCS (v 6.4.0)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ Returns a read-only view of the DMN engine that is used in this REST-service.
----
{
"name":"default",
"version":"6.4.0-SNAPSHOT",
"version":"6.4.0",
"resourceUrl":"file://flowable-dmn/flowable.dmn.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.0-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.0)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/dmn/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.0-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.0)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/ch07-REST.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ Returns a read-only view of the engine that is used in this REST-service.
----
{
"name":"default",
"version":"6.4.0-SNAPSHOT",
"version":"6.4.0",
"resourceUrl":"file://flowable/flowable.form.cfg.xml",
"exception":null
}
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form DOCS (v 6.4.0-SNAPSHOT)
= Flowable Form DOCS (v 6.4.0)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/form/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Form DOCS (v 6.4.0-SNAPSHOT)
= Flowable Form DOCS (v 6.4.0)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/single/index-html.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable Unified DOCS (v 6.4.0-SNAPSHOT)
= Flowable Unified DOCS (v 6.4.0)
:doctype: book
:docinfodir: ../base
:docinfo1: header
Expand Down
2 changes: 1 addition & 1 deletion docs/userguide/src/en/single/index-pdf.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Flowable DMN DOCS (v 6.4.0-SNAPSHOT)
= Flowable DMN DOCS (v 6.4.0)
:doctype: book
:toc: left
:toclevels: 4
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-app-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-spring-boot</artifactId>
<relativePath>../flowable-spring-boot/pom.xml</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-layout/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-bpmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-camel-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-camel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-engine-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-image-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-json-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-spring-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-cmmn-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-common-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion modules/flowable-content-engine-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.flowable</groupId>
<artifactId>flowable-root</artifactId>
<relativePath>../..</relativePath>
<version>6.4.0-SNAPSHOT</version>
<version>6.4.0</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit 987ad0e

Please sign in to comment.