openjdk-17 Questions

11

Solved

Getting the following error, after adding Lombok lib An error has occurred. See error log for more details. Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lan...
Protostele asked 17/9, 2021 at 5:20

4

I have a Spring Feign client which is sending POJO object to remote endpoint using POST and my application start-up fails with below exceptions. java.lang.reflect.InaccessibleObjectException: Unabl...
Teleutospore asked 6/10, 2021 at 2:26

1

Solved

tl,dr; Is there a native Java17 solution to generate self-signed certificate, either via standard library (very unlikely) or some slim, lightweight library? There is a similar question (Access `sun...
Subjectify asked 11/3, 2022 at 16:52

1

Solved

The default algo for RandomGenerator ie. L32X64MixRandom as of JDK 18 (available since 17), generates the same number each time on individual invocations. jshell> java.util.random.RandomGenerato...
Inharmonious asked 6/5, 2022 at 19:18

1

Solved

This is the current Github for JDK 11 and works fine. I have migrated my project to JDK 17. It works fine locally but breaks in Github workflows. I don't know how can I fix it? .github\workflows\do...
Holoenzyme asked 29/4, 2022 at 8:10

2

Solved

I have an java app (JDK13) running in a docker container. Recently I moved the app to JDK17 (OpenJDK17) and found a gradual increase of memory usage by docker container. During investigation I foun...
Torquemada asked 14/1, 2022 at 11:33

1

Solved

I used Java 16 to make requests to an API over HTTP. To speed this up overall, I've loaded this onto a custom ForkJoinPool. I've compiled a reproducing example below. Since moving to Java 17 (openj...
Manager asked 29/10, 2021 at 12:2

1

I have a Java FX project and upgraded the project to JDK 17 using the following Azul Zulu Build of OpenJDK with JavaFX https://www.azul.com/downloads/?os=windows&package=jdk-fx Does anyone have...
Suffering asked 19/10, 2021 at 15:0
1

© 2022 - 2024 — McMap. All rights reserved.