2 min read

Activiti Cloud RC1 released!

I am really happy to announce that Activiti Core and Activiti Cloud RC1 are now released and ready to be used by all our community members.

In this release we included pretty big changes and refinements. We are now running with JDK 11 and we included the next iteration for our GraphQL based notification service. We did refine a lot of APIs in our Runtime Bundle and Query services to support more scenarios. We are going to go fast to GA and we will concentrate on refine and test the core features. We encourage community members to test the released artifacts and report back any issues that you might find to here.
You can find the full list of  issues and features included in RC1 here
Main Features and fixed issues:

  • Activiti Core & Activiti Cloud moved to JDK 11
  • Activiti Cloud: GraphQL notification service implementation
  • Activiti Core & Activiti Cloud: default JSON serialization for process variables
  • Activiti Core new Connector Functional Interface added
  • Activiti Cloud acceptance tests splitted into separate clusters
  • Activiti Cloud new Admin APIs in Runtime Bundle and Query
  • New conformance tests for BPMN scenarios
  • Improved HELM Charts configurations

You can find the published RC1 artifacts in Maven Central and the tagged Docker Images in Docker Hub.

You can now update your BOM dependencies to:

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


Also our HELM charts activiti-cloud-full-example version 0.7.0 were upgraded to use RC1 Docker Images.

If you find any issues with RC1 please create an issue here. Or get in touch via Gitter.

We will be aiming for a GA Release by mid February track progress here.
This is a great time to get involved to help us with the testing process, integrating with your favourite Open Source projects and learning about the technology stack that we are using to build these amazing tools.