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
My first contact with the issue is described in this post.
As I was making changes trying to build a Quarkus native image for a Lambda App, I noticed that some classes that need to be registered for reflection were not public.
My first contact with the issue is described in this post.
As I was making changes trying to build a Quarkus native image for a Lambda App, I noticed that some classes that need to be registered for reflection were not public.
com.google.api.client.auth.openidconnect.IdTokenVerifier (public)
com.google.api.client.auth.openidconnect.IdTokenVerifier.PublicKeyLoader (package protected)
com.google.api.client.auth.openidconnect.IdTokenVerifier.PublicKeyLoader.JsonWebKeySet
com.google.api.client.auth.openidconnect.IdTokenVerifier.PublicKeyLoader.JsonWebKey
The text was updated successfully, but these errors were encountered: