diff --git a/content/opensource_packages/dubbo-go.md b/content/opensource_packages/dubbo-go.md new file mode 100644 index 00000000..93ed41ff --- /dev/null +++ b/content/opensource_packages/dubbo-go.md @@ -0,0 +1,30 @@ +--- +name: Dubbo-go +category: Languages and Frameworks +description: Dubbo-go brings the power and flexibility of the Dubbo RPC framework to the Go programming language, enabling developers to build, manage, and scale microservices efficiently. +download_url: https://github.com/apache/dubbo-go/releases +works_on_arm: true +supported_minimum_version: + version_number: v3.0.5-rc1 + release_date: 2023/02/02 + + +optional_info: + homepage_url: https://dubbo.apache.org/en/docs3-v2/golang-sdk/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://dubbo.apache.org/en/docs3-v2/golang-sdk/quickstart/ + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: + release_notes__recommended_minimum: + other_info: Linux/ARM64 release notes are not available. Installation and testing are done via the [tar archive](https://github.com/apache/dubbo-go/releases/tag/v3.0.5-rc1). + +--- diff --git a/content/opensource_packages/dubbo-java.md b/content/opensource_packages/dubbo-java.md new file mode 100644 index 00000000..9e2aeb21 --- /dev/null +++ b/content/opensource_packages/dubbo-java.md @@ -0,0 +1,30 @@ +--- +name: Dubbo-java +category: Languages and Frameworks +description: Dubbo is a Java-based RPC framework. As a framework, it offers various tools and libraries to facilitate service communication, service governance, and other aspects of microservices architecture. +download_url: https://github.com/apache/dubbo/releases +works_on_arm: true +supported_minimum_version: + version_number: dubbo-2.7.11 + release_date: 2021/05/06 + + +optional_info: + homepage_url: https://dubbo.apache.org/en/docs3-v2/java-sdk/ + support_caveats: + alternative_options: + getting_started_resources: + arm_content: + partner_content: + official_docs: https://dubbo.apache.org/en/docs3-v2/java-sdk/quick-start/ + arm_recommended_minimum_version: + version_number: + release_date: + + +optional_hidden_info: + release_notes__supported_minimum: https://github.com/apache/dubbo/releases/tag/dubbo-2.7.11 + release_notes__recommended_minimum: + other_info: + +---