Updating Quarkus Version 2 to 3 works locally but throws RuntimeException in Kubernetes pod with IllegalAccessError
I’m experiencing an issue with my Quarkus 3 application when I update from Quarkus 2. It builds and runs successfully on my local machine, but when deployed to a Kubernetes pod I get a RuntimeException. I only get this error after I updated to quarkus 3. With quarkus 2 the deployment still works and quarkus runs on the kubernetes pod. It fails with the following error:
Updating Quarkus Version 2 to 3 works locally but throws RuntimeException in Kubernetes pod with IllegalAccessError
I’m experiencing an issue with my Quarkus 3 application when I update from Quarkus 2. It builds and runs successfully on my local machine, but when deployed to a Kubernetes pod I get a RuntimeException. I only get this error after I updated to quarkus 3. With quarkus 2 the deployment still works and quarkus runs on the kubernetes pod. It fails with the following error: