Releases: adobe/aio-lib-java
Releases · adobe/aio-lib-java
aio-lib-java-2.0.0
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)
aio-lib-java-1.1.28
- GH-221 wiring the new
x-event-phidata
header support in Adobe IO Eventseventsingress
PublishApi
#222 (francoisledroff) - GH-218: Use GITHUB_OUTPUT envvar instead of set-output command #219 (nicdard)
- ci: Use GITHUB_OUTPUT envvar instead of set-output command #209 (arunsathiya)
aio-lib-java-1.1.26
- GH-213: enhance WorkspaceUtil to also search in environment variables… #216 (francoisledroff)
- GH-150: adjust feign retryer configuration (#151) #215 (francoisledroff)
- GH-150: adjust feign retryer configuration #151 (nicdard)
aio-lib-java-1.1.24
- GH-210
aio-lib-java-ims
fixedscope
parameter typo when calling/ims/token/v3
#212 (francoisledroff)
aio-lib-java-1.1.22
- GH-207
aio-lib-java-events-mgmt
: adding missingx-conflicting-id
header safe guard withinConflictException
#208 (francoisledroff)
aio-lib-java-1.1.20
- GH-204 Setting the
--release
of the Java Compiler: to stick to Java 8 and avoid accidental Java 11 api use #206 (francoisledroff) aio-lib-osgi
added export instruction for auth package (#202) #203 (francoisledroff)