File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
vaadin-spring/src/main/java/com/vaadin/flow/spring/springnative Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 17
17
import org .springframework .core .io .ClassPathResource ;
18
18
19
19
import com .vaadin .flow .di .LookupInitializer ;
20
+ import com .vaadin .flow .router .MenuData ;
20
21
import com .vaadin .flow .router .internal .DefaultErrorHandler ;
22
+ import com .vaadin .flow .server .menu .AvailableViewInfo ;
23
+ import com .vaadin .flow .server .menu .RouteParamType ;
21
24
22
25
/**
23
26
* Registers runtime hints for Spring 3 native support.
@@ -106,7 +109,9 @@ private String[] getClasses() {
106
109
"org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter" ,
107
110
"org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper" ,
108
111
"com.fasterxml.jackson.databind.ser.std.ToStringSerializer" ,
109
- DefaultErrorHandler .class .getName () };
112
+ DefaultErrorHandler .class .getName (), MenuData .class .getName (),
113
+ AvailableViewInfo .class .getName (),
114
+ RouteParamType .class .getName () };
110
115
}
111
116
112
117
}
You can’t perform that action at this time.
0 commit comments