adobe / aio-lib-java

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

Remove all references to deprecated Jakarta libraries #192

Closed bstopp closed 1 year ago

bstopp commented 1 year 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: