JDK 11 ile Uyumluluk

Contents
[ ]

Aspose.Email EWSClient API tamamen uyumludur ve JDK 11 ile kullanılabilir. JDK 11 ile çalışmak için JAXB bağımlılıklarını eklememiz gerekir. Diğer tüm Aspose.Email API’leri ek bağımlılık olmadan normal şekilde çalışacaktır.

Projeye aşağıdaki Maven JAXB bağımlılıkları eklenmelidir:


 <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>