Use native gRPC starter libraries from Spring Boot 4.1.1
Open
@priyaselvaganesan is already working on this.
Since Sep 4, 2026.
- Dominant language
- Go
- Stars
- 218
- Forks
- 72
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 427
Description
Description
Depends on issue #1150.
Both cloud-functions and cloud-tasks expose gRPC endpoints. Currently, we use old gRPC libraries and plugins for code generation and gRPC support. Spring Boot 4.1.1 provides native first-class support for implementing gRPC servers effectively replacing the need for third-party starters like net.devh that we use currently.
Definition of Done
- Core tests must pass
- Apps should start successfully using
local - Apps should work in both self-hosted and managed environments
- Remove dependency on
net.devhand older plugins/libraries
Resources (optional)
By submitting this issue, you acknowledge that you are an assigned member of the NVCF development team and agree to follow our code of conduct and our contributing guidelines.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.