Clone this repo:
  1. 8e008d5 Bump protobuf-java and protobuf-java-util from 4.31.1 to 4.33.1 (#18) by Nico Semko · 11 days ago upstream/main v0.0.9
  2. dfae991 update BCR presubmit to match flags in .bazelrc (#17) by Xùdōng Yáng · 2 weeks ago v0.0.8
  3. 81972ae Copy over upstream changes to WorkRequestHandlerTest (#16) by Xùdōng Yáng · 2 weeks ago
  4. ff5cb90 Make sure bazel_worker_java always depends on a synced version of bazel_worker_api (#15) by Xùdōng Yáng · 2 weeks ago v0.0.7
  5. 685d822 bazel HEAD compatibility fixes (#12) by Ted · 2 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.