Top-Q / difido-reports

This project aims to provide a generic implementation for HTML test reports.
http://top-q.github.io/difido-reports
Apache License 2.0
46 stars 30 forks source link

Difido doesn't run on Java 11 #246

Open ValorHeart opened 3 years ago

ValorHeart commented 3 years ago

Using difido prevents from proceeding to Java 11 because it doesn't run with it It seems that the main cause is that the class "javax.xml.bind.ValidationException" has been removed in JDK 11.

itaiag commented 3 years ago

The Spring boot version that is used is not working well with Java 11. There is a need to upgrade