Skip to content

Releases: OpenPj/alfresco-process-services-project-sdk

v1.7.2

07 Feb 13:25
Compare
Choose a tag to compare

APS SDK 1.7.2 release includes the following improvements:

  • App Importer for testing purpose (#29 )
  • Fixed the Maven lifecycle: now the Docker build is not started with mvn clean package (#27 )
  • Integration test for the Four Eyes Principle sample app (#28 )

v2.0.3

01 Feb 12:00
Compare
Choose a tag to compare

APS SDK 2.0.3 is a hotfix release including the following:

  • Resolved the build error of the Docker container when adding the Aspose license (#24 )

v1.7.1

01 Feb 12:04
Compare
Choose a tag to compare

APS SDK v1.7.1 is a hotfix release including the following:

  • Resolved an error during the build of the Docker container when adding the Aspose license (#24 )

v2.0.2

25 Jan 11:48
Compare
Choose a tag to compare

This new release includes:

  • Support for APS 2.1.0 (#15 ) using custom Docker images (#22 )
  • Changed the default Maven profile to aps2.1.0

Full Changelog: v2.0.1...v2.0.2

v2.0.1

21 Jan 16:14
Compare
Choose a tag to compare

APS SDK 2.0.1 includes a minor fix to solve an issue related to send metrics to the Activiti Admin (#23 ) for amd64/x86 CPUs

Full Changelog: v2.0.0...v2.0.1

v1.7.0

21 Jan 20:27
Compare
Choose a tag to compare

APS SDK 1.7.0 include the following improvements:

  • Support of Arm64 CPUs (Apple Silicon M1, etc..) (#22 ) [Backport from APS SDK 2.x]
  • Fixed a problem related to sending metrics to Activiti Admin (when using -Pactiviti-admin) (#23 ) [Backport from APS SDK 2.x]
  • New Swagger module to generate the Java client [Backport from APS SDK 2.x]
  • New Integration tests module for implementing and executing real integration tests [Backport from APS SDK 2.x]

v2.0.0

20 Jan 19:45
Compare
Choose a tag to compare

This is the first release of APS SDK 2.x, including the following improvements:

  • Support for APS 2.0.1 (#13 )
  • Activiti App now correctly sends metrics to Activiti Admin (you can enable it using Maven profile -Pactiviti-admin) (#23 )
  • Support for Arm64 CPUs (such as Apple Silicon / M1) (#22 )
  • Fixed an issue preventing the execution of unit tests
  • Fixed a building issue: added the Aspose repository (#16 )

What's Changed

New Contributors

Full Changelog: v1.6.1...v2.0.0

v1.6.2

13 Jan 11:17
Compare
Choose a tag to compare

This new APS SDK 1.6.2 release includes the following improvements:

  • Added a new Maven profile activiti-admin to manage the optional build and deploy of APS Admin App (#19 )
  • Added the Aspose repository to solve the building issue (#20 )
  • Removed the unused root license path (src/main/docker)

Full Changelog: v1.6.1...v1.6.2

v1.1.0

13 Feb 13:38
e9d67c3
Compare
Choose a tag to compare

Added support for APS 1.10 and Integration Tests.