github-actions
released this
05 Sep 07:04
·
0 commits
to a92d0ffd8819c4137ee19f9d24181363be177640
since this release
Version 2.0.0
comes with a few breaking changes to reach simplified code and easier API in our sdk:
- added oAuth support in aem (GH-186)
- simplified/trimmed-down
aio-lib-java-ims
API:- the
ImsService
interface is unified (wether leveraging JWT or oAuth) - all
systemEnv
,properties
andconfigMap
Builders methods are removed and replaced by- an enriched
WorkspaceUtil
allowing a safer load of the system properties.
- an enriched
- with simpler JWT support
- trimming down the privateKey configurations options to just one: using a base64 encoded pkcs8 format
- the
- updated the various docs and test drive accordingly (GH-172)
- updated the various unit-tests and adding a bit for junit coverage
- deleted of a few unused configurations files
- added a new
stage_oauth_itest
GH workflow andaio_stage_oauth
environment and GH oauth e2e
- GH-186 adding full (documented)
OAuth2
Support #224 (francoisledroff)