Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help

Deprecated API

Contents

  • Terminally Deprecated
  • Interfaces
  • Classes
  • Fields
  • Methods
  • Constructors
  • Terminally Deprecated Elements
    Element
    Description
    com.vaadin.collaborationengine.AbstractCollaborationManager(UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.FormManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationMessagePersister, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.PresenceManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.SystemConnectionContext(CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setCancelButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setConfirmButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setHeader(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setRejectButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setText(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.grid.GridTester.getFooterCell(int)
    Use AbstractColumn.getFooterText() or AbstractColumn.getFooterComponent() directly
    com.vaadin.flow.component.html.Label
    Use NativeLabel instead, if you need the HTML <label> element, which is normally not needed within a Vaadin Flow application's high-level components. To use a Label that works in the older style of Vaadin 8 or Java Swing, and can be used both to label a component and to display loose text, an alternative is the Label available in Classic Components. This Label component / <label> element is not meant for loose text in the page - it should only be coupled with another component by using the Label.setFor(Component) or by adding them to it with the HasComponents.add(Component...) method, for example if you use Input.
    com.vaadin.flow.component.html.testbench.LabelElement
    Use NativeLabelElement instead.
    com.vaadin.flow.server.auth.ViewAccessChecker
    for annotation based view security use NavigationAccessControl with AnnotatedViewAccessChecker.
    com.vaadin.flow.server.frontend.Options.isEnableWebpackConfigUpdate()
    use Options.isEnableConfigUpdate()
    com.vaadin.flow.server.frontend.Options.withWebpack(File, File)
    to be removed, use Options.withBuildResultFolders(File, File) instead.
    com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.setSharedObjects(HttpSecurity)
    to be removed. There is no direct replacement for this method. Shared object setup must be done along with other required configurations by calling VaadinStatelessSecurityConfigurer.apply(HttpSecurity, Customizer).
    com.vaadin.flow.spring.security.VaadinWebSecurity.getViewAccessChecker()
    ViewAccessChecker is not used anymore by VaadinWebSecurity, and has been replaced by NavigationAccessControl. Calling this method will get a stub implementation that delegates to the NavigationAccessControl instance.
    com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
    ViewAccessChecker has been replaced by NavigationAccessControl.
    com.vaadin.flow.spring.SpringVaadinSession
    No replacement planned
    com.vaadin.flow.spring.SpringViewAccessChecker
    ViewAccessChecker has been replaced by NavigationAccessControl.
    com.vaadin.flow.spring.VaadinConfigurationProperties.getBlacklistedPackages()
    use VaadinConfigurationProperties.getBlockedPackages()
    com.vaadin.flow.spring.VaadinConfigurationProperties.getWhitelistedPackages()
    use VaadinConfigurationProperties.getAllowedPackages()
    com.vaadin.flow.spring.VaadinConfigurationProperties.setBlacklistedPackages(List<String>)
    use VaadinConfigurationProperties.setBlockedPackages(List)
    com.vaadin.flow.spring.VaadinConfigurationProperties.setWhitelistedPackages(List<String>)
    use VaadinConfigurationProperties.setAllowedPackages(List)
    com.vaadin.testbench.ElementQuery.AttributeMatch(String, String, String)
    use AttributeMatch(String, Comparison, String)
  • Deprecated Interfaces
    Interface
    Description
    com.vaadin.flow.component.template.internal.DeprecatedPolymerPublishedEventHandler
    Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
    com.vaadin.flow.component.template.internal.DeprecatedPolymerTemplate
    Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
    com.vaadin.flow.component.textfield.HasPrefixAndSuffix
    since Vaadin 24, use HasPrefix and HasSuffix interfaces instead.
  • Deprecated Classes
    Class
    Description
    com.vaadin.flow.component.html.Label
    Use NativeLabel instead, if you need the HTML <label> element, which is normally not needed within a Vaadin Flow application's high-level components. To use a Label that works in the older style of Vaadin 8 or Java Swing, and can be used both to label a component and to display loose text, an alternative is the Label available in Classic Components. This Label component / <label> element is not meant for loose text in the page - it should only be coupled with another component by using the Label.setFor(Component) or by adding them to it with the HasComponents.add(Component...) method, for example if you use Input.
    com.vaadin.flow.component.html.testbench.LabelElement
    Use NativeLabelElement instead.
    com.vaadin.flow.internal.BrowserLiveReloadAccess
    Use BrowserLiveReloadAccessor instead
    com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
    Polymer template support is deprecated - we recommend you to use LitTemplate instead. Read more details from the Vaadin blog.
    com.vaadin.flow.server.auth.ViewAccessChecker
    for annotation based view security use NavigationAccessControl with AnnotatedViewAccessChecker.
    com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
    ViewAccessChecker has been replaced by NavigationAccessControl.
    com.vaadin.flow.spring.SpringVaadinSession
    No replacement planned
    com.vaadin.flow.spring.SpringViewAccessChecker
    ViewAccessChecker has been replaced by NavigationAccessControl.
  • Deprecated Fields
    Field
    Description
    com.vaadin.flow.dom.ElementConstants.ARIA_LABEL_PROPERTY_NAME
    use ElementConstants.ARIA_LABEL_ATTRIBUTE_NAME instead
    com.vaadin.flow.server.frontend.NodeUpdater.DEP_NAME_FLOW_DEPS
    com.vaadin.flow.server.frontend.NodeUpdater.DEP_NAME_FLOW_JARS
    com.vaadin.flow.server.InitParameters.SERVLET_PARAMETER_ENABLE_DEV_SERVER
  • Deprecated Methods
    Method
    Description
    com.vaadin.collaborationengine.CollaborationBinder.bind(HasValue<?, FIELDVALUE>, ValueProvider<BEAN, FIELDVALUE>, Setter<BEAN, FIELDVALUE>)
    The method does not work with the collaboration binder. Use CollaborationBinder.bind(HasValue, String) instead.
    com.vaadin.collaborationengine.CollaborationBinder.getBean()
    This operation, along with CollaborationBinder.setBean(Object), is not supported by the collaboration binder. Instead of CollaborationBinder.setBean(Object), you can provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>), and write the values back to the bean using Binder.writeBean(BEAN).
    com.vaadin.collaborationengine.CollaborationBinder.readBean(BEAN)
    This operation is not supported by the collaboration binder. You can instead provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>) to avoid overriding currently edited values. If you explicitly want to reset the field values for every user currently editing the fields, you can use CollaborationBinder.reset(BEAN).
    com.vaadin.collaborationengine.CollaborationBinder.setBean(BEAN)
    This operation is not supported by the collaboration binder. You can instead provide the bean for populating the fields using CollaborationBinder.setTopic(java.lang.String, com.vaadin.flow.function.SerializableSupplier<BEAN>), and write the values back to the bean using Binder.writeBean(BEAN).
    com.vaadin.flow.component.charts.model.AbstractSeriesItem.setX(Date)
    as of 4.0. Use AbstractSeriesItem.setX(Instant)
    com.vaadin.flow.component.charts.model.AreaOptions.setPointStart(Date)
    as of 4.0. Use AreaOptions.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.Breaks.setFrom(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.Breaks.setTo(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.OhlcOptions.setPointStart(Date)
    as of 4.0. Use OhlcOptions.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotBand.setFrom(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotBand.setTo(Date)
    as of 4.0. Use #setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsArea.setPointStart(Date)
    as of 4.0. Use PlotOptionsArea.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsArearange.setPointStart(Date)
    as of 4.0. Use PlotOptionsArearange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsAreaspline.setPointStart(Date)
    as of 4.0. Use PlotOptionsAreaspline.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange.setPointStart(Date)
    as of 4.0. Use PlotOptionsAreasplinerange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBar.setPointStart(Date)
    as of 4.0. Use PlotOptionsBar.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBoxplot.setPointStart(Date)
    as of 4.0. Use PlotOptionsBoxplot.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsBubble.setPointStart(Date)
    as of 4.0. Use PlotOptionsBubble.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsCandlestick.setPointStart(Date)
    as of 4.0. Use PlotOptionsCandlestick.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsColumn.setPointStart(Date)
    as of 4.0. Use PlotOptionsColumn.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsColumnrange.setPointStart(Date)
    as of 4.0. Use PlotOptionsColumnrange.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsErrorbar.setPointStart(Date)
    as of 4.0. Use PlotOptionsErrorbar.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsLine.setPointStart(Date)
    as of 4.0. Use PlotOptionsLine.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsOhlc.setPointStart(Date)
    as of 4.0. Use PlotOptionsOhlc.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsPolygon.setPointStart(Date)
    as of 4.0. Use PlotOptionsPolygon.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsScatter.setPointStart(Date)
    as of 4.0. Use PlotOptionsScatter.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsSeries.setPointStart(Date)
    as of 4.0. Use PlotOptionsSeries.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsSpline.setPointStart(Date)
    as of 4.0. Use PlotOptionsSpline.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PlotOptionsWaterfall.setPointStart(Date)
    as of 4.0. Use PlotOptionsWaterfall.setPointStart(Instant)
    com.vaadin.flow.component.charts.model.PointOptions.setPointStart(Date)
    com.vaadin.flow.component.charts.util.Util.toHighchartsTS(Date)
    as of 4.0. Use Util.toHighchartsTS(Instant)
    com.vaadin.flow.component.charts.util.Util.toServerDate(double)
    as of 4.0. Use Util.toServerInstant(double)
    com.vaadin.flow.component.combobox.ComboBoxBase.setItems(InMemoryDataProvider<TItem>)
    does not work so don't use
    com.vaadin.flow.component.Component.getTranslation(Object, Locale, Object...)
    Use Component.getTranslation(Locale, String, Object...) instead
    com.vaadin.flow.component.Component.getTranslation(String, Locale, Object...)
    Use Component.getTranslation(Locale, String, Object...) instead
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.add(Component...)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.add(String)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.add(Collection<Component>)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.addComponentAsFirst(Component)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.addComponentAtIndex(int, Component)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.getComponentAt(int)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.getComponentCount()
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.indexOf(Component)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.remove(Component...)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.remove(Collection<Component>)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.removeAll()
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.replace(Component, Component)
    since v24.4, not supported
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setCancelButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setConfirmButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setHeader(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setRejectButton(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.confirmdialog.ConfirmDialog.setText(Element)
    Usage of Element API at Component level should be avoided
    com.vaadin.flow.component.crud.BinderCrudEditor.getView()
    This method should not be used outside.
    com.vaadin.flow.component.details.Details.addContent(Component...)
    since v24.2, use HasComponents.add(Component...) instead.
    com.vaadin.flow.component.details.Details.setContent(Component)
    since v24.2, use Details.removeAll() and HasComponents.add(Component...) instead.
    com.vaadin.flow.component.grid.Grid.createColumn(Renderer<T>, String)
    This method should not be used outside. Grid.getDefaultColumnFactory() should be used instead.
    com.vaadin.flow.component.grid.GridTester.getFooterCell(int)
    Use AbstractColumn.getFooterText() or AbstractColumn.getFooterComponent() directly
    com.vaadin.flow.component.grid.GridTester.getHeaderCell(int)
    Use AbstractColumn.getHeaderText() or AbstractColumn.getHeaderComponent()
    com.vaadin.flow.component.internal.ComponentTracker.Location.findJavaFile(AbstractConfiguration)
    use findSourceFile
    com.vaadin.flow.component.richtexteditor.RichTextEditor.getHtmlValue()
    since v24 the RichTextEditor uses the HTML value by default. Use RichTextEditor.getValue() instead.
    com.vaadin.flow.component.ShortcutRegistration.getOwner()
    This component has now multiple owners so this method has been replaced by #getOwners().
    com.vaadin.flow.component.tabs.Tabs.add(Component...)
    since 24.0, use Tabs.add(Tab...) instead.
    com.vaadin.flow.component.tabs.Tabs.addComponentAsFirst(Component)
    since 24.0, use Tabs.addTabAsFirst(Tab) instead.
    com.vaadin.flow.component.tabs.Tabs.addComponentAtIndex(int, Component)
    since 24.0, use Tabs.addTabAtIndex(int, Tab) instead.
    com.vaadin.flow.component.tabs.Tabs.getComponentAt(int)
    since 24.0, use Tabs.getTabAt(int) instead.
    com.vaadin.flow.component.tabs.Tabs.indexOf(Component)
    since 24.0, use Tabs.indexOf(Tab) instead.
    com.vaadin.flow.component.tabs.Tabs.remove(Component...)
    since 24.0, use Tabs.remove(Tab...) instead.
    com.vaadin.flow.component.tabs.Tabs.replace(Component, Component)
    since 24.0, use Tabs.replace(Tab, Tab) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.getGenericDataView()
    not supported
    com.vaadin.flow.component.treegrid.TreeGrid.getLazyDataView()
    not supported
    com.vaadin.flow.component.treegrid.TreeGrid.getListDataView()
    not supported
    com.vaadin.flow.component.treegrid.TreeGrid.scrollToItem(T)
     
    com.vaadin.flow.component.treegrid.TreeGrid.setDataProvider(DataProvider<T, ?>)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.setItems(BackEndDataProvider<T, Void>)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.setItems(CallbackDataProvider.FetchCallback<T, Void>)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.setItems(ListDataProvider<T>)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.setItems(Collection<T>)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.treegrid.TreeGrid.setItems(T...)
    use TreeGrid.setDataProvider(HierarchicalDataProvider), HasHierarchicalDataProvider.setItems(Collection, ValueProvider), HasHierarchicalDataProvider.setItems(Stream, ValueProvider) or HasHierarchicalDataProvider.setTreeData(TreeData) instead.
    com.vaadin.flow.component.UI.connectClient(String, String, String, JsonValue, String)
    (forRemoval=true) method is not enabled for client side anymore and connectClient is triggered by DOM event, to be removed in next major 25
    com.vaadin.flow.component.UI.doInit(VaadinRequest, int)
    Use UI.doInit(VaadinRequest, int, String) instead
    com.vaadin.flow.component.UI.getRouter()
    For internal use only. Will be removed in the future.
    com.vaadin.flow.component.UI.leaveNavigation(String, String)
    (forRemoval=true) method is not enabled for client side anymore and leave navigation is triggered by DOM event, to be removed in next major 25
    com.vaadin.flow.component.upload.Upload.fireUpdateProgress(long, long)
    since 24.4. Use Upload.fireUpdateProgress(long, long, String)
    com.vaadin.flow.router.LocationUtil.parsePathToSegments(String)
    use LocationUtil.parsePathToSegments(String, boolean)
    com.vaadin.flow.server.AbstractConfiguration.frontendHotdeploy()
    Use AbstractConfiguration.getMode() instead
    com.vaadin.flow.server.frontend.CssBundler.inlineImports(File, File)
    this method does not resolve theme assets, use CssBundler.inlineImports(File, File, JsonObject) instead.
    com.vaadin.flow.server.frontend.Options.enableNpmFileCleaning(boolean)
    com.vaadin.flow.server.frontend.Options.isEnableWebpackConfigUpdate()
    use Options.isEnableConfigUpdate()
    com.vaadin.flow.server.frontend.Options.withWebpack(File, File)
    to be removed, use Options.withBuildResultFolders(File, File) instead.
    com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier.modify(List<String>, boolean)
    use TypeScriptBootstrapModifier.modify(List, boolean, ThemeDefinition) instead
    com.vaadin.flow.server.frontend.TypeScriptBootstrapModifier.modify(List<String>, boolean, ThemeDefinition)
    com.vaadin.flow.spring.security.stateless.VaadinStatelessSecurityConfigurer.setSharedObjects(HttpSecurity)
    to be removed. There is no direct replacement for this method. Shared object setup must be done along with other required configurations by calling VaadinStatelessSecurityConfigurer.apply(HttpSecurity, Customizer).
    com.vaadin.flow.spring.security.VaadinWebSecurity.getViewAccessChecker()
    ViewAccessChecker is not used anymore by VaadinWebSecurity, and has been replaced by NavigationAccessControl. Calling this method will get a stub implementation that delegates to the NavigationAccessControl instance.
    com.vaadin.flow.spring.VaadinConfigurationProperties.getBlacklistedPackages()
    use VaadinConfigurationProperties.getBlockedPackages()
    com.vaadin.flow.spring.VaadinConfigurationProperties.getWhitelistedPackages()
    use VaadinConfigurationProperties.getAllowedPackages()
    com.vaadin.flow.spring.VaadinConfigurationProperties.setBlacklistedPackages(List<String>)
    use VaadinConfigurationProperties.setBlockedPackages(List)
    com.vaadin.flow.spring.VaadinConfigurationProperties.setWhitelistedPackages(List<String>)
    use VaadinConfigurationProperties.setAllowedPackages(List)
    com.vaadin.testbench.ElementQuery.attribute(String, String)
    use ElementQuery.withAttribute(String, String)
    com.vaadin.testbench.ElementQuery.attributeContains(String, String)
    use ElementQuery.withAttributeContainingWord(String, String)
    com.vaadin.testbench.ElementQuery.hasAttribute(String)
    use ElementQuery.withAttribute(String)
  • Deprecated Constructors
    Constructor
    Description
    com.vaadin.collaborationengine.AbstractCollaborationManager(UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.FormManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.MessageManager(ConnectionContext, UserInfo, String, CollaborationMessagePersister, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.PresenceManager(ConnectionContext, UserInfo, String, CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.collaborationengine.SystemConnectionContext(CollaborationEngine)
    This constructor is not compatible with serialization
    com.vaadin.flow.component.charts.model.DataSeriesItem(Date, Number)
    as of 4.0. Use DataSeriesItem(Instant, Number)
    com.vaadin.flow.component.charts.model.DataSeriesItem(Date, Number, Number)
    as of 4.0. Use DataSeriesItem(Instant, Number,Number)
    com.vaadin.flow.component.charts.model.FlagItem(Date, String)
    as of 4.0. Use FlagItem(Instant, String)
    com.vaadin.flow.component.charts.model.FlagItem(Date, String, String)
    as of 4.0. Use FlagItem(Instant, String, String)
    com.vaadin.flow.component.charts.model.OhlcItem(Date, Number, Number, Number, Number)
    as of 4.0. Use OhlcItem(Instant, Number, Number, Number, Number)
    com.vaadin.flow.component.upload.FileRejectedEvent(Upload, String)
    since 24.4. Use FileRejectedEvent(Upload, String, String)
    com.vaadin.flow.component.upload.ProgressUpdateEvent(Upload, long, long)
    since 24.4. Use ProgressUpdateEvent(Upload, long, long, String)
    com.vaadin.flow.server.frontend.FrontendTools(String, Supplier<String>, boolean)
    use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
    com.vaadin.flow.server.frontend.FrontendTools(String, Supplier<String>, String, URI)
    use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
    com.vaadin.flow.server.frontend.FrontendTools(String, Supplier<String>, String, URI, boolean, boolean)
    use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
    com.vaadin.flow.server.frontend.FrontendTools(String, Supplier<String>, String, URI, boolean, boolean, boolean)
    use FrontendTools(FrontendToolsSettings) instead, as it simplifies configuring the frontend tools and gives the default values to configuration parameters.
    com.vaadin.testbench.ElementQuery.AttributeMatch(String, String, String)
    use AttributeMatch(String, Comparison, String)

Copyright © 2025. All rights reserved.