Compatibility with JDK 11

Contents
[ ]

Aspose.Email EWSClient API is fully compatible and it can be used with JDK 11. For working with JDK 11, we need to add JAXB dependencies. All other Aspose.Email API shall work normally without any additional dependencies.

The following Maven JAXB dependencies shall be added to the project:


 <dependency>

    <groupId>javax.xml.bind</groupId>

    <artifactId>jaxb-api</artifactId>

    <version>2.3.1</version>

</dependency>

<dependency>

    <groupId>com.sun.xml.bind</groupId>

    <artifactId>jaxb-impl</artifactId>

    <version>2.3.1</version>

</dependency>

<dependency>

    <groupId>com.sun.xml.bind</groupId>

    <artifactId>jaxb-core</artifactId>

    <version>2.3.0.1</version>

</dependency>

<dependency>

    <groupId>com.sun.xml.messaging.saaj</groupId>

    <artifactId>saaj-impl</artifactId>

    <version>1.5.0</version>

</dependency>