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
ImportAware in BeanRegistrar is not supported for native image,throwing the following exception: java.io.FileNotFoundException: class path resource [Main.class] cannot be opened because it does not exist. #36242
Cause:
The generated AOT code uses CachingMetadataReaderFactory to read class files from resource files, but these files are not available in the native image context.