Skip to content

Increase support to reflection use in native images #947

Closed
@danielcamargoeti

Description

@danielcamargoeti

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions