ความเข้ากันได้กับ JDK 11

Contents
[ ]

API Aspose.Email EWSClient เข้ากันได้อย่างสมบูรณ์และสามารถใช้ร่วมกับ JDK 11 ได้ สำหรับการทำงานกับ JDK 11 เราต้องเพิ่มไลบรารี JAXB ทั้งหมดอื่น ๆ ของ 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>