YoonSeokHo

Results 13 issues of YoonSeokHo

### 新的网站支持 > 请输入你想要支持的网站 https://www.google.com.hk/ ### 有重定向链接的网页地址 https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwjV9ue9g9n3AhVXtVYBHcG0AwYQFnoECAcQAQ&url=https%3A%2F%2Fsspai.com%2Fpost%2F64949&usg=AOvVaw30Zup7xruky1i3H-XmNXHM > 请填写有重定向链接的网页地址,方便我定位支持 > > 个人精力有限,我不太可能会在网站中一个一个的去找,感谢你的理解 > > 否则我大概率不会支持 ### 其他说明 > 可选 www.google.com.*/* 希望能支持这种

enhancement

![image](https://user-images.githubusercontent.com/4637107/154014174-63b1ec74-69e5-4143-bc6e-f12aefa2755c.png) CTRL+U maybe translate to "关闭连接" or “断开连接” better ^_^

正常位置箭头 ![image](https://user-images.githubusercontent.com/4637107/119124307-19a98200-ba63-11eb-91a0-3b8eaa87ad0f.png) 异常位置箭头 ![image](https://user-images.githubusercontent.com/4637107/119124390-2fb74280-ba63-11eb-9147-e47ee89519ab.png)

如题,dubbo现在不再更新而且用的spring版本太低,所以想着换个其他开源rpc,看到了motan

when I typed wsl.exe -d wsl-vpnkit service wsl-vpnkit start alert WSL (8) ERROR: CreateProcessParseCommon:735: Failed to translate \\wsl.localhost\Ubuntu\root windows 11 22H2 PS D:\Downloads> wsl --version WSL 版本: 0.66.2.0 内核版本: 5.15.57.1...

一般我们会在yml或properties中配置,比如一个业务的请求地址,token什么的。代码会定义一个类接收这个参数,比如` ` @Data @ConfigurationProperties(prefix = "im-push") public class ImPushProperties { private String proto; private String passcode; private String pushUrl; } ` ` public interface MyClient { @Get("http://localhost:8080/hello") String helloForest(); @Get("{imPushProperties.pushUrl}")...

对比了一下dubbo版本代码后发现SpringExtensionInjector ![image](https://user-images.githubusercontent.com/4637107/197145006-6906fcc5-4e03-4ed2-931e-b023760a7cb3.png) 原先代码是先根据name查询bean,查不到再根据类型type去查找,但是新版的只要name不为空就不会根据type去查即便查不到,比如我们这个原先代码 ![image](https://user-images.githubusercontent.com/4637107/197145415-d78f340d-4525-4fef-a68c-50e908f9efa4.png) 注入了applicationConfig和providerConfig,根据applicationConfig查不到因为我们配置了dubbo.application.name项目名,所以注入的属性为空,执行createRouter时候这里代码就会报空指针。这里想兼容升级的话怎么弄好

type/question

### 请描述您的问题 *询问有关本项目的使用和其他方面的相关问题。* 自定义对象套一个对象如下 ![image](https://github.com/alibaba/fastjson2/assets/4637107/c1c16590-f72f-4871-81ae-31a38f086505) ![image](https://github.com/alibaba/fastjson2/assets/4637107/5ebbdf42-7dd8-4630-9a8b-a4db329cfa70) 1.x 执行方法后 ![image](https://github.com/alibaba/fastjson2/assets/4637107/7b7ac163-d68c-4dd7-b8b1-470ce5b0a987) 2.x执行方法后 ![image](https://github.com/alibaba/fastjson2/assets/4637107/9fc8bde6-86ae-44fb-9b29-9dfebbb1af8a) 我想保留1.x的方式该怎么做

question