Skip to content

Commit

Permalink
Moved to 5.19.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Nov 5, 2015
1 parent fa683e5 commit 8b1385c
Show file tree
Hide file tree
Showing 54 changed files with 122 additions and 66 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}/.activiti/build.properties" />

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

Expand Down
56 changes: 56 additions & 0 deletions distro/src/readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,62 @@ <h1>Links</h1>

<h1>Activiti Release Notes</h1>

<h3>Release Notes - Activiti - Version 5.19.0</h3>
<h4>Highlights</h4>
<ul>
<li>We introduced a new service DynamicBpmnService that allows you to change a defined set of properties of a process definition without needing to redeploy <a href="http://bpmn20inaction.blogspot.com/2015/10/adding-dynamic-behaviour-to-activiti.html">http://bpmn20inaction.blogspot.com/2015/10/adding-dynamic-behaviour-to-activiti.html</a></li>
<li>Improved support for the terminate end event. According to the BPMN spec a terminate end event should only terminate the current scope.
So in case of a multi instance sub process, a terminate end event inside that multi instance sub process should only kill a single instance and the rest
of the instances (of the multi instance) will continue. And in case a call activity kicks off a sub process, a terminate end event in the sub process
will only kill the sub process instance, and the parent process will continue. We've added a new attribute on the terminate end event (activiti:terminateAll)
that allows you to terminate all parent scopes if the value is set to true. By default only the current scope is killed.</li>
<li>ACT-4072 was fixed, a repeating timer (time cycle) now works according to the defined duration values</li>
<li>Various bug fixes</li>
</ul>

<p>Check out the <a href="https://activiti.atlassian.net/jira/secure/ReleaseNote.jspa?projectId=10000&version=10200">Release notes</a> for more details</p>

<h4>Bug fixes and various smaller improvements</h4>

<h2> Bug
</h2>
<ul>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-1768'>ACT-1768</a>] - Revision of same variable is always zero
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-2129'>ACT-2129</a>] - Activiti can&#39;t store string variables with length &gt;2000 and &lt;4000 characters in oracle db
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-2163'>ACT-2163</a>] - Fix some bugs and optimize display on text in workflow drawing
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-3997'>ACT-3997</a>] - Validate bpmn components for max length
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4066'>ACT-4066</a>] - Timer Start Event ignores Time Cycle value if iteration count not present
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4069'>ACT-4069</a>] - Activiti Spring Boot REST API starter incompatible with Spring Boot HATEOAS starter
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4079'>ACT-4079</a>] - NullPointerException in DbSqlSessionFactory.isBulkInsertable() when Custom Entity is inserted
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4084'>ACT-4084</a>] - Multi instance parallel task fails with empty collection
</li>
</ul>

<h2> New Feature
</h2>
<ul>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4010'>ACT-4010</a>] - Design tools should support message artifact - what is the runtime implementation for registering custom messages?
</li>
</ul>

<h2> Task
</h2>
<ul>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4045'>ACT-4045</a>] - enable shared process definitions per tenants
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4072'>ACT-4072</a>] - Repeating timer with no repetition bound does not follow duration
</li>
<li>[<a href='https://activiti.atlassian.net/browse/ACT-4080'>ACT-4080</a>] - Verify terminate end behavior
</li>
</ul>

<h3>Release Notes - Activiti - Version 5.18.0</h3>

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ public class BlueprintBasicTest {
@Configuration
public Option[] createConfiguration() {
Option[] coreBundles = options(
mavenBundle().groupId("org.activiti").artifactId("activiti-bpmn-model").version("5.19.0-SNAPSHOT"),
mavenBundle().groupId("org.activiti").artifactId("activiti-bpmn-converter").version("5.19.0-SNAPSHOT"),
mavenBundle().groupId("org.activiti").artifactId("activiti-process-validation").version("5.19.0-SNAPSHOT"),
mavenBundle().groupId("org.activiti").artifactId("activiti-image-generator").version("5.19.0-SNAPSHOT"),
mavenBundle().groupId("org.activiti").artifactId("activiti-engine").version("5.19.0-SNAPSHOT"),
mavenBundle().groupId("org.activiti").artifactId("activiti-bpmn-model").version("5.19.0"),
mavenBundle().groupId("org.activiti").artifactId("activiti-bpmn-converter").version("5.19.0"),
mavenBundle().groupId("org.activiti").artifactId("activiti-process-validation").version("5.19.0"),
mavenBundle().groupId("org.activiti").artifactId("activiti-image-generator").version("5.19.0"),
mavenBundle().groupId("org.activiti").artifactId("activiti-engine").version("5.19.0"),
mavenBundle().groupId("org.apache.commons").artifactId("commons-lang3").version("3.3.2"),
mavenBundle().groupId("com.fasterxml.jackson.core").artifactId("jackson-core").version("2.2.3"),
mavenBundle().groupId("com.fasterxml.jackson.core").artifactId("jackson-databind").version("2.2.3"),
Expand Down
2 changes: 1 addition & 1 deletion modules/activiti-process-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>org.activiti</groupId>
<artifactId>activiti-root</artifactId>
<relativePath>../..</relativePath>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

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

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

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

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


Expand Down
2 changes: 1 addition & 1 deletion modules/activiti-spring-boot/spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

<artifactId>activiti-spring-boot-samples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-samples</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

<artifactId>spring-boot-sample-actuator</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-actuator</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-samples</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

<artifactId>spring-boot-sample-basic</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-basic</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-samples</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

<artifactId>spring-boot-sample-custom-mybatis-mapper</artifactId>
Expand All @@ -14,7 +14,7 @@
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-basic</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-samples</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</parent>

<artifactId>spring-boot-sample-integration</artifactId>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>org.activiti</groupId>
<artifactId>activiti-spring-boot-starter-integration</artifactId>
<version>5.19.0-SNAPSHOT</version>
<version>5.19.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Loading

0 comments on commit 8b1385c

Please sign in to comment.