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

Increase support to reflection use in native images #947

Open
danielcamargoeti opened this issue Sep 29, 2022 · 0 comments
Open

Increase support to reflection use in native images #947

danielcamargoeti opened this issue Sep 29, 2022 · 0 comments

Comments

@danielcamargoeti
Copy link

danielcamargoeti commented Sep 29, 2022

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

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