You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the issue
After the upgrade to Quarkus 2.7.0 and maven 3.8.3, graphql-ui show a  on each line and near the cursor.
It happens only on window local environment, there is no issue when we deploy it into a kubernetes container.
I'm trying to reproduce this on my Windows machine that also uses CP1252, but I'm not successful.
I tried compiling and running the application there,
I also tried compiling and running it on the linux/UTF8 machine but accessing it from the Windows machine,
but no luck. We might need some more info, like your pom.xml, or built jar files,....
@phillip-kruger@jmartisk I wonder if it could be that we are not sending proper encoding headers anymore for these resources. That could explain that you have different behaviors depending on the default encoding of the browser.
Describe the issue
After the upgrade to Quarkus 2.7.0 and maven 3.8.3, graphql-ui show a  on each line and near the cursor.
It happens only on window local environment, there is no issue when we deploy it into a kubernetes container.
Environment info
$ mvn -v Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) Java version: 11.0.7, vendor: Oracle Corporation, runtime: *** Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
Is there anyway to handle this?
The text was updated successfully, but these errors were encountered: