Kompatibilitet med JDK 11

Contents
[ ]

Aspose.Email EWSClient‑API är fullt kompatibel och kan användas med JDK 11. För att arbeta med JDK 11 måste JAXB‑beroenden läggas till. Alla andra Aspose.Email‑API:er fungerar normalt utan ytterligare beroenden.

Följande Maven‑JAXB‑beroenden ska läggas till i projektet:


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