Closed adamkewley closed 6 years ago
The exceptions that occur when the server is booting is because the swagger library being used uses a different version of reflections from dropwizard. The solution to it can be found on the smoketurner issues list (after some digging):
The solution provided in https://github.com/smoketurner/dropwizard-swagger/issues/85 fixed the bootup exceptions (due to the reflections version mismatch) and will be deployed in 0.0.14.
The server is dumping many non-fatal exceptions into the logs. Some of these are because of misbehaving libraries, but some of them are just laziness. Ideally, the logs should just contain standard errors, warnings, INFO, etc.