yu_tao
yu_tao
Signed-off-by: yutao04 issue:https://github.com/hango-io/hango-gateway/issues/29 **Description** - add local-limiting plugin docs - add local-limiting plugin docs - add referer-restriction plugin docs - add ip-restriction plugin docs **Affects** - [ ] Configuration Infrastructure...
我从w3c school了解到fastjson有引用检查机制,对于引用对象可以进行引用的方法序列化,并进行"$ref"文本存储; 但我这边对于文本的设计本身就存在"$ref"关键词,对于反序列化对象,我通过配置`Feature.DisableCircularReferenceDetect`的方式解决了,但对于**JSON数组**,`JSONArray.parseArray()`方法并没有提供类似的开关,一旦反序列化$ref中存在不正确的表达式,会出现栈溢出问题,请问这个问题怎么解决? JSON对象反序列化写法(可以成功) ```Java JSONObject.parseObject(jsonString, Dto.class, Feature.DisableCircularReferenceDetect); ``` JSON数组反序列化写法(无法成功,没有临时开关,关闭全局开关也不生效) ```Java JSONArray.parseArray(jsonArrayString, Dto.class); ``` > 重新罗列一下我的问题 1. 对于1.2.83办法的fastjson,如何解决存在$ref文本的JSON数组反序列化问题(如何关闭引用检查) 2. 通过"$ref": "#xxx"的文本写法貌似可以解决这个问题,但不符合我们的文本设计,也不知道有没有什么风险
## Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...
Karavan looks like a very interesting and powerful integration platform. I found the abundant documentations of camel-core on the official website, but did not see the relevant documentation of karavan....
**Description** update commit id for submodule (portal/api-plane/ui) **Affects** To help us figure out who should review this PR, please put an X in all the areas that this PR affects....
谁在使用 Hango --- 我们期望通过这个 issue 收集更多 Hango 的社区用户信息,并借此与社区用户建立更多的联系,了解 Hango 的使用方式及遇到的问题,以更好的推动 Hango 的演进及生态发展。 您可以告诉我们使用 Hango 的经验及遇到的问题,也希望您能留下个人或企业的相关信息: - 您所在的公司名称 - 阶段(评估、开发、测试、生产等) - 您关注的 Hango 的功能(服务发现、路由管理、流量治理、安全管理、插件扩展等) - 任何对 Hango 的建议,例如最期望 Hango 提供的特性或解决的问题 -...
### Environment Windows10/Chrome/Vue3 ### Reproduction link [https://run.iviewui.com/SaXPpSk1](https://run.iviewui.com/SaXPpSk1) ### Steps to reproduce 文档中提示select组件filter-by-label默认值是false,但即使我显示指定值为false,仍然按照label进行搜索 ### What is expected? filter-by-label属性功能正常,可以按照其他属性进行搜索 ### What is actually happening? filter-by-label无论配置true或false都仅按照label进行搜索 --- 本地测试配置无效,到官网playgroud测试也是无效,故提此issue
### Your question 我这在做系统的对接,希望有一种方式可以获取sofa-registry全量服务(配置)信息,我看Java SDK只能订阅单独的dataId信息,有没有什么方式可以获取全量的,例如SDK方式或HTTP方式? ### Your scenes 对接系统,需要获取全量信息,也需要后续支持变更推送等 ### Your advice describe the advice or solution you'd like ### Environment - SOFARegistry version: 6.x - JVM version (e.g. `java...