File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ TRUTH_VERSION = "1.4.4"
4646
4747PROTOBUF_JAVA_VERSION = "4.33.5"
4848
49- CEL_VERSION = "0.12.0-SNAPSHOT "
49+ CEL_VERSION = "0.12.0"
5050
5151# Compile only artifacts
5252[
Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
5555<dependency >
5656 <groupId >dev.cel</groupId >
5757 <artifactId >cel</artifactId >
58- <version >0.11.1 </version >
58+ <version >0.12.0 </version >
5959</dependency >
6060```
6161
6262** Gradle**
6363
6464``` gradle
65- implementation 'dev.cel:cel:0.11.1 '
65+ implementation 'dev.cel:cel:0.12.0 '
6666```
6767
6868Then run this example:
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ RUNTIME_TARGETS = [
3131 "//runtime/src/main/java/dev/cel/runtime:base" ,
3232 "//runtime/src/main/java/dev/cel/runtime:interpreter" ,
3333 "//runtime/src/main/java/dev/cel/runtime:late_function_binding" ,
34+ "//runtime/src/main/java/dev/cel/runtime:runtime_experimental_factory" ,
3435 "//runtime/src/main/java/dev/cel/runtime:runtime_factory" ,
3536 "//runtime/src/main/java/dev/cel/runtime:runtime_helpers" ,
3637 "//runtime/src/main/java/dev/cel/runtime:runtime_legacy_impl" ,
@@ -123,6 +124,7 @@ EXTENSION_TARGETS = [
123124# keep sorted
124125BUNDLE_TARGETS = [
125126 "//bundle/src/main/java/dev/cel/bundle:cel" ,
127+ "//bundle/src/main/java/dev/cel/bundle:cel_experimental_factory" ,
126128 "//bundle/src/main/java/dev/cel/bundle:environment" ,
127129 "//bundle/src/main/java/dev/cel/bundle:environment_yaml_parser" ,
128130]
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414"""Maven artifact version for CEL."""
15- CEL_VERSION = "0.12.0-SNAPSHOT "
15+ CEL_VERSION = "0.12.0"
You can’t perform that action at this time.
0 commit comments