justauth / JustAuth

🏆Gitee 最有价值开源项目 🚀:100: 小而全而美的第三方登录开源组件。目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest、人人、华为、企业微信、酷家乐、Gitlab、美团、饿了么、推特、飞书、京东、阿里云、喜马拉雅、Amazon、Slack和 Line 等第三方平台的授权登录。 Login, so easy!
https://www.justauth.cn
MIT License
16.4k stars 2.76k forks source link

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

Open liuchangfitcloud opened 1 year ago

liuchangfitcloud commented 1 year ago

Pre-submission checklist:

Issue description

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

Environment

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实现