Open heathprovost opened 1 year ago
So I finally figured it out I think... The versions past 8.7.0 removed the dependency on org.restlet.ext.servlet
and they no longer even spin up the SolrRestApi
servlet at all (it all seems to be handled by the SolrDispatchFilter I think, I dunno but it works without it).
Anyway, I got it to work with 8.11.2 by just making all that stuff conditional on the Class(es) being successfully loaded... Do you want a PR for it?
Just wondering if this is maybe being looked at... We would very much like to be able to backup/restore to S3 repositories, which was added in 8.10. I tried to get this to work as is, but there is some kind of issue with loading
org.restlet.ext.servlet.ServerServlet
and I have not figure out what it is...