התאמה עם JDK 11

Contents
[ ]

API של Aspose.Email EWSClient תואמת באופן מלא וניתן להשתמש בה עם JDK 11. לשימוש עם JDK 11 יש להוסיף תלויות JAXB. כל שאר API של Aspose.Email יפעלו כרגיל ללא תלויות נוספות.

תלויות Maven של JAXB שלהלן יתווספו לפרויקט:


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