Skip to content
Snippets Groups Projects
Commit 0826dce9 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

Merge branch 'marcburnie-master-patch-99415' into 'master'

fix: enabling mapping boolean to string fix for AWS

See merge request !879
parents 03a02d48 0c37fc9b
No related branches found
No related tags found
1 merge request!879fix: enabling mapping boolean to string fix for AWS
Pipeline #313797 failed
......@@ -85,7 +85,7 @@ spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.Sec
# Feature flag settings
featureFlag.strategy=appProperty
featureFlag.mapBooleanToString.enabled=false
featureFlag.mapBooleanToString.enabled=true
featureFlag.asIngestedCoordinates.enabled=true
featureFlag.keywordLower.enabled=true
featureFlag.bagOfWords.enabled=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment