Skip to content

aio-lib-java-2.0.0

Latest
Compare
Choose a tag to compare
@github-actions 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-downaio-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

Full Changelog