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:
You can find the published RC1 artifacts in Maven Centraland 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.0were 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.