|
1 | 1 | # Common Expression Language for Java |
2 | 2 |
|
3 | | -> [!WARNING] |
4 | | -> **On June 16, 2026, this repository will move to |
5 | | -> github.com/cel-expr/cel-java!** |
6 | | -> |
7 | | -> Please update your links and dependencies. See the [pinned |
8 | | -> issue](https://github.com/google/cel-java/issues/1066) for details. |
9 | | -
|
10 | 3 | The Common Expression Language (CEL) is a non-Turing complete language designed |
11 | 4 | for simplicity, speed, safety, and portability. CEL's C-like [syntax][1] looks |
12 | 5 | nearly identical to equivalent expressions in C++, Go, Java, and TypeScript. |
@@ -389,8 +382,8 @@ Released under the [Apache License](LICENSE). |
389 | 382 | [4]: https://github.com/google/re2j |
390 | 383 | [5]: https://github.com/protocolbuffers/protobuf/tree/master/java |
391 | 384 | [6]: https://github.com/antlr/antlr4/tree/master/runtime/Java |
392 | | -[7]: https://github.com/google/cel-java/issues |
| 385 | +[7]: https://github.com/cel-expr/cel-java/issues |
393 | 386 | [8]: https://search.maven.org/search?q=g:dev.cel |
394 | | -[9]: https://github.com/google/cel-java/blob/main/compiler/src/main/java/dev/cel/compiler/CelCompilerBuilder.java |
395 | | -[10]: https://github.com/google/cel-spec/blob/master/doc/langdef.md#macros |
396 | | -[11]: https://github.com/google/cel-java/blob/main/extensions/src/main/java/dev/cel/extensions/README.md |
| 387 | +[9]: https://github.com/cel-expr/cel-java/blob/main/compiler/src/main/java/dev/cel/compiler/CelCompilerBuilder.java |
| 388 | +[10]: https://github.com/cel-expr/cel-spec/blob/master/doc/langdef.md#macros |
| 389 | +[11]: https://github.com/cel-expr/cel-java/blob/main/extensions/src/main/java/dev/cel/extensions/README.md |
0 commit comments