Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Optional Property #151

Merged
merged 2 commits into from
Nov 20, 2024
Merged

Optional Property #151

merged 2 commits into from
Nov 20, 2024

Conversation

vazarkevych
Copy link
Collaborator

In Java, we have an issue where a feature with a forced rule for a JSON type cannot be evaluated when it has a null default value. Previously, an optional field and a field defined as null were always treated the same (null). Now, I have implemented the ability to deserialize the optional field properly.

@vazarkevych vazarkevych changed the title OptionalProperty Optional Property Nov 12, 2024
# Conflicts:
#	GrowthBook/src/commonMain/kotlin/com/sdk/growthbook/evaluators/GBFeatureEvaluator.kt
@vazarkevych vazarkevych merged commit 2cf4428 into release/1.1.63 Nov 20, 2024
2 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants