nominatim-java-api
nominatim-java-api copied to clipboard
Nominatim search API client written in Java
Bumps [gson](https://github.com/google/gson) from 2.8.5 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...
[Caching Dependencies and Directories](https://docs.travis-ci.com/user/caching/) Travis CI can cache content that does not often change, to speed up the build process. ===================== If there are any inappropriate modifications in this PR,...
Remove `QueryParameterAnnotationHandler`, it's overkill to use `java.lang.reflect` API to generate the HTTP URLs.
Pull request #17 point a bug in `QueryParameterAnnotationHandler` which doesn't format strings correctly. ``` java @QueryParameter("limit=%d") private Integer limit; ``` should be sucessfully transformed to `limit=12345` instead of throwing `IllegalFormatConversionException`.
Hello the code is deprecated, a few exemple here : final SchemeRegistry registry = new SchemeRegistry(); registry.register(new Scheme("https", SSLSocketFactory.getSocketFactory(), 443)); final ClientConnectionManager connexionManager = new SingleClientConnManager(null, registry); final HttpClient httpClient...