esendex / esendex-java-sdk

The Esendex Java SDK is an easy to use client for our REST API that you can use to integrate SMS and Voice messaging into your Java application.
http://developers.esendex.com/SDKs/Java-SDK
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Please support java 17 #24

Open hmdebenque opened 2 years ago

hmdebenque commented 2 years ago

The current master does not build with Java 17. Will it be possible to have a Java 17 compatible version?

Thanks a lot

debuglevel commented 2 years ago

Even though if it does not compile with Java 17, you should be able to use a JAR which was compiled with an older version.

I include the 239006c634fa5a6f9136b3dcd127366307cc3c24 commit via jitpack: https://jitpack.io/#esendex/esendex-java-sdk/239006c634

implementation "com.github.esendex:esendex-java-sdk:239006c634"

On the long run, it's probably safer to switch to a provider which maintains its software.