JustAuth 1.14.0 release

JustAuth 1.14.0 version officially released, decoupling HTTP tools, enabling developers to easily achieve self-reliance or choose a third party to increase the development of convenience.

Foreword

In previous versions, the default JustAuth integrated hutool-HTTP , but developers when integrating JustAuth, may project itself has been integrated HTTP other tools, such as (Okhttp, HttpClient, etc.), this time they have to in order to use JustAuth the hutool-http depend in, so this development will inevitably cause some misunderstanding. Can function as a single solution implemented in the program when we develop any module, no need to introduce other plug-ins have the same capabilities, if this is the case, it is necessary to discard one of implementation. So, JustAuth v1.14.0  version released!

The modified version follows

  • The combined PR-59 , extracts HTTP, implementers to develop specific decoupling hutool-http, developers can rely on their own depending on the project determines which HTTP method to use. For details, please refer to: https://github.com/xkcoding/simple-http
    1. Default according to the following priority on their own to find the underlying implementation,java 11 HttpClient -> OkHttp3 -> apache HttpClient -> hutool-http
    2. It may also be implemented on their own  com.xkcoding.http.support.Http interface by  HttpUtil.setHttp(new MyHttpImpl()) setting come
    3. For details, please refer to: https://github.com/xkcoding/simple-http
  • The combined PR-65 , modified copy error
  • Fix some other problems

Please use our friends!

Guess you like

Origin www.oschina.net/news/114182/justauth-1-14-0-released