GHBaseServlet - unable to find it in the version 0.12

Hello :slight_smile:

I am trying to upgrade the version from 0.10 to 0.12 but getting lot of compiler errors due to missing classes. One of them is GHBaseServlet

Could you please guide me ?

Thanks.

Since 0.11 you’ll have to adopt to the new framework called dropwizard, see #1108. Servlets can still be included but we recommend to use the resource approach: https://github.com/graphhopper/graphhopper/tree/0.12/web-bundle/src/main/java/com/graphhopper/resources

@karussell Many thanks for your reply. Let me then try dropwizard and I will get back to you. :slight_smile:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.