Released APS SDK 1.1.0 with support of the latest version and integration tests

cancel
Showing results for 
Search instead for 
Did you mean: 
openpj
Moderator
Moderator

Released APS SDK 1.1.0 with support of the latest version and integration tests

I just published a new version of the APS SDK with the following enhancements included in 1.1.0:

  • Maven profiles for managing different versions of APS dependencies
  • Integration tests are now supported: test your custom REST endpoints
  • Extended the provided 4 eyes principle example

Using Maven profiles with APS SDK

Build and run your test using Maven and APS 1.9:

mvn clean package

Another way to execute the same is the following:

mvn clean package -Paps1.9

If you want to use the latest APS 1.10 version:

mvn clean package -Paps1.10

For running unit and integration tests:

mvn clean integration-test

Contributions

Any member of the Alfresco Community is welcome for any type of contributions for this project.

Links

More details are available in my latest post or directly in the project page on Github.

Hope this helps Smiley Happy