You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by Weibing Wang <ww...@apache.org> on 2023/01/10 03:03:55 UTC

[ANNOUNCE] Apache bRPC is graduated to Top Level Project

Hi bRPC community,

I’m glad to announce that the ASF board has approved a resolution to
graduate bRPC into a full Top Level Project. Thanks to everyone for
your help to get to this point.

To transition from the Apache Incubator to a new TLP, there's a few
action items[1] we need to do to complete the transition, and I opened
an Issue[2] to track it, feel free to take the sub-tasks and comment
if I missed something.

And, we already completed the GitHub repo migration[3], please update
your local git repo to track the new repo[4]. Suppose you named the
upstream as "apache",

$ apache-brpc git:(master) git remote -v
apache git@github.com:apache/incubator-brpc.git (fetch)
apache git@github.com:apache/incubator-brpc.git (push)
... (other remote repositories)

you can run the following command to complete the remote repo tracking
migration.

$ git remote set-url apache git@github.com:apache/brpc.git

Please join me in celebrating!

[1] https://incubator.apache.org/guides/transferring.html#life_after_graduation
[2] https://github.com/apache/brpc/issues/2078
[3] https://issues.apache.org/jira/browse/INFRA-24070
[4] https://github.com/apache/brpc

Best regards,
Weibing Wang

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org