Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescription
AntPathRequestMatcheris deprecated and marked for removal. This method is deprecated without direct replacement; usePathPatternRequestMatcherinstead.useRequestUtil.isAnonymousHillaRoute(HttpServletRequest)to match requests to Hilla views that do not require authenticationAntPathRequestMatcheris deprecated and marked for removal. This method is deprecated without direct replacement; usePathPatternRequestMatcherinstead.usehttp.with(new VaadinStatelessSecurityConfigurer(), customizer)instead.ASecurityContextHolderStrategyimplementation is now automatically provided bySpringSecurityAutoConfigurationand it is no more necessary to import this configuration class, which is now no-op. The default strategy implementation isVaadinAwareSecurityContextHolderStrategyand can be overridden by providing a custom bean.
-
Deprecated ClassesClassDescriptionA
SecurityContextHolderStrategyimplementation is now automatically provided bySpringSecurityAutoConfigurationand it is no more necessary to import this configuration class, which is now no-op. The default strategy implementation isVaadinAwareSecurityContextHolderStrategyand can be overridden by providing a custom bean.
-
Deprecated MethodsMethodDescription
AntPathRequestMatcheris deprecated and marked for removal. This method is deprecated without direct replacement; usePathPatternRequestMatcherinstead.useRequestUtil.isAnonymousHillaRoute(HttpServletRequest)to match requests to Hilla views that do not require authenticationAntPathRequestMatcheris deprecated and marked for removal. This method is deprecated without direct replacement; usePathPatternRequestMatcherinstead.usehttp.with(new VaadinStatelessSecurityConfigurer(), customizer)instead.