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
47 stars 31 forks source link

Upgrade the Spring Boot version to 1.4.4 #207

Closed itaiag closed 5 years ago

itaiag commented 5 years ago

Since we want the `InfoContributor', we need to upgrade the Spring Boot version,

itaiag commented 5 years ago

We will start by upgrading from Spring boot 1.3.1 to 1.4.4. This will make the upgrade to 2 easier

itaiag commented 5 years ago

After upgrading to SpringBoot 1.4.4, the plugin mechanism is no longer working. This happens because in the new way the fat jar is packaged, there is no way we can use it as a dependency.