Compatibilità con JDK 11

Contents
[ ]

L’API Aspose.Email EWSClient è pienamente compatibile e può essere usata con JDK 11. Per lavorare con JDK 11, è necessario aggiungere le dipendenze JAXB. Tutte le altre API di Aspose.Email funzioneranno normalmente senza dipendenze aggiuntive.

Le seguenti dipendenze Maven JAXB devono essere aggiunte al progetto:


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