Kompatibilität mit JDK 11

Contents
[ ]

Die Aspose.Email EWSClient‑API ist vollständig kompatibel und kann mit JDK 11 verwendet werden. Für die Arbeit mit JDK 11 müssen JAXB‑Abhängigkeiten hinzugefügt werden. Alle anderen Aspose.Email‑APIs funktionieren normal ohne zusätzliche Abhängigkeiten.

Die folgenden Maven‑JAXB‑Abhängigkeiten sollten dem Projekt hinzugefügt werden:


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