You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2022/05/23 08:26:36 UTC

[dubbo-awesome] 24/41: Update 2022-idea-list.md

This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-awesome.git

commit c1048cff28ec9326ad4d15c4667a3c04c1623135
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Apr 18 11:23:31 2022 +0800

    Update 2022-idea-list.md
---
 summerofcode/gsoc/2022-idea-list.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/summerofcode/gsoc/2022-idea-list.md b/summerofcode/gsoc/2022-idea-list.md
index 81ce7f7..209b09d 100644
--- a/summerofcode/gsoc/2022-idea-list.md
+++ b/summerofcode/gsoc/2022-idea-list.md
@@ -50,3 +50,15 @@ Istio 中 bookinfo 应用
 
 * Related issue: 
 * 总体目标:Dubbo CLI将作为Dubbo的命令行工具,Dubbo应用进程的统一的运维操作组件。它可以对接Dubbo生态内的各类多语言SDK,并且能够用于安装Dubbo Admin、Dubbo Pixiu等组件。
+
+## 题目九:证书中心化管理滚动更新
+
+* Related issue: 
+* 总体目标:Dubbo CLI将作为Dubbo的命令行工具,Dubbo应用进程的统一的运维操作组件。它可以对接Dubbo生态内的各类多语言SDK,并且能够用于安装Dubbo Admin、Dubbo Pixiu等组件。
+
+## 题目九:API 模块化管理机制调研与实现
+
+* Related issue: 
+* 总体目标:在 Dubbo 版本迭代过程中,内部相互依赖的接口签名很容易被改动。但是这些仅 Dubbo 内部使用的 API 很多被用户误使用。为了更好地控制 Dubbo 对外暴露的 API 信息,Dubbo 希望将 API 分类为三种类型:暴露给用户开放使用的、内部 Dubbo 使用的、单元测试使用的。基于此在 Dubbo 编译的时候进行强制卡点,避免用户依赖内部使用的 API。
+
+参考:Guava 的 VisibleForTesting 和 kolin 的 OptIn、JDK9 中开始提供的 module 机制