quarkiverse / quarkus-cxf

Quarkus CXF Extension to support SOAP based web services.
Apache License 2.0
78 stars 60 forks source link

XmlSchemaValidationTest fails on the different language settings #1328

Closed ppalaga closed 6 months ago

ppalaga commented 6 months ago

fix #1327

shumonsharif commented 6 months ago

@ppalaga I took a quick look here, I believe the LANG environment variable is Unix/Linux specific, and this fix won't work on Windows. Is there a reason to avoid the Java args: -Duser.language=en -Duser.country=US which should have the same effect while being cross platform?

ppalaga commented 6 months ago

Thanks for the hint @shumonsharif , tried with those sysprops but if the env has LANG=zh_CN.utf-8 the env wins. So I am keeping both.