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

`aio-lib-java-ims` remove the use of deprecated Jakarta libraries #193

Open francoisledroff opened 8 months ago

francoisledroff commented 8 months ago

The Jakarta Bind API has been deprecated and it causes collisions with downstream libraries. The only use in this library is for Binary handling, which is part of Java8 API. Let's remove it