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
fix: register layout as beans for native build hints (#23006) (#23025)
Layout classes referenced by Vaadin routes are instantiated
programmatically and they might contain annotation managed by Spring
like `@PostConstruct`.
This change discovers and registers layout classes as beans during AOT
processing so that related information are available for native build.
Fixes#23005
Co-authored-by: Marco Collovati <marco@vaadin.com>
Copy file name to clipboardExpand all lines: vaadin-spring/src/main/java/com/vaadin/flow/spring/springnative/VaadinBeanFactoryInitializationAotProcessor.java
0 commit comments