From caf39d774fe7fcf69d5776a3be6af7665bfb1cea Mon Sep 17 00:00:00 2001 From: Dmitri Plotnikov Date: Tue, 26 May 2026 14:53:34 -0700 Subject: [PATCH] Repo move announcement PiperOrigin-RevId: 921698756 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 78e38961f..88a69ee85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Common Expression Language for Java +> [!WARNING] +> **On June 16, 2026, this repository will move to +> github.com/cel-expr/cel-java!** +> +> Please update your links and dependencies. See the [pinned +> issue](https://github.com/google/cel-java/issues/1066) for details. + The Common Expression Language (CEL) is a non-Turing complete language designed for simplicity, speed, safety, and portability. CEL's C-like [syntax][1] looks nearly identical to equivalent expressions in C++, Go, Java, and TypeScript.