Liran M
48a196c50d
fix: missing targeting key should return null ( #849 )
...
* missing targeting key should return null
Problem:
getTargetingKey of missing targeting key causing NullPointerException
Solution:
getTargetingKey of missing targeting key returns null
Signed-off-by: liran2000 <liran2000@gmail.com>
* add MutableContextTest for test coverage
Signed-off-by: liran2000 <liran2000@gmail.com>
---------
Signed-off-by: liran2000 <liran2000@gmail.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
2024-03-22 10:41:56 -04:00
Kavindu Dodanduwa
f7a9d57421
fix: improve targetingKey handling in the context ( #805 )
...
improve targeting key handling
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
2024-02-14 15:17:58 -08:00
Thiyagu GK
d78c99ce16
feat: remove the deprecated setTargetingKey method in EvaluationContext. ( #290 )
...
remove the deprecated setTargetingKey method in EvaluationContext.
Signed-off-by: thiyagu06 <thiyagu103@gmail.com>
2023-02-10 15:32:34 -05:00
Javier Collado
bd4e12e16f
fix: MutableContext and ImmutableContext merge are made recursive ( #280 )
...
MutableContext and ImmutableContext merge are made recursive
Signed-off-by: Javier Collado <javicv@gmail.com>
Co-authored-by: Thiyagu GK <thiyagu103@gmail.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
2023-02-08 12:22:43 -05:00
Thiyagu GK
6c14d87c2e
feat: added implementation of immutable evaluation context ( #210 )
...
added immutable context implementation
Signed-off-by: thiyagu06 <thiyagu103@gmail.com>
Co-authored-by: Todd Baert <toddbaert@gmail.com>
2023-01-30 23:29:50 -05:00