Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading