TDL

Results 6 issues of TDL

Some examples are - MapRequest uses deprecated create signature (MediaType, String) - new Integer(0), ... Also propose to upgrade to latest versions All assert parameters are in the wrong order...

- Remove deprecated code - upgrade dependencies (amongst other to fix CVE) - fix typos - fix tests expected result based on current results from IPInfo - ordered the parameters...

… cache poisoning. WARNING This change is not a drop in replacement as if we get 403 because the token is incorrect, a checked exception is raised. Also note that,...

The SimpleCache relies on a HashMap which is not thread safe. I would recommend to replace it with ConcurrentHashMap.

In BaseRequest, the only response code handled is 429 (Rate Limit). Any other code are just ignored and an empty result is returned. If a cache defined, it will poisoning...