Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UTF-7 not supported on a spring application in docker #2

Open
waldi5001 opened this issue May 23, 2024 · 0 comments
Open

UTF-7 not supported on a spring application in docker #2

waldi5001 opened this issue May 23, 2024 · 0 comments

Comments

@waldi5001
Copy link

As a note about this post: https://stackoverflow.com/questions/77542362

Loading Charset are only allowed at the System Classloader. Usage of the -Xbootclasspath helps in our case.

See: https://bugs.openjdk.org/browse/JDK-4619777
https://hg.openjdk.org/jdk8u/jdk8u/jdk/file/7bdd8c20b8b3/src/share/classes/java/nio/charset/Charset.java#l340
https://github.com/openjdk/jdk/blob/master/src/java.base/share/classes/java/nio/charset/Charset.java#L355

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant