7.0.0 SR1

7.0.0 SR1

After getting a lot of community feedback from our first GA iteration we are now releasing 7.0.0.SR1 improving mostly on compatibility with Spring Boot 2.0.x and JDK 8 support in addition with JDK11.

You can consume all the Activiti Cloud artifacts from Maven Central:

<dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.activiti.cloud.dependencies</groupId>
       <artifactId>activiti-cloud-dependencies</artifactId>
       <version>7.0.0.SR1</version>
       <scope>import</scope>
       <type>pom</type>
     </dependency>
   </dependencies>
 </dependencyManagement>

In this SR1 release you will find the following main fixes:

  • Task Variable Endpoints for Admin and Users update

  • JDK 8 support for our artifacts

  • Process Definition XML accessible in Query Service

  • Sync between query and runtime bundle for standalone tasks

  • Swagger file generation from RB endpoints fix

All these Spring Boot Starters are based on Spring Boot 2.1.2 and Spring Cloud Greenwich RELEASE and all the artifacts are compiled to work with JDK11 (and now JDK8 support as well).

You can also deploy our Example HELM charts in your favourite cloud providers or On-Premise Kubernetes installation by following our Getting Started Guide

HELM Charts for Full Example has being updated to consume GA artifacts in version 1.1.9

If you are interested in the future of the project you can take a look at our presentation at DevCon

Known issues

If you find issues with this release please create a new issue here.

Last updated