7.1.0-M16
Release 7.1.0-M16
You can consume all the Activiti artifacts for this release from Alfresco Nexus:
<repositories>
<repository>
<id>activiti-releases</id>
<url>https://artifacts.alfresco.com/nexus/content/repositories/activiti-releases</url>
</repository>
</repositories>Activiti Cloud:
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.activiti.cloud</groupId>
<artifactId>activiti-cloud-dependencies</artifactId>
<version>7.1.0-M16</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>Activiti Core
In the milestone 7.1.0-M16 you will find the following main fixes & features:
Support the ability to configure topics on shared message broker instance: Add the possibility to customize destination names used by Activiti Cloud. See the next section for more details.
Configure Swagger UI to use implicit flow auth: authentication was integrated into the Swagger UI so that now it's possible to call the APIs directly from the Swagger UI

For the complete list of new features and bug fixes, please refer to https://github.com/Activiti/Activiti/milestone/40?closed=1.
Changes from previous milestones
Given the following channel binding properties in the application environment context:
When the following configuration property is also present in the application environment context:
Then the result destination for all three bindings with matching engineEvents key will be configured to
Given the following channel binding properties in the application environment context:
When the following configuration property is also present in the application environment context:
Then the result destination for all three bindings with matching engineEvents key will be configured to
Given the following channel binding properties in the application environment context:
When the following configuration property is also present in the application environment context:
Then the result destination for all three bindings with matching engineEvents key will be configured to
Given the following channel binding properties in the application environment context:
When the following configuration property is also present in the application environment context:
Then the result destination for all three bindings with matching engineEvents key will be configured to
Last updated