Changes since 25.0.1
Fixes
-
Register reflection and resource hints for error handlers in native builds (#23054)
Commit · Pull request · IssueExtract and register exception types from HasErrorParameter generic parameter for reflection. Register resource hints for ClassPathScanner to discover error handler classes at runtime in GraalVM native images.
-
Add missing reflection hints for type used with ReflectTools (#23059)
Commit · Pull request · IssueWebComponentExporter, I18NProvider, and MenuAccessControl might be instantiated via ReflectTools.createInstance and were missing reflection hints in VaadinBeanFactoryInitializationAotProcessor, which could cause issues at runtime in native executables.