Merge branch 'feature/RED-10125' into 'release/4.348.x'

RED-10125: fix Normalizer in drools

See merge request redactmanager/redaction-service!540
This commit is contained in:
Kilian Schüttler 2024-10-15 10:47:18 +02:00
commit 3de0bcf99c

View File

@ -108,6 +108,7 @@ tasks.named<BootBuildImage>("bootBuildImage") {
"BPE_APPEND_JAVA_TOOL_OPTIONS",
"-XX:MaxMetaspaceSize=1g -Dfile.encoding=UTF-8 -Dkie.repository.project.cache.size=50 -Dkie.repository.project.versions.cache.size=5"
)
environment.put("BPE_DEFAULT_LANG", "en_US.utf8") // java.text.Normalizer does not care for file.encoding
imageName.set("nexus.knecon.com:5001/red/${project.name}")// must build image with same name always, otherwise the builder will not know which image to use as cache. DO NOT CHANGE!
if (project.hasProperty("buildbootDockerHostNetwork")) {