You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces version `2.0.0` 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` and `configMap` Builders methods are removed and replaced by
* an enriched `WorkspaceUtil` allowing a safer load of the system properties.
* with simpler JWT support
* trimming down the privateKey configurations options to just one: using a base64 encoded pkcs8 format
* 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 and `aio_stage_oauth` environment and GH oauth e2e
the following associated PR #224 has been merged
consequently aio-lib-java version 2.0.0-SNAPSHOT has been released.
we will release a proper non snapshot version after a round of testing.
With PR 166 we now have OAuth Support.
We still need however to document it.
README.md
files in thecore
andims
modulesims
WorkspaceUtil
and hence in our various*ServiceTester
Related:
aem
aio-aem-events-publish
: Service Account (JWT) DEPRECATED #155ims
add a newOAuth2 Server-to-Server
Request Interceptor #163The text was updated successfully, but these errors were encountered: