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

The metadata retriever utility is no longer compiled after changing to Spring boot 1.4.4 #210

Closed itaiag closed 5 years ago

itaiag commented 5 years ago

In Spring boot 1.4.4, the fat jar is packaged differently from the way it used to be. All the classes in the server are no longer accessible. There are two options to handle this:

  1. Copy the classes to the retriever utility.
  2. Extract the files to separated project.

More information can be found in this StackOverflow question