locationtech / geogig

GeoGig project
Other
403 stars 80 forks source link

Make ServiceLoader calls work with Spring Boot fat jar URLClassLoader #430

Closed groldan closed 6 years ago

groldan commented 6 years ago

ServiceLoader.load(Class) defaults to using the current thread's context class loader, which doesn't work on a spring boot fat jar packaged app.

Signed-off-by: Gabriel Roldan groldan@boundlessgeo.com