adobe / aio-lib-java

Adobe I/O - Java SDK
https://opensource.adobe.com/aio-lib-java/
Apache License 2.0
5 stars 17 forks source link

Remove all references to deprecated Jakarta libraries #192

Closed bstopp closed 8 months ago

bstopp commented 8 months ago

Description

The Jakarta Bind API has been deprecated. The only use in this library is for Binary handling, which is part of Java8 API.

Motivation and Context

Jakarta dependency causes collisions with downstream libraries. see https://github.com/adobe/aio-lib-java/issues/193

Types of changes

Checklist: