justauth/JustAuth

bug:如果使用的JDK大于等于11选择不了其余的httpclient工具

Opened this issue · 0 comments

Pre-submission checklist:

  • 如果使用的jdk>=11 无法使用第三方的HttpClient工具包

Issue description

无法使用自己想要的httpclient工具 如果是在webflux的场景下会报错 因为默认自定的是阻塞的webHttp

Environment

  • JustAuth version(e.g. 1.15.1): 1.16.5

Minimal test code / Steps to reproduce the issue

  1. 添加hutool-http
    2.使用jdk17 springboot+netty
    3.运行后默认使用jdk11自带的httpclient

What's the actual result? (including assertion message & call stack if applicable)

Be sure to provide a complete and detailed exception stack.

What's the expected result?

可以指定对应的HttpClient实现