-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
With graalvm-ce-19.0.0 I get
...
Caused by: java.nio.charset.UnsupportedCharsetException: UTF-32BE
at java.nio.charset.Charset.forName(Charset.java:531)
at okhttp3.internal.Util.<clinit>(Util.java:75)
at com.oracle.svm.core.hub.ClassInitializationInfo.invokeClassInitializer(ClassInitializationInfo.java:347)
at com.oracle.svm.core.hub.ClassInitializationInfo.initialize(ClassInitializationInfo.java:267)
Which I did not have with the RC candidates...
Is it a regression or a feature? Any workaround?
https://github.com/square/okhttp/blob/5cfa0bb3e6d1cdba89761806ff6999f59a15c0eb/okhttp/src/main/java/okhttp3/internal/Util.java#L84
did not change in my tests between RCs and 19.0.0.
Reactions are currently unavailable