Skip to content

3.0.0

Compare
Choose a tag to compare
@oschwald oschwald released this 12 Dec 23:51
ae149bb
  • This library is now a Java module.
  • Removed deprecated last4Digits method on CreditCard.Builder and
    getLast4Digits method on CreditCard. Use lastDigits and
    getLastDigits instead.
  • Removed deprecated connectTimeout(int), readTimeout(int), and
    proxy(Proxy) on WebServiceClient.Builder. Use
    connectTimeout(Duration), requestTimeout(Duration), and
    proxy(ProxySelector) instead.
  • WebServiceClient no longer implements Closeable and the Close
    method has been removed. This method was deprecated when the library
    switched to using java.net.http.HttpClient.