JDK 11 との互換性

Contents
[ ]

Aspose.Email EWSClient API は JDK 11 と完全に互換性があり、JDK 11 で使用できます。JDK 11 を使用するには JAXB 依存関係を追加する必要があります。他の Aspose.Email API は追加の依存関係なしで通常通り動作します。

以下の 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>