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
Is there missing native image configuration for one of the extension in this repository ?
By the way, Google tries to manage native image configuration in each library, reflective access should be handle on their side so you can open an issue upstream so it will be available for everyone and not just Quarkus users
Great, I'll close it as dependabot will create an update PR when the issue is fixed upstream.
Please re-open it if something has to be done at our side except a dependency upgrade.
Firebase notifications with native image didn't otherwise work.
Ended up adding entries for the following classes to reflection-config.json:
Message.class
Notification.class,
AndroidConfig.class,
AndroidNotification.class,
AndroidFcmOptions.class,
WebpushConfig.class,
WebpushFcmOptions.class,
WebpushNotification.class,
ApnsConfig.class,
ApnsFcmOptions.class,
ApsAlert.class,
FcmOptions.class,
MessagingServiceResponse.class
The text was updated successfully, but these errors were encountered: