Clone this repo:
  1. 8b90d74 Test with Bazel 9 on both CI and BCR by Xùdōng Yáng · 2 weeks ago upstream/main v0.0.10
  2. 95abac4 Leave .bazelversion symlinks out of archive (#22) by Mike Bland · 3 weeks ago
  3. 8e008d5 Bump protobuf-java and protobuf-java-util from 4.31.1 to 4.33.1 (#18) by Nico Semko · 8 weeks ago v0.0.9
  4. dfae991 update BCR presubmit to match flags in .bazelrc (#17) by Xùdōng Yáng · 9 weeks ago v0.0.8
  5. 81972ae Copy over upstream changes to WorkRequestHandlerTest (#16) by Xùdōng Yáng · 9 weeks ago

Bazel Persistent Worker API

This repository contains the code for Bazel's Persistent Worker API.

There are two Bazel modules in this repository:

  • proto: contains the bare protocol buffers for the worker API.
  • java: contains a simple Java wrapper library.