Activiti Cloud SR1 Released!

cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti Cloud SR1 Released!

salaboy
Senior Member
0 0 3,755

I am happy to announce the first Service Release for Activiti Cloud and Activiti Core artefacts. After getting a lot of community feedback from our first GA iteration we are now releasing 7.0.0.SR1improving mostly on compatibility with Spring Boot 2.0.x and JDK 8 support in addition to 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]

About the Author
Open Source, Java, BPM and Rule Engine enthusiast and promoter. Writer of 4 books about BPM & Rule Engines, now Principal Software Engineer @ Alfresco.