CEL-Java 0.4.0
Version 0.4.0
44 commits since 0.3.21
Changes
- Changes in many types (in
o.p.c.common.types.*T
classes) to automatically convert between numeric and null types.- equal and compare with a null and a non-null type no longer fail, but return
False
- equal and compare between different numeric types no longer fail, but return "the right" result
- this includes that numeric CEL map keys can be heterogenous, e.g. an
int
can be retrieved using anuint
ordouble
key
- equal and compare with a null and a non-null type no longer fail, but return
- Fix retrieval of milliseconds from
Duration
- must only return the milliseconds within the second