build(deps): bump protobuf-java_version from 4.35.0 to 4.35.1

Bumps `protobuf-java_version` from 4.35.0 to 4.35.1.

Updates `com.google.protobuf:protobuf-java` from 4.35.0 to 4.35.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `com.google.protobuf:protobuf-java-util` from 4.35.0 to 4.35.1

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-version: 4.35.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 00958dc7a4ebe324cad436ee007532f3a9c04927
  1. .github/
  2. .mvn/
  3. codestyle/
  4. docs/
  5. dubbo-cluster/
  6. dubbo-common/
  7. dubbo-compatible/
  8. dubbo-config/
  9. dubbo-configcenter/
  10. dubbo-demo/
  11. dubbo-dependencies-bom/
  12. dubbo-distribution/
  13. dubbo-maven-plugin/
  14. dubbo-metadata/
  15. dubbo-metrics/
  16. dubbo-plugin/
  17. dubbo-registry/
  18. dubbo-remoting/
  19. dubbo-rpc/
  20. dubbo-serialization/
  21. dubbo-spring-boot-project/
  22. dubbo-test/
  23. .artifacts
  24. .asf.yaml
  25. .editorconfig
  26. .gitattributes
  27. .gitignore
  28. .licenserc.yaml
  29. AGENTS.md
  30. build
  31. build.cmd
  32. CHANGES.md
  33. CODE_OF_CONDUCT.md
  34. codecov.yml
  35. CONTRIBUTING.md
  36. Jenkinsfile
  37. Jenkinsfile.sonar
  38. LICENSE
  39. licenseCheck.sh
  40. mvnw
  41. mvnw.cmd
  42. NOTICE
  43. pom.xml
  44. README.md
  45. SECURITY.md
README.md

Apache Dubbo Project

Build and Test For PR Codecov Maven License Average time to resolve an issue Percentage of issues still open

Apache Dubbo is a powerful and user-friendly Web and RPC framework. It supports multiple language implementations such as Java, Go, Python, PHP, Erlang, Rust, and Node.js/Web.

Dubbo provides solutions for communication, service discovery, traffic management, observability, security, tooling, and best practices for building enterprise-grade microservices.

🚀 We're collecting user info to improve Dubbo. Help us out here: Who's using Dubbo


🧱 Architecture

Architecture

  • Communication between consumers and providers is done via RPC protocols like Triple, TCP, REST, etc.
  • Consumers dynamically discover provider instances from registries (e.g., Zookeeper, Nacos) and manage traffic using defined strategies.
  • Built-in support for dynamic config, metrics, tracing, security, and a visualized console.

🚀 Getting Started

📦 Lightweight RPC API

Start quickly with our 5-minute guide

Dubbo allows you to build RPC services using a minimal codebase and a lightweight SDK. It supports protocols like:

🌱 Microservices with Spring Boot

Kickstart your project using Spring Boot Starter.

Using just a dependency and a YAML config, you can unlock the full power of Dubbo: service discovery, observability, tracing, etc.

➡️ Learn how to deploy, monitor, and manage traffic for Dubbo services.


🛠️ More Features

Explore more through our hands-on tasks:


📦 Which Dubbo Version Should I Use?

Dubbo3

📦 Version Compatibility

VersionJDK SupportDependenciesHighlights
3.3.7-SNAPSHOT1.8 – 25Coming Soon✅ JDK 25 Support
3.3.61.8 – 21View Dependencies✅ Mutiny Reactive Support
✅ Affinity Router
✅ Method-level TPS Limiting
✅ Spring 6 Security Plugin
✅ Enhanced Environment Variable Config
3.3.51.8 – 21View Dependencies✅ Actively Maintained
✅ Triple Protocol (gRPC/cURL)
✅ REST Support
✅ Spring Boot Starters
3.2.161.8 – 17View Dependencies✅ Actively Maintained
✅ Metrics & Tracing
✅ Thread Pool Isolation
✅ +30% Performance
✅ Native Image Support
3.1.111.8 – 17View Dependencies⚠️ Stable, but Not Actively Maintained

Dubbo2

VersionJDKDependenciesDescription
2.7.231.8dependency list❌ EOL
2.6.x, 2.5.x1.6 - 1.7dependency list❌ EOL

🤝 Contributing

See our CONTRIBUTING guide to get started!

🔁 Community Collaboration

💡 How You Can Help

If you're interested in contributing, email us at dev@dubbo.apache.org.


🐞 Reporting Issues

Please use our issue template when reporting bugs.


🔐 Reporting Security Vulnerabilities

Please report vulnerabilities privately to security@dubbo.apache.org.


📬 Contact


📄 License

Apache Dubbo is licensed under the Apache License 2.0.