Ravi Verma
Ravi Verma

Reputation: 11

Does adal4j-1.6.2.jar supported by Java 11 or not

I am going to use the following jar in development of a product:

adal4j-1.6.2.jar

I am using java 11 for product development.

I just want to confirm, whether above mentioned jar is supported in JAVA 11 or not.

Thanks, Ravi

Searched for Jar support on google

Upvotes: 0

Views: 138

Answers (1)

sgonzalez
sgonzalez

Reputation: 836

MSAL4J, which is the new client MS Identity client library for Java, and has all ADAL4J features and more, does support Java 11. You can get find it on Maven or on GitHub

Upvotes: 1

Related Questions