Peng Yu

Results 3 issues of Peng Yu

**Is your feature request related to a problem? Please describe.** According to the OIDC specification: > aud REQUIRED. Audience(s) that this ID Token is intended for. It MUST contain the...

feat
help wanted
package/oauth2
package/oidc
good first issue

dubbo 2.7.3 存在性能瓶颈。 org.apache.dubbo.config.ReferenceConfig#get 方法中,会调用org.apache.dubbo.config.ReferenceConfig#checkAndUpdateSubConfigs 方法,经过测试显示此方法每次调用时会花费较多的时间,不应当在每次调用get方法的时候都去调用此方法,而是应当在init方法中调用一次即可(在对象对创建时调用)。 升级dubbo版本到2.7.7可以解决此问题。

在执行替换操作时,增加对 target/classes 目录的替换