From 248bbd35965eff724cc87e6d52a9a302236bd236 Mon Sep 17 00:00:00 2001 From: Zhe Sun <31067185+ZheSun88@users.noreply.github.com> Date: Fri, 17 Jan 2025 15:09:47 +0200 Subject: [PATCH] chore: update license header for 2025 (#20864) --- .settings/org.eclipse.jdt.ui.prefs | 2 +- checkstyle/header | 2 +- flow-client/scripts/client.js | 2 +- .../main/java/com/vaadin/client/ApplicationConfiguration.java | 2 +- .../src/main/java/com/vaadin/client/ApplicationConnection.java | 2 +- flow-client/src/main/java/com/vaadin/client/BrowserInfo.java | 2 +- flow-client/src/main/java/com/vaadin/client/Command.java | 2 +- .../src/main/java/com/vaadin/client/ConnectionIndicator.java | 2 +- flow-client/src/main/java/com/vaadin/client/Console.java | 2 +- .../src/main/java/com/vaadin/client/DefaultRegistry.java | 2 +- .../src/main/java/com/vaadin/client/DependencyLoader.java | 2 +- flow-client/src/main/java/com/vaadin/client/ElementUtil.java | 2 +- .../java/com/vaadin/client/ExecuteJavaScriptElementUtils.java | 2 +- .../src/main/java/com/vaadin/client/ExistingElementMap.java | 2 +- .../main/java/com/vaadin/client/InitialPropertiesHandler.java | 2 +- flow-client/src/main/java/com/vaadin/client/LitUtils.java | 2 +- flow-client/src/main/java/com/vaadin/client/PolymerUtils.java | 2 +- flow-client/src/main/java/com/vaadin/client/Profiler.java | 2 +- flow-client/src/main/java/com/vaadin/client/ReactUtils.java | 2 +- flow-client/src/main/java/com/vaadin/client/Registry.java | 2 +- flow-client/src/main/java/com/vaadin/client/ResourceLoader.java | 2 +- flow-client/src/main/java/com/vaadin/client/StorageUtil.java | 2 +- .../src/main/java/com/vaadin/client/SystemErrorHandler.java | 2 +- .../src/main/java/com/vaadin/client/TrackingScheduler.java | 2 +- flow-client/src/main/java/com/vaadin/client/UILifecycle.java | 2 +- flow-client/src/main/java/com/vaadin/client/URIResolver.java | 2 +- flow-client/src/main/java/com/vaadin/client/ValueMap.java | 2 +- flow-client/src/main/java/com/vaadin/client/WidgetUtil.java | 2 +- .../src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java | 2 +- .../src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java | 2 +- .../main/java/com/vaadin/client/bootstrap/JsoConfiguration.java | 2 +- .../main/java/com/vaadin/client/bootstrap/LocationParser.java | 2 +- .../vaadin/client/communication/AtmospherePushConnection.java | 2 +- .../com/vaadin/client/communication/ConnectionStateHandler.java | 2 +- .../client/communication/DefaultConnectionStateHandler.java | 2 +- .../main/java/com/vaadin/client/communication/Heartbeat.java | 2 +- .../client/communication/LoadingIndicatorConfigurator.java | 2 +- .../java/com/vaadin/client/communication/MessageHandler.java | 2 +- .../java/com/vaadin/client/communication/MessageSender.java | 2 +- .../java/com/vaadin/client/communication/PollConfigurator.java | 2 +- .../src/main/java/com/vaadin/client/communication/Poller.java | 2 +- .../java/com/vaadin/client/communication/PushConfiguration.java | 2 +- .../java/com/vaadin/client/communication/PushConnection.java | 2 +- .../com/vaadin/client/communication/PushConnectionFactory.java | 2 +- .../com/vaadin/client/communication/ReconnectConfiguration.java | 2 +- .../com/vaadin/client/communication/RequestResponseTracker.java | 2 +- .../com/vaadin/client/communication/RequestStartingEvent.java | 2 +- .../vaadin/client/communication/ResponseHandlingEndedEvent.java | 2 +- .../client/communication/ResponseHandlingStartedEvent.java | 2 +- .../java/com/vaadin/client/communication/ServerConnector.java | 2 +- .../java/com/vaadin/client/communication/ServerRpcQueue.java | 2 +- .../java/com/vaadin/client/communication/XhrConnection.java | 2 +- .../com/vaadin/client/communication/XhrConnectionError.java | 2 +- .../src/main/java/com/vaadin/client/flow/ConstantPool.java | 2 +- .../java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java | 2 +- .../main/java/com/vaadin/client/flow/NodeUnregisterEvent.java | 2 +- .../java/com/vaadin/client/flow/NodeUnregisterListener.java | 2 +- flow-client/src/main/java/com/vaadin/client/flow/StateNode.java | 2 +- flow-client/src/main/java/com/vaadin/client/flow/StateTree.java | 2 +- .../main/java/com/vaadin/client/flow/TreeChangeProcessor.java | 2 +- .../src/main/java/com/vaadin/client/flow/binding/Binder.java | 2 +- .../main/java/com/vaadin/client/flow/binding/BinderContext.java | 2 +- .../java/com/vaadin/client/flow/binding/BindingStrategy.java | 2 +- .../src/main/java/com/vaadin/client/flow/binding/Debouncer.java | 2 +- .../vaadin/client/flow/binding/ServerEventHandlerBinder.java | 2 +- .../java/com/vaadin/client/flow/binding/ServerEventObject.java | 2 +- .../client/flow/binding/SimpleElementBindingStrategy.java | 2 +- .../com/vaadin/client/flow/binding/TextBindingStrategy.java | 2 +- .../main/java/com/vaadin/client/flow/collection/JsArray.java | 2 +- .../java/com/vaadin/client/flow/collection/JsCollections.java | 2 +- .../src/main/java/com/vaadin/client/flow/collection/JsMap.java | 2 +- .../src/main/java/com/vaadin/client/flow/collection/JsSet.java | 2 +- .../main/java/com/vaadin/client/flow/collection/JsWeakMap.java | 2 +- .../java/com/vaadin/client/flow/collection/jre/JreJsArray.java | 2 +- .../java/com/vaadin/client/flow/collection/jre/JreJsMap.java | 2 +- .../java/com/vaadin/client/flow/collection/jre/JreJsSet.java | 2 +- .../com/vaadin/client/flow/collection/jre/JreJsWeakMap.java | 2 +- .../src/main/java/com/vaadin/client/flow/dom/DomApi.java | 2 +- .../src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java | 2 +- .../src/main/java/com/vaadin/client/flow/dom/DomElement.java | 2 +- .../src/main/java/com/vaadin/client/flow/dom/DomNode.java | 2 +- .../main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java | 2 +- .../com/vaadin/client/flow/model/UpdatableModelProperties.java | 2 +- .../com/vaadin/client/flow/nodefeature/ListSpliceEvent.java | 2 +- .../com/vaadin/client/flow/nodefeature/ListSpliceListener.java | 2 +- .../java/com/vaadin/client/flow/nodefeature/MapProperty.java | 2 +- .../com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java | 2 +- .../vaadin/client/flow/nodefeature/MapPropertyAddListener.java | 2 +- .../vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java | 2 +- .../client/flow/nodefeature/MapPropertyChangeListener.java | 2 +- .../java/com/vaadin/client/flow/nodefeature/NodeFeature.java | 2 +- .../main/java/com/vaadin/client/flow/nodefeature/NodeList.java | 2 +- .../main/java/com/vaadin/client/flow/nodefeature/NodeMap.java | 2 +- .../main/java/com/vaadin/client/flow/reactive/Computation.java | 2 +- .../java/com/vaadin/client/flow/reactive/FlushListener.java | 2 +- .../java/com/vaadin/client/flow/reactive/InvalidateEvent.java | 2 +- .../com/vaadin/client/flow/reactive/InvalidateListener.java | 2 +- .../src/main/java/com/vaadin/client/flow/reactive/Reactive.java | 2 +- .../com/vaadin/client/flow/reactive/ReactiveEventRouter.java | 2 +- .../java/com/vaadin/client/flow/reactive/ReactiveValue.java | 2 +- .../vaadin/client/flow/reactive/ReactiveValueChangeEvent.java | 2 +- .../client/flow/reactive/ReactiveValueChangeListener.java | 2 +- .../main/java/com/vaadin/client/flow/util/ClientJsonCodec.java | 2 +- .../src/main/java/com/vaadin/client/flow/util/JsObject.java | 2 +- .../main/java/com/vaadin/client/flow/util/NativeFunction.java | 2 +- .../main/java/com/vaadin/flow/linker/ClientEngineLinker.java | 2 +- .../src/test-gwt/java/com/vaadin/client/CustomScheduler.java | 2 +- .../java/com/vaadin/client/GwtApplicationConnectionTest.java | 2 +- .../java/com/vaadin/client/GwtDependencyLoaderTest.java | 2 +- .../com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java | 2 +- .../test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java | 2 +- .../src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java | 2 +- .../client/communication/GwtAtmospherePushConnectionTest.java | 2 +- .../java/com/vaadin/client/flow/GwtBasicElementBinderTest.java | 2 +- .../java/com/vaadin/client/flow/GwtErrotHandlerTest.java | 2 +- .../java/com/vaadin/client/flow/GwtEventHandlerTest.java | 2 +- .../java/com/vaadin/client/flow/GwtMultipleBindingTest.java | 2 +- .../com/vaadin/client/flow/GwtPropertyElementBinderTest.java | 2 +- .../test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java | 2 +- .../test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java | 2 +- .../java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java | 2 +- .../java/com/vaadin/client/flow/collection/GwtJsArrayTest.java | 2 +- .../java/com/vaadin/client/flow/collection/GwtJsMapTest.java | 2 +- .../java/com/vaadin/client/flow/collection/GwtJsSetTest.java | 2 +- .../com/vaadin/client/flow/collection/GwtJsWeakMapTest.java | 2 +- .../java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java | 2 +- flow-client/src/test/frontend/stubVaadinPush.js | 2 +- flow-client/src/test/java/com/vaadin/client/AssertionTest.java | 2 +- flow-client/src/test/java/com/vaadin/client/CodeTest.java | 2 +- .../src/test/java/com/vaadin/client/DependencyLoaderTest.java | 2 +- .../src/test/java/com/vaadin/client/ExistingElementMapTest.java | 2 +- .../java/com/vaadin/client/InitialPropertiesHandlerTest.java | 2 +- .../java/com/vaadin/client/bootstrap/LocationParserTest.java | 2 +- .../vaadin/client/communication/AbstractConfigurationTest.java | 2 +- .../com/vaadin/client/communication/PollConfiguratorTest.java | 2 +- .../vaadin/client/communication/ReconnectConfigurationTest.java | 2 +- .../vaadin/client/communication/ServerMessageHandlerTest.java | 2 +- .../com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java | 2 +- .../src/test/java/com/vaadin/client/flow/StateNodeTest.java | 2 +- .../src/test/java/com/vaadin/client/flow/StateTreeTest.java | 2 +- .../java/com/vaadin/client/flow/TreeChangeProcessorTest.java | 2 +- .../java/com/vaadin/client/flow/collection/JreArrayTest.java | 2 +- .../test/java/com/vaadin/client/flow/collection/JreMapTest.java | 2 +- .../test/java/com/vaadin/client/flow/collection/JreSetTest.java | 2 +- .../java/com/vaadin/client/flow/collection/JreWeakMapTest.java | 2 +- .../com/vaadin/client/flow/nodefeature/MapPropertyTest.java | 2 +- .../java/com/vaadin/client/flow/nodefeature/NodeListTest.java | 2 +- .../java/com/vaadin/client/flow/nodefeature/NodeMapTest.java | 2 +- .../java/com/vaadin/client/flow/reactive/ComputationTest.java | 2 +- .../com/vaadin/client/flow/reactive/CountingComputation.java | 2 +- .../test/java/com/vaadin/client/flow/reactive/ReactiveTest.java | 2 +- .../vaadin/client/flow/reactive/TestReactiveEventRouter.java | 2 +- .../java/com/vaadin/client/flow/util/ClientJsonCodecTest.java | 2 +- .../vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java | 2 +- .../main/java/com/vaadin/flow/data/binder/BeanPropertySet.java | 2 +- .../java/com/vaadin/flow/data/binder/BeanValidationBinder.java | 2 +- flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java | 2 +- .../vaadin/flow/data/binder/BinderValidationErrorHandler.java | 2 +- .../com/vaadin/flow/data/binder/BinderValidationStatus.java | 2 +- .../vaadin/flow/data/binder/BinderValidationStatusHandler.java | 2 +- .../main/java/com/vaadin/flow/data/binder/BindingException.java | 2 +- .../com/vaadin/flow/data/binder/BindingExceptionHandler.java | 2 +- .../com/vaadin/flow/data/binder/BindingValidationStatus.java | 2 +- .../vaadin/flow/data/binder/BindingValidationStatusHandler.java | 2 +- .../flow/data/binder/DefaultBinderValidationErrorHandler.java | 2 +- .../vaadin/flow/data/binder/DefaultBindingExceptionHandler.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java | 2 +- .../java/com/vaadin/flow/data/binder/ErrorMessageProvider.java | 2 +- .../main/java/com/vaadin/flow/data/binder/HasDataProvider.java | 2 +- .../com/vaadin/flow/data/binder/HasFilterableDataProvider.java | 2 +- .../java/com/vaadin/flow/data/binder/HasItemComponents.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/HasItems.java | 2 +- .../java/com/vaadin/flow/data/binder/HasItemsAndComponents.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/HasValidator.java | 2 +- .../java/com/vaadin/flow/data/binder/PropertyDefinition.java | 2 +- .../com/vaadin/flow/data/binder/PropertyFilterDefinition.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/PropertyId.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/PropertySet.java | 2 +- .../main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java | 2 +- .../com/vaadin/flow/data/binder/RequiredFieldConfigurator.java | 2 +- .../vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java | 2 +- flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java | 2 +- flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/SimpleResult.java | 2 +- .../java/com/vaadin/flow/data/binder/StatusChangeEvent.java | 2 +- .../java/com/vaadin/flow/data/binder/StatusChangeListener.java | 2 +- .../java/com/vaadin/flow/data/binder/ValidationException.java | 2 +- .../main/java/com/vaadin/flow/data/binder/ValidationResult.java | 2 +- .../java/com/vaadin/flow/data/binder/ValidationResultWrap.java | 2 +- .../vaadin/flow/data/binder/ValidationStatusChangeEvent.java | 2 +- .../vaadin/flow/data/binder/ValidationStatusChangeListener.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/Validator.java | 2 +- .../src/main/java/com/vaadin/flow/data/binder/ValueContext.java | 2 +- .../flow/data/converter/AbstractStringToNumberConverter.java | 2 +- .../vaadin/flow/data/converter/BigDecimalToDoubleConverter.java | 2 +- .../vaadin/flow/data/converter/BigDecimalToFloatConverter.java | 2 +- .../flow/data/converter/BigDecimalToIntegerConverter.java | 2 +- .../vaadin/flow/data/converter/BigDecimalToLongConverter.java | 2 +- .../src/main/java/com/vaadin/flow/data/converter/Converter.java | 2 +- .../java/com/vaadin/flow/data/converter/ConverterFactory.java | 2 +- .../com/vaadin/flow/data/converter/DateToLongConverter.java | 2 +- .../com/vaadin/flow/data/converter/DateToSqlDateConverter.java | 2 +- .../com/vaadin/flow/data/converter/DefaultConverterFactory.java | 2 +- .../vaadin/flow/data/converter/DoubleToBigDecimalConverter.java | 2 +- .../vaadin/flow/data/converter/FloatToBigDecimalConverter.java | 2 +- .../com/vaadin/flow/data/converter/FloatToDoubleConverter.java | 2 +- .../flow/data/converter/IntegerToBigDecimalConverter.java | 2 +- .../vaadin/flow/data/converter/IntegerToDoubleConverter.java | 2 +- .../com/vaadin/flow/data/converter/IntegerToLongConverter.java | 2 +- .../flow/data/converter/LocalDateTimeToDateConverter.java | 2 +- .../flow/data/converter/LocalDateTimeToInstantConverter.java | 2 +- .../vaadin/flow/data/converter/LocalDateToDateConverter.java | 2 +- .../vaadin/flow/data/converter/LongToBigDecimalConverter.java | 2 +- .../vaadin/flow/data/converter/StringToBigDecimalConverter.java | 2 +- .../vaadin/flow/data/converter/StringToBigIntegerConverter.java | 2 +- .../vaadin/flow/data/converter/StringToBooleanConverter.java | 2 +- .../com/vaadin/flow/data/converter/StringToDateConverter.java | 2 +- .../com/vaadin/flow/data/converter/StringToDoubleConverter.java | 2 +- .../com/vaadin/flow/data/converter/StringToFloatConverter.java | 2 +- .../vaadin/flow/data/converter/StringToIntegerConverter.java | 2 +- .../com/vaadin/flow/data/converter/StringToLongConverter.java | 2 +- .../com/vaadin/flow/data/converter/StringToUuidConverter.java | 2 +- .../src/main/java/com/vaadin/flow/data/event/SortEvent.java | 2 +- .../vaadin/flow/data/provider/AbstractBackEndDataProvider.java | 2 +- .../flow/data/provider/AbstractComponentDataGenerator.java | 2 +- .../com/vaadin/flow/data/provider/AbstractDataProvider.java | 2 +- .../java/com/vaadin/flow/data/provider/AbstractDataView.java | 2 +- .../com/vaadin/flow/data/provider/AbstractLazyDataView.java | 2 +- .../com/vaadin/flow/data/provider/AbstractListDataView.java | 2 +- .../main/java/com/vaadin/flow/data/provider/ArrayUpdater.java | 2 +- .../java/com/vaadin/flow/data/provider/BackEndDataProvider.java | 2 +- .../java/com/vaadin/flow/data/provider/BeanDataGenerator.java | 2 +- .../com/vaadin/flow/data/provider/CallbackDataProvider.java | 2 +- .../com/vaadin/flow/data/provider/CompositeDataGenerator.java | 2 +- .../flow/data/provider/ConfigurableFilterDataProvider.java | 2 +- .../data/provider/ConfigurableFilterDataProviderWrapper.java | 2 +- .../java/com/vaadin/flow/data/provider/DataChangeEvent.java | 2 +- .../java/com/vaadin/flow/data/provider/DataCommunicator.java | 2 +- .../main/java/com/vaadin/flow/data/provider/DataGenerator.java | 2 +- .../main/java/com/vaadin/flow/data/provider/DataKeyMapper.java | 2 +- .../main/java/com/vaadin/flow/data/provider/DataProvider.java | 2 +- .../com/vaadin/flow/data/provider/DataProviderListener.java | 2 +- .../java/com/vaadin/flow/data/provider/DataProviderWrapper.java | 2 +- .../src/main/java/com/vaadin/flow/data/provider/DataView.java | 2 +- .../main/java/com/vaadin/flow/data/provider/DataViewUtils.java | 2 +- .../main/java/com/vaadin/flow/data/provider/FilterUtils.java | 2 +- .../java/com/vaadin/flow/data/provider/HasDataGenerators.java | 2 +- .../main/java/com/vaadin/flow/data/provider/HasDataView.java | 2 +- .../java/com/vaadin/flow/data/provider/HasLazyDataView.java | 2 +- .../java/com/vaadin/flow/data/provider/HasListDataView.java | 2 +- .../java/com/vaadin/flow/data/provider/IdentifierProvider.java | 2 +- .../com/vaadin/flow/data/provider/InMemoryDataProvider.java | 2 +- .../vaadin/flow/data/provider/InMemoryDataProviderHelpers.java | 2 +- .../com/vaadin/flow/data/provider/ItemCountChangeEvent.java | 2 +- .../com/vaadin/flow/data/provider/ItemCountChangeListener.java | 2 +- .../java/com/vaadin/flow/data/provider/ItemIndexProvider.java | 2 +- .../src/main/java/com/vaadin/flow/data/provider/KeyMapper.java | 2 +- .../main/java/com/vaadin/flow/data/provider/LazyDataView.java | 2 +- .../java/com/vaadin/flow/data/provider/ListDataProvider.java | 2 +- .../main/java/com/vaadin/flow/data/provider/ListDataView.java | 2 +- .../src/main/java/com/vaadin/flow/data/provider/Query.java | 2 +- .../main/java/com/vaadin/flow/data/provider/QuerySortOrder.java | 2 +- .../com/vaadin/flow/data/provider/QuerySortOrderBuilder.java | 2 +- .../src/main/java/com/vaadin/flow/data/provider/QueryTrace.java | 2 +- .../main/java/com/vaadin/flow/data/provider/SortDirection.java | 2 +- .../src/main/java/com/vaadin/flow/data/provider/SortOrder.java | 2 +- .../java/com/vaadin/flow/data/provider/SortOrderBuilder.java | 2 +- .../hierarchy/AbstractBackEndHierarchicalDataProvider.java | 2 +- .../provider/hierarchy/AbstractHierarchicalDataProvider.java | 2 +- .../provider/hierarchy/BackEndHierarchicalDataProvider.java | 2 +- .../data/provider/hierarchy/HasHierarchicalDataProvider.java | 2 +- .../flow/data/provider/hierarchy/HierarchicalArrayUpdater.java | 2 +- .../provider/hierarchy/HierarchicalCommunicationController.java | 2 +- .../hierarchy/HierarchicalConfigurableFilterDataProvider.java | 2 +- .../data/provider/hierarchy/HierarchicalDataCommunicator.java | 2 +- .../flow/data/provider/hierarchy/HierarchicalDataProvider.java | 2 +- .../flow/data/provider/hierarchy/HierarchicalFilterUtils.java | 2 +- .../vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java | 2 +- .../vaadin/flow/data/provider/hierarchy/HierarchyMapper.java | 2 +- .../java/com/vaadin/flow/data/provider/hierarchy/TreeData.java | 2 +- .../vaadin/flow/data/provider/hierarchy/TreeDataProvider.java | 2 +- .../main/java/com/vaadin/flow/data/selection/MultiSelect.java | 2 +- .../com/vaadin/flow/data/selection/MultiSelectionEvent.java | 2 +- .../com/vaadin/flow/data/selection/MultiSelectionListener.java | 2 +- .../java/com/vaadin/flow/data/selection/SelectionEvent.java | 2 +- .../java/com/vaadin/flow/data/selection/SelectionListener.java | 2 +- .../java/com/vaadin/flow/data/selection/SelectionModel.java | 2 +- .../main/java/com/vaadin/flow/data/selection/SingleSelect.java | 2 +- .../com/vaadin/flow/data/selection/SingleSelectionEvent.java | 2 +- .../com/vaadin/flow/data/selection/SingleSelectionListener.java | 2 +- .../java/com/vaadin/flow/data/validator/AbstractValidator.java | 2 +- .../main/java/com/vaadin/flow/data/validator/BeanValidator.java | 2 +- .../vaadin/flow/data/validator/BigDecimalRangeValidator.java | 2 +- .../vaadin/flow/data/validator/BigIntegerRangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/ByteRangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/DateRangeValidator.java | 2 +- .../com/vaadin/flow/data/validator/DateTimeRangeValidator.java | 2 +- .../com/vaadin/flow/data/validator/DoubleRangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/EmailValidator.java | 2 +- .../com/vaadin/flow/data/validator/FloatRangeValidator.java | 2 +- .../com/vaadin/flow/data/validator/IntegerRangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/LongRangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/RangeValidator.java | 2 +- .../java/com/vaadin/flow/data/validator/RegexpValidator.java | 2 +- .../com/vaadin/flow/data/validator/ShortRangeValidator.java | 2 +- .../com/vaadin/flow/data/validator/StringLengthValidator.java | 2 +- .../java/com/vaadin/flow/data/value/HasValueChangeMode.java | 2 +- .../main/java/com/vaadin/flow/data/value/ValueChangeMode.java | 2 +- .../test/java/com/vaadin/flow/data/binder/BeanBinderTest.java | 2 +- .../java/com/vaadin/flow/data/binder/BeanPropertySetTest.java | 2 +- .../vaadin/flow/data/binder/BinderConverterValidatorTest.java | 2 +- .../vaadin/flow/data/binder/BinderCustomPropertySetTest.java | 2 +- .../com/vaadin/flow/data/binder/BinderInstanceFieldTest.java | 2 +- .../com/vaadin/flow/data/binder/BinderStatusChangeTest.java | 2 +- .../src/test/java/com/vaadin/flow/data/binder/BinderTest.java | 2 +- .../test/java/com/vaadin/flow/data/binder/BinderTestBase.java | 2 +- .../data/binder/BinderValidationStatusChangeListenerTest.java | 2 +- .../com/vaadin/flow/data/binder/BinderValidationStatusTest.java | 2 +- .../java/com/vaadin/flow/data/binder/BinderValueChangeTest.java | 2 +- .../data/binder/DefaultBinderValidationErrorHandlerTest.java | 2 +- .../flow/data/binder/DefaultBindingExceptionHandlerTest.java | 2 +- .../src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java | 2 +- .../src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java | 2 +- .../java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java | 2 +- .../src/test/java/com/vaadin/flow/data/binder/ResultTest.java | 2 +- .../test/java/com/vaadin/flow/data/binder/SimpleResultTest.java | 2 +- .../java/com/vaadin/flow/data/binder/ValidationResultTest.java | 2 +- .../test/java/com/vaadin/flow/data/binder/ValidatorTest.java | 2 +- .../test/java/com/vaadin/flow/data/binder/ValueContextTest.java | 2 +- .../com/vaadin/flow/data/binder/testcomponents/TestLabel.java | 2 +- .../flow/data/converter/BigDecimalToDoubleConverterTest.java | 2 +- .../flow/data/converter/BigDecimalToFloatConverterTest.java | 2 +- .../flow/data/converter/BigDecimalToIntegerConverterTest.java | 2 +- .../flow/data/converter/BigDecimalToLongConverterTest.java | 2 +- .../vaadin/flow/data/converter/DefaultConverterFactoryTest.java | 2 +- .../flow/data/converter/DoubleToBigDecimalConverterTest.java | 2 +- .../flow/data/converter/FloatToBigDecimalConverterTest.java | 2 +- .../vaadin/flow/data/converter/FloatToDoubleConverterTest.java | 2 +- .../flow/data/converter/IntegerToBigDecimalConverterTest.java | 2 +- .../flow/data/converter/IntegerToDoubleConverterTest.java | 2 +- .../vaadin/flow/data/converter/IntegerToLongConverterTest.java | 2 +- .../flow/data/converter/LongToBigDecimalConverterTest.java | 2 +- .../flow/data/provider/AbstractComponentDataGeneratorTest.java | 2 +- .../flow/data/provider/AbstractComponentDataViewTest.java | 2 +- .../com/vaadin/flow/data/provider/AbstractDataProviderTest.java | 2 +- .../com/vaadin/flow/data/provider/AbstractDataViewTest.java | 2 +- .../com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java | 2 +- .../flow/data/provider/AbstractListDataViewListenerTest.java | 2 +- .../com/vaadin/flow/data/provider/AbstractListDataViewTest.java | 2 +- .../com/vaadin/flow/data/provider/BackendDataProviderTest.java | 2 +- .../vaadin/flow/data/provider/CompositeDataGeneratorTest.java | 2 +- .../provider/ConfigurableFilterDataProviderWrapperTest.java | 2 +- .../vaadin/flow/data/provider/CustomInMemoryDataProvider.java | 2 +- .../com/vaadin/flow/data/provider/DataCommunicatorTest.java | 2 +- .../com/vaadin/flow/data/provider/DataProviderTestBase.java | 2 +- .../com/vaadin/flow/data/provider/ListDataProviderTest.java | 2 +- .../com/vaadin/flow/data/provider/ReplaceListDataProvider.java | 2 +- .../vaadin/flow/data/provider/ReplaceListDataProviderTest.java | 2 +- .../src/test/java/com/vaadin/flow/data/provider/StrBean.java | 2 +- .../provider/hierarchy/HasHierarchicalDataProviderTest.java | 2 +- .../provider/hierarchy/HierarchicalCommunicatorDataTest.java | 2 +- .../data/provider/hierarchy/HierarchicalCommunicatorTest.java | 2 +- .../data/provider/hierarchy/HierarchyMapperWithDataTest.java | 2 +- .../provider/hierarchy/HierarchyMapperWithNumerousDataTest.java | 2 +- .../test/java/com/vaadin/flow/data/provider/hierarchy/Node.java | 2 +- .../flow/data/provider/hierarchy/TreeDataProviderTest.java | 2 +- .../java/com/vaadin/flow/data/selection/MultiSelectTest.java | 2 +- .../java/com/vaadin/flow/data/validator/NotEmptyValidator.java | 2 +- .../com/vaadin/flow/data/validator/NotEmptyValidatorTest.java | 2 +- .../java/com/vaadin/flow/data/validator/RangeValidatorTest.java | 2 +- .../vaadin/flow/data/validator/StringLengthValidatorTest.java | 2 +- .../java/com/vaadin/flow/data/validator/ValidatorTestBase.java | 2 +- .../java/com/vaadin/flow/tests/data/bean/BeanToValidate.java | 2 +- .../java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java | 2 +- .../src/test/java/com/vaadin/flow/tests/data/bean/Item.java | 2 +- .../main/java/com/vaadin/flow/component/dnd/DragEndEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/dnd/DragSource.java | 2 +- .../main/java/com/vaadin/flow/component/dnd/DragStartEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/dnd/DropEffect.java | 2 +- .../src/main/java/com/vaadin/flow/component/dnd/DropEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/dnd/DropTarget.java | 2 +- .../main/java/com/vaadin/flow/component/dnd/EffectAllowed.java | 2 +- .../java/com/vaadin/flow/component/dnd/internal/DndUtil.java | 2 +- .../java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java | 2 +- .../test/java/com/vaadin/flow/component/dnd/DragSourceTest.java | 2 +- .../test/java/com/vaadin/flow/component/dnd/DropTargetTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/dnd/MockUI.java | 2 +- .../com/vaadin/flow/component/html/testbench/AnchorElement.java | 2 +- .../flow/component/html/testbench/DescriptionListElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/DivElement.java | 2 +- .../vaadin/flow/component/html/testbench/EmphasisElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/H1Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/H2Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/H3Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/H4Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/H5Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/H6Element.java | 2 +- .../com/vaadin/flow/component/html/testbench/HrElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/ImageElement.java | 2 +- .../vaadin/flow/component/html/testbench/InputTextElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/LabelElement.java | 2 +- .../vaadin/flow/component/html/testbench/ListItemElement.java | 2 +- .../flow/component/html/testbench/NativeButtonElement.java | 2 +- .../flow/component/html/testbench/NativeDetailsElement.java | 2 +- .../flow/component/html/testbench/NativeLabelElement.java | 2 +- .../flow/component/html/testbench/NativeTableBodyElement.java | 2 +- .../component/html/testbench/NativeTableCaptionElement.java | 2 +- .../flow/component/html/testbench/NativeTableCellElement.java | 2 +- .../flow/component/html/testbench/NativeTableElement.java | 2 +- .../flow/component/html/testbench/NativeTableFooterElement.java | 2 +- .../component/html/testbench/NativeTableHeaderCellElement.java | 2 +- .../flow/component/html/testbench/NativeTableHeaderElement.java | 2 +- .../flow/component/html/testbench/NativeTableRowElement.java | 2 +- .../flow/component/html/testbench/OrderedListElement.java | 2 +- .../vaadin/flow/component/html/testbench/ParagraphElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/PreElement.java | 2 +- .../vaadin/flow/component/html/testbench/RangeInputElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/SelectElement.java | 2 +- .../com/vaadin/flow/component/html/testbench/SpanElement.java | 2 +- .../flow/component/html/testbench/UnorderedListElement.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Anchor.java | 2 +- .../main/java/com/vaadin/flow/component/html/AnchorTarget.java | 2 +- .../java/com/vaadin/flow/component/html/AnchorTargetValue.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Article.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Aside.java | 2 +- .../java/com/vaadin/flow/component/html/DescriptionList.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Div.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Emphasis.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/FieldSet.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Footer.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H1.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H2.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H3.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H4.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H5.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/H6.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Header.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Hr.java | 2 +- .../main/java/com/vaadin/flow/component/html/HtmlObject.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/IFrame.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Image.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Input.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Label.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/ListItem.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Main.java | 2 +- .../main/java/com/vaadin/flow/component/html/NativeButton.java | 2 +- .../main/java/com/vaadin/flow/component/html/NativeDetails.java | 2 +- .../main/java/com/vaadin/flow/component/html/NativeLabel.java | 2 +- .../main/java/com/vaadin/flow/component/html/NativeTable.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableBody.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableCaption.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableCell.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableFooter.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableHeader.java | 2 +- .../com/vaadin/flow/component/html/NativeTableHeaderCell.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableRow.java | 2 +- .../com/vaadin/flow/component/html/NativeTableRowContainer.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Nav.java | 2 +- .../main/java/com/vaadin/flow/component/html/OrderedList.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Paragraph.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Param.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Pre.java | 2 +- .../main/java/com/vaadin/flow/component/html/RangeInput.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Section.java | 2 +- .../src/main/java/com/vaadin/flow/component/html/Span.java | 2 +- .../main/java/com/vaadin/flow/component/html/UnorderedList.java | 2 +- .../com/vaadin/flow/component/html/AnchorTargetValueTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/AnchorTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/ArticleTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/AsideTest.java | 2 +- .../java/com/vaadin/flow/component/html/ComponentProperty.java | 2 +- .../test/java/com/vaadin/flow/component/html/ComponentTest.java | 2 +- .../com/vaadin/flow/component/html/DescriptionListTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/DivTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/EmphasisTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/FieldSetTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/FooterTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H1Test.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H2Test.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H3Test.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H4Test.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H5Test.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/H6Test.java | 2 +- .../test/java/com/vaadin/flow/component/html/HeaderTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/HrTest.java | 2 +- .../flow/component/html/HtmlComponentSerializableTest.java | 2 +- .../com/vaadin/flow/component/html/HtmlComponentSmokeTest.java | 2 +- .../java/com/vaadin/flow/component/html/HtmlObjectTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/IFrameTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/ImageTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/InputTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/LabelTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/ListItemTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/MainTest.java | 2 +- .../java/com/vaadin/flow/component/html/NativeButtonTest.java | 2 +- .../java/com/vaadin/flow/component/html/NativeDetailsTest.java | 2 +- .../java/com/vaadin/flow/component/html/NativeLabelTest.java | 2 +- .../com/vaadin/flow/component/html/NativeTableBodyTest.java | 2 +- .../com/vaadin/flow/component/html/NativeTableCaptionTest.java | 2 +- .../com/vaadin/flow/component/html/NativeTableCellTest.java | 2 +- .../com/vaadin/flow/component/html/NativeTableFooterTest.java | 2 +- .../vaadin/flow/component/html/NativeTableHeaderCellTest.java | 2 +- .../com/vaadin/flow/component/html/NativeTableHeaderTest.java | 2 +- .../vaadin/flow/component/html/NativeTableRowContainerTest.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableRowTest.java | 2 +- .../java/com/vaadin/flow/component/html/NativeTableTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/NavTest.java | 2 +- .../java/com/vaadin/flow/component/html/OrderedListTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/ParagraphTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/ParamTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/PreTest.java | 2 +- .../java/com/vaadin/flow/component/html/RangeInputTest.java | 2 +- .../test/java/com/vaadin/flow/component/html/SectionTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/html/SpanTest.java | 2 +- .../java/com/vaadin/flow/component/html/UnorderedListTest.java | 2 +- .../com/vaadin/flow/component/littemplate/BundleLitParser.java | 2 +- .../flow/component/littemplate/IllegalAttributeException.java | 2 +- .../component/littemplate/InjectableLitElementInitializer.java | 2 +- .../java/com/vaadin/flow/component/littemplate/LitTemplate.java | 2 +- .../flow/component/littemplate/LitTemplateDataAnalyzer.java | 2 +- .../flow/component/littemplate/LitTemplateInitializer.java | 2 +- .../vaadin/flow/component/littemplate/LitTemplateParser.java | 2 +- .../component/littemplate/internal/LitTemplateParserImpl.java | 2 +- .../vaadin/flow/component/littemplate/BundleLitParserTest.java | 2 +- .../littemplate/InjectableLitElementInitializerTest.java | 2 +- .../flow/component/littemplate/LitClassesSerializableTest.java | 2 +- .../com/vaadin/flow/component/littemplate/LitTemplateTest.java | 2 +- .../littemplate/internal/LitTemplateParserImplTest.java | 2 +- .../java/com/vaadin/flow/server/MockVaadinServletService.java | 2 +- .../java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java | 2 +- .../src/main/java/com/vaadin/flow/plugin/maven/Reflector.java | 2 +- .../kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt | 2 +- .../src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt | 2 +- .../kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt | 2 +- .../kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt | 2 +- .../main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt | 2 +- .../src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt | 2 +- .../main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt | 2 +- .../src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt | 2 +- .../invoker.properties | 2 +- .../src/main/java/com/vaadin/test/AppConfig.java | 2 +- .../src/it/classfinder-lookup/invoker.properties | 2 +- .../src/it/deps-with-classifier-dups-project/invoker.properties | 2 +- .../flow-maven-plugin/src/it/flow-addon/invoker.properties | 2 +- .../com/vaadin/flow/server/frontend/Flow.tsx | 2 +- .../fake-resources/com/vaadin/flow/server/frontend/Flow.tsx | 2 +- .../src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java | 2 +- .../src/it/ignore-maven-deps-from-project/invoker.properties | 2 +- .../src/it/offending-dependency-project/invoker.properties | 2 +- .../src/it/plugin-pinned-deps-project/invoker.properties | 2 +- .../src/it/resources-from-project/invoker.properties | 2 +- flow-plugins/flow-maven-plugin/src/it/settings.xml | 2 +- .../java/com/vaadin/flow/plugin/maven/BuildFrontendMojo.java | 2 +- .../java/com/vaadin/flow/plugin/maven/CleanFrontendMojo.java | 2 +- .../java/com/vaadin/flow/plugin/maven/ConvertPolymerMojo.java | 2 +- .../java/com/vaadin/flow/plugin/maven/FlowModeAbstractMojo.java | 2 +- .../src/main/java/com/vaadin/flow/plugin/maven/Fragment.java | 2 +- .../java/com/vaadin/flow/plugin/maven/FrontendDanceMojo.java | 2 +- .../java/com/vaadin/flow/plugin/maven/GenerateMavenBOMMojo.java | 2 +- .../java/com/vaadin/flow/plugin/maven/GenerateNpmBOMMojo.java | 2 +- .../com/vaadin/flow/plugin/maven/InvocationRequestBuilder.java | 2 +- .../java/com/vaadin/flow/plugin/maven/PrepareFrontendMojo.java | 2 +- .../src/main/java/com/vaadin/flow/plugin/maven/Reflector.java | 2 +- .../src/test/java/com/vaadin/flow/plugin/TestUtils.java | 2 +- .../com/vaadin/flow/plugin/maven/BuildFrontendMojoTest.java | 2 +- .../com/vaadin/flow/plugin/maven/CleanFrontendMojoTest.java | 2 +- .../com/vaadin/flow/plugin/maven/PrepareFrontendMojoTest.java | 2 +- .../test/java/com/vaadin/flow/plugin/maven/ReflectorTest.java | 2 +- .../test/java/com/vaadin/flow/plugin/maven/TestComponents.java | 2 +- .../flow/plugin/maven/TestEndpointGeneratorTaskFactory.java | 2 +- .../com/vaadin/flow/plugin/samplecode/AbstractExporter.java | 2 +- .../java/com/vaadin/flow/plugin/samplecode/BarExporter.java | 2 +- .../java/com/vaadin/flow/plugin/samplecode/ExporterFactory.java | 2 +- .../java/com/vaadin/flow/plugin/samplecode/FooExporter.java | 2 +- .../src/test/java/com/vaadin/flow/theme/CustomLumo.java | 2 +- .../src/test/java/com/vaadin/hilla/EndpointController.java | 2 +- .../java/com/vaadin/flow/plugin/base/BuildFrontendUtil.java | 2 +- .../java/com/vaadin/flow/plugin/base/CleanFrontendUtil.java | 2 +- .../src/main/java/com/vaadin/flow/plugin/base/CleanOptions.java | 2 +- .../java/com/vaadin/flow/plugin/base/ConvertPolymerCommand.java | 2 +- .../java/com/vaadin/flow/plugin/base/PluginAdapterBase.java | 2 +- .../java/com/vaadin/flow/plugin/base/PluginAdapterBuild.java | 2 +- .../com/vaadin/flow/server/scanner/ReflectionsClassFinder.java | 2 +- .../src/main/java/com/vaadin/flow/utils/FlowFileUtils.java | 2 +- .../src/main/java/com/vaadin/flow/utils/LookupImpl.java | 2 +- .../main/java/com/vaadin/flow/utils/ResourceProviderImpl.java | 2 +- .../starter/actuate/endpoint/VaadinActuatorEndpoint.java | 2 +- .../src/test/java/com/vaadin/flow/plugin/base/TestUtil.java | 2 +- .../vaadin/flow/server/scanner/ReflectionsClassFinderTest.java | 2 +- .../java/com/vaadin/flow/polymer2lit/FrontendConverter.java | 2 +- .../main/java/com/vaadin/flow/polymer2lit/ServerConverter.java | 2 +- .../com/vaadin/flow/component/react/ReactAdapterComponent.java | 2 +- .../java/com/vaadin/flow/component/react/ReactRouterOutlet.java | 2 +- .../com/vaadin/flow/server/frontend/ReactAdapter.template | 2 +- flow-server/src/main/java/com/vaadin/experimental/Feature.java | 2 +- .../src/main/java/com/vaadin/experimental/FeatureFlags.java | 2 +- .../java/com/vaadin/experimental/UnknownFeatureException.java | 2 +- .../java/com/vaadin/flow/component/AbstractCompositeField.java | 2 +- .../src/main/java/com/vaadin/flow/component/AbstractField.java | 2 +- .../com/vaadin/flow/component/AbstractSinglePropertyField.java | 2 +- .../src/main/java/com/vaadin/flow/component/AttachEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/AttachNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/BlurNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/ClickEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/ClickNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/ClientCallable.java | 2 +- .../src/main/java/com/vaadin/flow/component/Component.java | 2 +- .../src/main/java/com/vaadin/flow/component/ComponentEvent.java | 2 +- .../main/java/com/vaadin/flow/component/ComponentEventBus.java | 2 +- .../java/com/vaadin/flow/component/ComponentEventBusUtil.java | 2 +- .../java/com/vaadin/flow/component/ComponentEventListener.java | 2 +- .../src/main/java/com/vaadin/flow/component/ComponentUtil.java | 2 +- .../src/main/java/com/vaadin/flow/component/Composite.java | 2 +- .../java/com/vaadin/flow/component/CompositionEndEvent.java | 2 +- .../java/com/vaadin/flow/component/CompositionNotifier.java | 2 +- .../java/com/vaadin/flow/component/CompositionStartEvent.java | 2 +- .../java/com/vaadin/flow/component/CompositionUpdateEvent.java | 2 +- .../main/java/com/vaadin/flow/component/DebounceSettings.java | 2 +- .../src/main/java/com/vaadin/flow/component/DetachEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/DetachNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/Direction.java | 2 +- .../src/main/java/com/vaadin/flow/component/DomEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/EventData.java | 2 +- .../src/main/java/com/vaadin/flow/component/FocusNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/Focusable.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasAriaLabel.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasComponents.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasElement.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasEnabled.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasHelper.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasLabel.java | 2 +- .../java/com/vaadin/flow/component/HasOrderedComponents.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasPlaceholder.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasSize.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasStyle.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasText.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasTheme.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasValidation.java | 2 +- .../src/main/java/com/vaadin/flow/component/HasValue.java | 2 +- .../main/java/com/vaadin/flow/component/HasValueAndElement.java | 2 +- .../src/main/java/com/vaadin/flow/component/HeartbeatEvent.java | 2 +- .../main/java/com/vaadin/flow/component/HeartbeatListener.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Html.java | 2 +- .../src/main/java/com/vaadin/flow/component/HtmlComponent.java | 2 +- .../src/main/java/com/vaadin/flow/component/HtmlContainer.java | 2 +- .../src/main/java/com/vaadin/flow/component/InputEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/InputNotifier.java | 2 +- .../main/java/com/vaadin/flow/component/ItemLabelGenerator.java | 2 +- .../main/java/com/vaadin/flow/component/JsonSerializable.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Key.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyDownEvent.java | 2 +- .../main/java/com/vaadin/flow/component/KeyEventListener.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyLocation.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyModifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyNotifier.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyPressEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/KeyUpEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/NotSupported.java | 2 +- .../src/main/java/com/vaadin/flow/component/PollEvent.java | 2 +- .../src/main/java/com/vaadin/flow/component/PollNotifier.java | 2 +- .../main/java/com/vaadin/flow/component/PropertyDescriptor.java | 2 +- .../java/com/vaadin/flow/component/PropertyDescriptors.java | 2 +- .../main/java/com/vaadin/flow/component/PushConfiguration.java | 2 +- .../com/vaadin/flow/component/ReconnectDialogConfiguration.java | 2 +- .../src/main/java/com/vaadin/flow/component/ShortcutEvent.java | 2 +- .../java/com/vaadin/flow/component/ShortcutEventListener.java | 2 +- .../java/com/vaadin/flow/component/ShortcutRegistration.java | 2 +- .../src/main/java/com/vaadin/flow/component/Shortcuts.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Svg.java | 2 +- .../src/main/java/com/vaadin/flow/component/Synchronize.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Tag.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Text.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/UI.java | 2 +- .../java/com/vaadin/flow/component/UIDetachedException.java | 2 +- flow-server/src/main/java/com/vaadin/flow/component/Unit.java | 2 +- .../java/com/vaadin/flow/component/WebComponentExporter.java | 2 +- .../com/vaadin/flow/component/WebComponentExporterFactory.java | 2 +- .../java/com/vaadin/flow/component/dependency/CssImport.java | 2 +- .../java/com/vaadin/flow/component/dependency/JavaScript.java | 2 +- .../java/com/vaadin/flow/component/dependency/JsModule.java | 2 +- .../java/com/vaadin/flow/component/dependency/NpmPackage.java | 2 +- .../java/com/vaadin/flow/component/dependency/StyleSheet.java | 2 +- .../main/java/com/vaadin/flow/component/dependency/Uses.java | 2 +- .../flow/component/internal/AbstractAttachDetachEvent.java | 2 +- .../vaadin/flow/component/internal/AbstractFieldSupport.java | 2 +- .../java/com/vaadin/flow/component/internal/AllowInert.java | 2 +- .../com/vaadin/flow/component/internal/ComponentMetaData.java | 2 +- .../com/vaadin/flow/component/internal/ComponentTracker.java | 2 +- .../com/vaadin/flow/component/internal/CompositionEvent.java | 2 +- .../component/internal/DeadlockDetectingCompletableFuture.java | 2 +- .../java/com/vaadin/flow/component/internal/DependencyList.java | 2 +- .../com/vaadin/flow/component/internal/DependencyTreeCache.java | 2 +- .../java/com/vaadin/flow/component/internal/EventDataCache.java | 2 +- .../component/internal/JavaScriptNavigationStateRenderer.java | 2 +- .../java/com/vaadin/flow/component/internal/KeyboardEvent.java | 2 +- .../flow/component/internal/PendingJavaScriptInvocation.java | 2 +- .../com/vaadin/flow/component/internal/UIInternalUpdater.java | 2 +- .../java/com/vaadin/flow/component/internal/UIInternals.java | 2 +- .../com/vaadin/flow/component/page/AppShellConfigurator.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/BodySize.java | 2 +- .../vaadin/flow/component/page/BrowserWindowResizeEvent.java | 2 +- .../vaadin/flow/component/page/BrowserWindowResizeListener.java | 2 +- .../com/vaadin/flow/component/page/ExtendedClientDetails.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/History.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/Inline.java | 2 +- .../flow/component/page/LoadingIndicatorConfiguration.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/Meta.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/Page.java | 2 +- .../com/vaadin/flow/component/page/PendingJavaScriptResult.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/Push.java | 2 +- .../main/java/com/vaadin/flow/component/page/TargetElement.java | 2 +- .../src/main/java/com/vaadin/flow/component/page/Viewport.java | 2 +- .../main/java/com/vaadin/flow/component/page/WebStorage.java | 2 +- .../src/main/java/com/vaadin/flow/component/template/Id.java | 2 +- .../template/internal/AbstractInjectableElementInitializer.java | 2 +- .../template/internal/AttributeInitializationStrategy.java | 2 +- .../internal/DeprecatedPolymerPublishedEventHandler.java | 2 +- .../component/template/internal/DeprecatedPolymerTemplate.java | 2 +- .../template/internal/ElementInitializationStrategy.java | 2 +- .../vaadin/flow/component/template/internal/IdCollector.java | 2 +- .../com/vaadin/flow/component/template/internal/IdMapper.java | 2 +- .../component/template/internal/InjectableFieldConsumer.java | 2 +- .../com/vaadin/flow/component/template/internal/ParserData.java | 2 +- .../template/internal/PropertyInitializationStrategy.java | 2 +- .../com/vaadin/flow/component/webcomponent/EventOptions.java | 2 +- .../flow/component/webcomponent/PropertyConfiguration.java | 2 +- .../com/vaadin/flow/component/webcomponent/WebComponent.java | 2 +- .../flow/component/webcomponent/WebComponentConfiguration.java | 2 +- .../com/vaadin/flow/component/webcomponent/WebComponentUI.java | 2 +- .../vaadin/flow/component/webcomponent/WebComponentWrapper.java | 2 +- .../main/java/com/vaadin/flow/di/AbstractLookupInitializer.java | 2 +- .../src/main/java/com/vaadin/flow/di/DefaultInstantiator.java | 2 +- flow-server/src/main/java/com/vaadin/flow/di/Instantiator.java | 2 +- .../src/main/java/com/vaadin/flow/di/InstantiatorFactory.java | 2 +- flow-server/src/main/java/com/vaadin/flow/di/Lookup.java | 2 +- .../src/main/java/com/vaadin/flow/di/LookupInitializer.java | 2 +- .../java/com/vaadin/flow/di/OneTimeInitializerPredicate.java | 2 +- .../src/main/java/com/vaadin/flow/di/ResourceProvider.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ChildElementConsumer.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/ClassList.java | 2 +- .../src/main/java/com/vaadin/flow/dom/DebouncePhase.java | 2 +- .../src/main/java/com/vaadin/flow/dom/DisabledUpdateMode.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/DomEvent.java | 2 +- .../src/main/java/com/vaadin/flow/dom/DomEventListener.java | 2 +- .../main/java/com/vaadin/flow/dom/DomListenerRegistration.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/Element.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ElementAttachEvent.java | 2 +- .../main/java/com/vaadin/flow/dom/ElementAttachListener.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ElementConstants.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ElementDetachEvent.java | 2 +- .../main/java/com/vaadin/flow/dom/ElementDetachListener.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ElementFactory.java | 2 +- .../src/main/java/com/vaadin/flow/dom/ElementStateProvider.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/ElementUtil.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/Node.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/NodeVisitor.java | 2 +- .../src/main/java/com/vaadin/flow/dom/PropertyChangeEvent.java | 2 +- .../main/java/com/vaadin/flow/dom/PropertyChangeListener.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/ShadowRoot.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/Style.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/StyleUtil.java | 2 +- flow-server/src/main/java/com/vaadin/flow/dom/ThemeList.java | 2 +- .../com/vaadin/flow/dom/impl/AbstractNodeStateProvider.java | 2 +- .../vaadin/flow/dom/impl/AbstractTextElementStateProvider.java | 2 +- .../com/vaadin/flow/dom/impl/BasicElementStateProvider.java | 2 +- .../main/java/com/vaadin/flow/dom/impl/BasicElementStyle.java | 2 +- .../com/vaadin/flow/dom/impl/BasicTextElementStateProvider.java | 2 +- .../java/com/vaadin/flow/dom/impl/ClassAttributeHandler.java | 2 +- .../src/main/java/com/vaadin/flow/dom/impl/CustomAttribute.java | 2 +- .../main/java/com/vaadin/flow/dom/impl/ImmutableClassList.java | 2 +- .../main/java/com/vaadin/flow/dom/impl/ImmutableEmptyStyle.java | 2 +- .../java/com/vaadin/flow/dom/impl/ShadowRootStateProvider.java | 2 +- .../java/com/vaadin/flow/dom/impl/StyleAttributeHandler.java | 2 +- .../src/main/java/com/vaadin/flow/dom/impl/ThemeListImpl.java | 2 +- .../main/java/com/vaadin/flow/function/ContentTypeResolver.java | 2 +- .../java/com/vaadin/flow/function/DeploymentConfiguration.java | 2 +- .../java/com/vaadin/flow/function/SerializableBiConsumer.java | 2 +- .../java/com/vaadin/flow/function/SerializableBiFunction.java | 2 +- .../java/com/vaadin/flow/function/SerializableBiPredicate.java | 2 +- .../java/com/vaadin/flow/function/SerializableComparator.java | 2 +- .../java/com/vaadin/flow/function/SerializableConsumer.java | 2 +- .../com/vaadin/flow/function/SerializableEventListener.java | 2 +- .../java/com/vaadin/flow/function/SerializableFunction.java | 2 +- .../java/com/vaadin/flow/function/SerializablePredicate.java | 2 +- .../java/com/vaadin/flow/function/SerializableRunnable.java | 2 +- .../java/com/vaadin/flow/function/SerializableSupplier.java | 2 +- .../java/com/vaadin/flow/function/SerializableTriConsumer.java | 2 +- .../flow/function/VaadinApplicationInitializationBootstrap.java | 2 +- .../src/main/java/com/vaadin/flow/function/ValueProvider.java | 2 +- .../main/java/com/vaadin/flow/hotswap/HotswapCompleteEvent.java | 2 +- .../src/main/java/com/vaadin/flow/hotswap/Hotswapper.java | 2 +- .../src/main/java/com/vaadin/flow/hotswap/VaadinHotswapper.java | 2 +- .../src/main/java/com/vaadin/flow/i18n/DefaultI18NProvider.java | 2 +- .../src/main/java/com/vaadin/flow/i18n/I18NProvider.java | 2 +- flow-server/src/main/java/com/vaadin/flow/i18n/I18NUtil.java | 2 +- .../src/main/java/com/vaadin/flow/i18n/LocaleChangeEvent.java | 2 +- .../main/java/com/vaadin/flow/i18n/LocaleChangeObserver.java | 2 +- .../com/vaadin/flow/i18n/TranslationFileRequestHandler.java | 2 +- .../main/java/com/vaadin/flow/internal/AnnotationReader.java | 2 +- .../com/vaadin/flow/internal/ApplicationClassLoaderAccess.java | 2 +- .../src/main/java/com/vaadin/flow/internal/BeanUtil.java | 2 +- .../java/com/vaadin/flow/internal/BootstrapHandlerHelper.java | 2 +- .../main/java/com/vaadin/flow/internal/BrowserLiveReload.java | 2 +- .../com/vaadin/flow/internal/BrowserLiveReloadAccessor.java | 2 +- .../src/main/java/com/vaadin/flow/internal/CaseUtil.java | 2 +- .../src/main/java/com/vaadin/flow/internal/ConstantPool.java | 2 +- .../src/main/java/com/vaadin/flow/internal/ConstantPoolKey.java | 2 +- .../src/main/java/com/vaadin/flow/internal/CurrentInstance.java | 2 +- .../com/vaadin/flow/internal/CustomElementNameValidator.java | 2 +- .../src/main/java/com/vaadin/flow/internal/DevModeHandler.java | 2 +- .../java/com/vaadin/flow/internal/DevModeHandlerManager.java | 2 +- .../src/main/java/com/vaadin/flow/internal/EncodeUtil.java | 2 +- .../main/java/com/vaadin/flow/internal/ExecutionContext.java | 2 +- .../src/main/java/com/vaadin/flow/internal/HtmlUtils.java | 2 +- .../main/java/com/vaadin/flow/internal/JavaScriptSemantics.java | 2 +- .../src/main/java/com/vaadin/flow/internal/JsonCodec.java | 2 +- .../java/com/vaadin/flow/internal/JsonDecodingException.java | 2 +- .../java/com/vaadin/flow/internal/JsonEncodingException.java | 2 +- .../src/main/java/com/vaadin/flow/internal/JsonSerializer.java | 2 +- .../src/main/java/com/vaadin/flow/internal/JsonUtils.java | 2 +- .../src/main/java/com/vaadin/flow/internal/LocaleUtil.java | 2 +- .../main/java/com/vaadin/flow/internal/MessageDigestUtil.java | 2 +- .../src/main/java/com/vaadin/flow/internal/NetworkUtil.java | 2 +- .../src/main/java/com/vaadin/flow/internal/NodeOwner.java | 2 +- .../src/main/java/com/vaadin/flow/internal/NullOwner.java | 2 +- flow-server/src/main/java/com/vaadin/flow/internal/Pair.java | 2 +- flow-server/src/main/java/com/vaadin/flow/internal/Range.java | 2 +- .../src/main/java/com/vaadin/flow/internal/ReflectTools.java | 2 +- .../src/main/java/com/vaadin/flow/internal/ReflectionCache.java | 2 +- .../com/vaadin/flow/internal/ReflectionCacheHotswapper.java | 2 +- .../src/main/java/com/vaadin/flow/internal/ResponseWriter.java | 2 +- .../src/main/java/com/vaadin/flow/internal/StateNode.java | 2 +- .../src/main/java/com/vaadin/flow/internal/StateTree.java | 2 +- .../src/main/java/com/vaadin/flow/internal/StringUtil.java | 2 +- .../src/main/java/com/vaadin/flow/internal/Template.java | 2 +- flow-server/src/main/java/com/vaadin/flow/internal/UrlUtil.java | 2 +- .../src/main/java/com/vaadin/flow/internal/UsageStatistics.java | 2 +- .../java/com/vaadin/flow/internal/UsageStatisticsExporter.java | 2 +- .../java/com/vaadin/flow/internal/VaadinContextInitializer.java | 2 +- .../com/vaadin/flow/internal/change/AbstractListChange.java | 2 +- .../main/java/com/vaadin/flow/internal/change/EmptyChange.java | 2 +- .../java/com/vaadin/flow/internal/change/ListAddChange.java | 2 +- .../java/com/vaadin/flow/internal/change/ListClearChange.java | 2 +- .../java/com/vaadin/flow/internal/change/ListRemoveChange.java | 2 +- .../main/java/com/vaadin/flow/internal/change/MapPutChange.java | 2 +- .../java/com/vaadin/flow/internal/change/MapRemoveChange.java | 2 +- .../java/com/vaadin/flow/internal/change/NodeAttachChange.java | 2 +- .../main/java/com/vaadin/flow/internal/change/NodeChange.java | 2 +- .../java/com/vaadin/flow/internal/change/NodeDetachChange.java | 2 +- .../java/com/vaadin/flow/internal/change/NodeFeatureChange.java | 2 +- .../com/vaadin/flow/internal/hilla/EndpointRequestUtil.java | 2 +- .../main/java/com/vaadin/flow/internal/menu/MenuRegistry.java | 2 +- .../vaadin/flow/internal/nodefeature/AbstractPropertyMap.java | 2 +- .../flow/internal/nodefeature/AbstractServerHandlers.java | 2 +- .../flow/internal/nodefeature/AttachExistingElementFeature.java | 2 +- .../com/vaadin/flow/internal/nodefeature/BasicTypeValue.java | 2 +- .../flow/internal/nodefeature/ClientCallableHandlers.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ComponentMapping.java | 2 +- .../vaadin/flow/internal/nodefeature/ElementAttributeMap.java | 2 +- .../vaadin/flow/internal/nodefeature/ElementChildrenList.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ElementClassList.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/ElementData.java | 2 +- .../vaadin/flow/internal/nodefeature/ElementListenerMap.java | 2 +- .../vaadin/flow/internal/nodefeature/ElementPropertyMap.java | 2 +- .../flow/internal/nodefeature/ElementStylePropertyMap.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/InertData.java | 2 +- .../internal/nodefeature/LoadingIndicatorConfigurationMap.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/ModelList.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/NodeFeature.java | 2 +- .../vaadin/flow/internal/nodefeature/NodeFeatureRegistry.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/NodeFeatures.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/NodeList.java | 2 +- .../main/java/com/vaadin/flow/internal/nodefeature/NodeMap.java | 2 +- .../com/vaadin/flow/internal/nodefeature/NodeProperties.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/NodeValue.java | 2 +- .../vaadin/flow/internal/nodefeature/PollConfigurationMap.java | 2 +- .../flow/internal/nodefeature/PolymerEventListenerMap.java | 2 +- .../flow/internal/nodefeature/PolymerServerEventHandlers.java | 2 +- .../internal/nodefeature/PropertyChangeDeniedException.java | 2 +- .../vaadin/flow/internal/nodefeature/PushConfigurationMap.java | 2 +- .../internal/nodefeature/ReconnectDialogConfigurationMap.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ReturnChannelMap.java | 2 +- .../flow/internal/nodefeature/ReturnChannelRegistration.java | 2 +- .../vaadin/flow/internal/nodefeature/SerializableNodeList.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ServerSideFeature.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ShadowRootData.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ShadowRootHost.java | 2 +- .../com/vaadin/flow/internal/nodefeature/StateNodeNodeList.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/TextNodeMap.java | 2 +- .../vaadin/flow/internal/nodefeature/VirtualChildrenList.java | 2 +- .../com/vaadin/flow/internal/springcsrf/SpringCsrfToken.java | 2 +- .../vaadin/flow/internal/springcsrf/SpringCsrfTokenUtil.java | 2 +- .../java/com/vaadin/flow/router/AbstractRouteNotFoundError.java | 2 +- .../main/java/com/vaadin/flow/router/AccessDeniedException.java | 2 +- .../main/java/com/vaadin/flow/router/AfterNavigationEvent.java | 2 +- .../java/com/vaadin/flow/router/AfterNavigationListener.java | 2 +- .../java/com/vaadin/flow/router/AfterNavigationObserver.java | 2 +- .../src/main/java/com/vaadin/flow/router/BeforeEnterEvent.java | 2 +- .../main/java/com/vaadin/flow/router/BeforeEnterListener.java | 2 +- .../main/java/com/vaadin/flow/router/BeforeEnterObserver.java | 2 +- .../src/main/java/com/vaadin/flow/router/BeforeEvent.java | 2 +- .../src/main/java/com/vaadin/flow/router/BeforeLeaveEvent.java | 2 +- .../main/java/com/vaadin/flow/router/BeforeLeaveListener.java | 2 +- .../main/java/com/vaadin/flow/router/BeforeLeaveObserver.java | 2 +- .../java/com/vaadin/flow/router/DefaultRoutePathProvider.java | 2 +- .../main/java/com/vaadin/flow/router/ErrorNavigationEvent.java | 2 +- .../src/main/java/com/vaadin/flow/router/ErrorParameter.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/EventUtil.java | 2 +- .../src/main/java/com/vaadin/flow/router/HasDynamicTitle.java | 2 +- .../src/main/java/com/vaadin/flow/router/HasErrorParameter.java | 2 +- .../src/main/java/com/vaadin/flow/router/HasUrlParameter.java | 2 +- .../src/main/java/com/vaadin/flow/router/HighlightAction.java | 2 +- .../src/main/java/com/vaadin/flow/router/HighlightActions.java | 2 +- .../main/java/com/vaadin/flow/router/HighlightCondition.java | 2 +- .../main/java/com/vaadin/flow/router/HighlightConditions.java | 2 +- .../main/java/com/vaadin/flow/router/InternalServerError.java | 2 +- .../java/com/vaadin/flow/router/InvalidLocationException.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/Layout.java | 2 +- .../src/main/java/com/vaadin/flow/router/ListenerPriority.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/Location.java | 2 +- .../main/java/com/vaadin/flow/router/LocationChangeEvent.java | 2 +- .../src/main/java/com/vaadin/flow/router/LocationUtil.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/Menu.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/MenuData.java | 2 +- .../src/main/java/com/vaadin/flow/router/NavigationEvent.java | 2 +- .../src/main/java/com/vaadin/flow/router/NavigationHandler.java | 2 +- .../src/main/java/com/vaadin/flow/router/NavigationState.java | 2 +- .../java/com/vaadin/flow/router/NavigationStateBuilder.java | 2 +- .../src/main/java/com/vaadin/flow/router/NavigationTrigger.java | 2 +- .../src/main/java/com/vaadin/flow/router/NotFoundException.java | 2 +- .../src/main/java/com/vaadin/flow/router/OptionalParameter.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/PageTitle.java | 2 +- .../main/java/com/vaadin/flow/router/ParameterDeserializer.java | 2 +- .../src/main/java/com/vaadin/flow/router/ParentLayout.java | 2 +- .../src/main/java/com/vaadin/flow/router/PreserveOnRefresh.java | 2 +- .../src/main/java/com/vaadin/flow/router/QueryParameters.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/Route.java | 2 +- .../java/com/vaadin/flow/router/RouteAccessDeniedError.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteAlias.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteAliasData.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteBaseData.java | 2 +- .../main/java/com/vaadin/flow/router/RouteConfiguration.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/RouteData.java | 2 +- .../main/java/com/vaadin/flow/router/RouteNotFoundError.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteParam.java | 2 +- .../main/java/com/vaadin/flow/router/RouteParameterData.java | 2 +- .../java/com/vaadin/flow/router/RouteParameterFormatOption.java | 2 +- .../main/java/com/vaadin/flow/router/RouteParameterRegex.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteParameters.java | 2 +- .../src/main/java/com/vaadin/flow/router/RoutePathProvider.java | 2 +- .../src/main/java/com/vaadin/flow/router/RoutePrefix.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouteResolver.java | 2 +- flow-server/src/main/java/com/vaadin/flow/router/Router.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouterLayout.java | 2 +- .../src/main/java/com/vaadin/flow/router/RouterLink.java | 2 +- .../main/java/com/vaadin/flow/router/RoutesChangedEvent.java | 2 +- .../main/java/com/vaadin/flow/router/RoutesChangedListener.java | 2 +- .../src/main/java/com/vaadin/flow/router/WildcardParameter.java | 2 +- .../flow/router/internal/AbstractNavigationStateRenderer.java | 2 +- .../com/vaadin/flow/router/internal/AbstractRouteRegistry.java | 2 +- .../com/vaadin/flow/router/internal/AfterNavigationHandler.java | 2 +- .../com/vaadin/flow/router/internal/BeforeEnterHandler.java | 2 +- .../com/vaadin/flow/router/internal/BeforeLeaveHandler.java | 2 +- .../com/vaadin/flow/router/internal/ClientRoutesProvider.java | 2 +- .../main/java/com/vaadin/flow/router/internal/ClientTarget.java | 2 +- .../java/com/vaadin/flow/router/internal/ConfigureRoutes.java | 2 +- .../java/com/vaadin/flow/router/internal/ConfiguredRoutes.java | 2 +- .../com/vaadin/flow/router/internal/DefaultErrorHandler.java | 2 +- .../com/vaadin/flow/router/internal/DefaultRouteResolver.java | 2 +- .../com/vaadin/flow/router/internal/ErrorStateRenderer.java | 2 +- .../java/com/vaadin/flow/router/internal/ErrorTargetEntry.java | 2 +- .../com/vaadin/flow/router/internal/HasUrlParameterFormat.java | 2 +- .../vaadin/flow/router/internal/InternalRedirectHandler.java | 2 +- .../com/vaadin/flow/router/internal/NavigationRouteTarget.java | 2 +- .../vaadin/flow/router/internal/NavigationStateRenderer.java | 2 +- .../java/com/vaadin/flow/router/internal/ParameterInfo.java | 2 +- .../src/main/java/com/vaadin/flow/router/internal/PathUtil.java | 2 +- .../src/main/java/com/vaadin/flow/router/internal/Postpone.java | 2 +- .../java/com/vaadin/flow/router/internal/ResolveRequest.java | 2 +- .../main/java/com/vaadin/flow/router/internal/RouteFormat.java | 2 +- .../main/java/com/vaadin/flow/router/internal/RouteModel.java | 2 +- .../vaadin/flow/router/internal/RouteRegistryHotswapper.java | 2 +- .../main/java/com/vaadin/flow/router/internal/RouteSegment.java | 2 +- .../main/java/com/vaadin/flow/router/internal/RouteTarget.java | 2 +- .../main/java/com/vaadin/flow/router/internal/RouteUtil.java | 2 +- .../main/java/com/vaadin/flow/server/AbstractConfiguration.java | 2 +- .../com/vaadin/flow/server/AbstractDeploymentConfiguration.java | 2 +- .../com/vaadin/flow/server/AbstractPropertyConfiguration.java | 2 +- .../java/com/vaadin/flow/server/AbstractStreamResource.java | 2 +- .../flow/server/AmbiguousRouteConfigurationException.java | 2 +- .../src/main/java/com/vaadin/flow/server/AppShellRegistry.java | 2 +- .../src/main/java/com/vaadin/flow/server/AppShellSettings.java | 2 +- .../src/main/java/com/vaadin/flow/server/Attributes.java | 2 +- .../main/java/com/vaadin/flow/server/BootstrapException.java | 2 +- .../src/main/java/com/vaadin/flow/server/BootstrapHandler.java | 2 +- .../java/com/vaadin/flow/server/BootstrapInitialPredicate.java | 2 +- .../main/java/com/vaadin/flow/server/BootstrapUrlPredicate.java | 2 +- .../src/main/java/com/vaadin/flow/server/BootstrapUtils.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/Command.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/Constants.java | 2 +- .../java/com/vaadin/flow/server/CustomizedSystemMessages.java | 2 +- .../com/vaadin/flow/server/DefaultDeploymentConfiguration.java | 2 +- .../main/java/com/vaadin/flow/server/DefaultErrorHandler.java | 2 +- .../com/vaadin/flow/server/DefaultSystemMessagesProvider.java | 2 +- .../src/main/java/com/vaadin/flow/server/DependencyFilter.java | 2 +- .../com/vaadin/flow/server/DeploymentConfigurationFactory.java | 2 +- .../src/main/java/com/vaadin/flow/server/DevToolsToken.java | 2 +- .../src/main/java/com/vaadin/flow/server/ErrorEvent.java | 2 +- .../src/main/java/com/vaadin/flow/server/ErrorHandler.java | 2 +- .../src/main/java/com/vaadin/flow/server/ErrorHandlerUtil.java | 2 +- .../main/java/com/vaadin/flow/server/ErrorHandlingCommand.java | 2 +- .../main/java/com/vaadin/flow/server/ErrorRouteRegistry.java | 2 +- .../java/com/vaadin/flow/server/ExecutionFailedException.java | 2 +- .../src/main/java/com/vaadin/flow/server/FutureAccess.java | 2 +- .../src/main/java/com/vaadin/flow/server/HandlerHelper.java | 2 +- .../src/main/java/com/vaadin/flow/server/HttpStatusCode.java | 2 +- .../src/main/java/com/vaadin/flow/server/InitParameters.java | 2 +- .../src/main/java/com/vaadin/flow/server/InlineTargets.java | 2 +- .../main/java/com/vaadin/flow/server/InputStreamFactory.java | 2 +- .../flow/server/InvalidApplicationConfigurationException.java | 2 +- .../vaadin/flow/server/InvalidCustomElementNameException.java | 2 +- .../vaadin/flow/server/InvalidI18NConfigurationException.java | 2 +- .../vaadin/flow/server/InvalidMenuAccessControlException.java | 2 +- .../vaadin/flow/server/InvalidRouteConfigurationException.java | 2 +- .../flow/server/InvalidRouteLayoutConfigurationException.java | 2 +- .../java/com/vaadin/flow/server/LoadDependenciesOnStartup.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/Mode.java | 2 +- .../java/com/vaadin/flow/server/NoInputStreamException.java | 2 +- .../java/com/vaadin/flow/server/NoOutputStreamException.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/PWA.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/Platform.java | 2 +- .../com/vaadin/flow/server/PropertyDeploymentConfiguration.java | 2 +- .../src/main/java/com/vaadin/flow/server/PwaConfiguration.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/PwaIcon.java | 2 +- .../src/main/java/com/vaadin/flow/server/PwaRegistry.java | 2 +- .../src/main/java/com/vaadin/flow/server/RequestHandler.java | 2 +- .../src/main/java/com/vaadin/flow/server/RouteRegistry.java | 2 +- .../java/com/vaadin/flow/server/ServiceContextUriResolver.java | 2 +- .../main/java/com/vaadin/flow/server/ServiceDestroyEvent.java | 2 +- .../java/com/vaadin/flow/server/ServiceDestroyListener.java | 2 +- .../src/main/java/com/vaadin/flow/server/ServiceException.java | 2 +- .../src/main/java/com/vaadin/flow/server/ServiceInitEvent.java | 2 +- .../main/java/com/vaadin/flow/server/SessionDestroyEvent.java | 2 +- .../java/com/vaadin/flow/server/SessionDestroyListener.java | 2 +- .../java/com/vaadin/flow/server/SessionExpiredException.java | 2 +- .../main/java/com/vaadin/flow/server/SessionExpiredHandler.java | 2 +- .../src/main/java/com/vaadin/flow/server/SessionInitEvent.java | 2 +- .../main/java/com/vaadin/flow/server/SessionInitListener.java | 2 +- .../main/java/com/vaadin/flow/server/SessionRouteRegistry.java | 2 +- .../src/main/java/com/vaadin/flow/server/StaticFileHandler.java | 2 +- .../java/com/vaadin/flow/server/StaticFileHandlerFactory.java | 2 +- .../src/main/java/com/vaadin/flow/server/StaticFileServer.java | 2 +- .../src/main/java/com/vaadin/flow/server/StreamReceiver.java | 2 +- .../main/java/com/vaadin/flow/server/StreamRegistration.java | 2 +- .../src/main/java/com/vaadin/flow/server/StreamResource.java | 2 +- .../java/com/vaadin/flow/server/StreamResourceRegistry.java | 2 +- .../main/java/com/vaadin/flow/server/StreamResourceWriter.java | 2 +- .../src/main/java/com/vaadin/flow/server/StreamVariable.java | 2 +- .../java/com/vaadin/flow/server/SynchronizedRequestHandler.java | 2 +- .../src/main/java/com/vaadin/flow/server/SystemMessages.java | 2 +- .../main/java/com/vaadin/flow/server/SystemMessagesInfo.java | 2 +- .../java/com/vaadin/flow/server/SystemMessagesProvider.java | 2 +- .../src/main/java/com/vaadin/flow/server/UIInitEvent.java | 2 +- .../src/main/java/com/vaadin/flow/server/UIInitListener.java | 2 +- .../java/com/vaadin/flow/server/UnsupportedBrowserHandler.java | 2 +- .../src/main/java/com/vaadin/flow/server/UploadException.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinConfig.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinContext.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinRequest.java | 2 +- .../java/com/vaadin/flow/server/VaadinRequestInterceptor.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinResponse.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinService.java | 2 +- .../java/com/vaadin/flow/server/VaadinServiceInitListener.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinServlet.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinServletConfig.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinServletContext.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinServletRequest.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinServletResponse.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinServletService.java | 2 +- .../src/main/java/com/vaadin/flow/server/VaadinSession.java | 2 +- .../main/java/com/vaadin/flow/server/VaadinSessionState.java | 2 +- flow-server/src/main/java/com/vaadin/flow/server/Version.java | 2 +- .../src/main/java/com/vaadin/flow/server/WebBrowser.java | 2 +- .../main/java/com/vaadin/flow/server/WrappedHttpSession.java | 2 +- .../src/main/java/com/vaadin/flow/server/WrappedSession.java | 2 +- .../com/vaadin/flow/server/auth/AccessAnnotationChecker.java | 2 +- .../java/com/vaadin/flow/server/auth/AccessCheckDecision.java | 2 +- .../vaadin/flow/server/auth/AccessCheckDecisionResolver.java | 2 +- .../java/com/vaadin/flow/server/auth/AccessCheckResult.java | 2 +- .../com/vaadin/flow/server/auth/AccessDeniedErrorRouter.java | 2 +- .../java/com/vaadin/flow/server/auth/AccessPathChecker.java | 2 +- .../com/vaadin/flow/server/auth/AnnotatedViewAccessChecker.java | 2 +- .../main/java/com/vaadin/flow/server/auth/AnonymousAllowed.java | 2 +- .../flow/server/auth/DefaultAccessCheckDecisionResolver.java | 2 +- .../com/vaadin/flow/server/auth/DefaultMenuAccessControl.java | 2 +- .../java/com/vaadin/flow/server/auth/MenuAccessControl.java | 2 +- .../com/vaadin/flow/server/auth/NavigationAccessChecker.java | 2 +- .../com/vaadin/flow/server/auth/NavigationAccessControl.java | 2 +- .../java/com/vaadin/flow/server/auth/NavigationContext.java | 2 +- .../com/vaadin/flow/server/auth/RoutePathAccessChecker.java | 2 +- .../java/com/vaadin/flow/server/auth/ViewAccessChecker.java | 2 +- .../flow/server/communication/AtmospherePushConnection.java | 2 +- .../com/vaadin/flow/server/communication/FaviconHandler.java | 2 +- .../com/vaadin/flow/server/communication/HeartbeatHandler.java | 2 +- .../flow/server/communication/IndexHtmlRequestHandler.java | 2 +- .../flow/server/communication/IndexHtmlRequestListener.java | 2 +- .../com/vaadin/flow/server/communication/IndexHtmlResponse.java | 2 +- .../flow/server/communication/JSR356WebsocketInitializer.java | 2 +- .../flow/server/communication/JavaScriptBootstrapHandler.java | 2 +- .../flow/server/communication/LongPollingCacheFilter.java | 2 +- .../com/vaadin/flow/server/communication/MetadataWriter.java | 2 +- .../vaadin/flow/server/communication/PushAtmosphereHandler.java | 2 +- .../com/vaadin/flow/server/communication/PushConnection.java | 2 +- .../vaadin/flow/server/communication/PushConnectionFactory.java | 2 +- .../java/com/vaadin/flow/server/communication/PushHandler.java | 2 +- .../vaadin/flow/server/communication/PushRequestHandler.java | 2 +- .../java/com/vaadin/flow/server/communication/PwaHandler.java | 2 +- .../vaadin/flow/server/communication/ReturnChannelHandler.java | 2 +- .../com/vaadin/flow/server/communication/ServerRpcHandler.java | 2 +- .../vaadin/flow/server/communication/SessionRequestHandler.java | 2 +- .../vaadin/flow/server/communication/StreamReceiverHandler.java | 2 +- .../vaadin/flow/server/communication/StreamRequestHandler.java | 2 +- .../vaadin/flow/server/communication/StreamResourceHandler.java | 2 +- .../vaadin/flow/server/communication/UidlRequestHandler.java | 2 +- .../java/com/vaadin/flow/server/communication/UidlWriter.java | 2 +- .../flow/server/communication/WebComponentBootstrapHandler.java | 2 +- .../vaadin/flow/server/communication/WebComponentProvider.java | 2 +- .../server/communication/rpc/AbstractRpcInvocationHandler.java | 2 +- .../communication/rpc/AttachExistingElementRpcHandler.java | 2 +- .../server/communication/rpc/AttachTemplateChildRpcHandler.java | 2 +- .../vaadin/flow/server/communication/rpc/DefaultRpcDecoder.java | 2 +- .../vaadin/flow/server/communication/rpc/EventRpcHandler.java | 2 +- .../vaadin/flow/server/communication/rpc/MapSyncRpcHandler.java | 2 +- .../flow/server/communication/rpc/NavigationRpcHandler.java | 2 +- .../rpc/PublishedServerEventHandlerRpcHandler.java | 2 +- .../flow/server/communication/rpc/RpcDecodeException.java | 2 +- .../com/vaadin/flow/server/communication/rpc/RpcDecoder.java | 2 +- .../flow/server/communication/rpc/RpcInvocationHandler.java | 2 +- .../flow/server/communication/rpc/StringToEnumDecoder.java | 2 +- .../flow/server/communication/rpc/StringToNumberDecoder.java | 2 +- .../server/communication/streaming/AbstractStreamingEvent.java | 2 +- .../server/communication/streaming/StreamingEndEventImpl.java | 2 +- .../server/communication/streaming/StreamingErrorEventImpl.java | 2 +- .../communication/streaming/StreamingProgressEventImpl.java | 2 +- .../server/communication/streaming/StreamingStartEventImpl.java | 2 +- .../server/frontend/AbstractFileGeneratorFallibleCommand.java | 2 +- .../flow/server/frontend/AbstractTaskClientGenerator.java | 2 +- .../com/vaadin/flow/server/frontend/AbstractUpdateImports.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/BundleUtils.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/CompressUtil.java | 2 +- .../com/vaadin/flow/server/frontend/CompressionException.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/CvdlProducts.java | 2 +- .../java/com/vaadin/flow/server/frontend/DevBundleUtils.java | 2 +- .../flow/server/frontend/EndpointGeneratorTaskFactory.java | 2 +- .../java/com/vaadin/flow/server/frontend/ExclusionFilter.java | 2 +- .../java/com/vaadin/flow/server/frontend/FallibleCommand.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/FileIOUtils.java | 2 +- .../com/vaadin/flow/server/frontend/FrontendPluginsUtil.java | 2 +- .../java/com/vaadin/flow/server/frontend/FrontendTools.java | 2 +- .../com/vaadin/flow/server/frontend/FrontendToolsLocator.java | 2 +- .../com/vaadin/flow/server/frontend/FrontendToolsSettings.java | 2 +- .../java/com/vaadin/flow/server/frontend/FrontendUtils.java | 2 +- .../java/com/vaadin/flow/server/frontend/FrontendVersion.java | 2 +- .../flow/server/frontend/FrontendWebComponentGenerator.java | 2 +- .../com/vaadin/flow/server/frontend/GenerateMainImports.java | 2 +- .../com/vaadin/flow/server/frontend/GeneratedFilesSupport.java | 2 +- .../java/com/vaadin/flow/server/frontend/ImportExtractor.java | 2 +- .../com/vaadin/flow/server/frontend/JarContentsManager.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/NodeTasks.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/NodeUpdater.java | 2 +- .../java/com/vaadin/flow/server/frontend/ProdBundleUtils.java | 2 +- .../com/vaadin/flow/server/frontend/TaskCleanFrontendFiles.java | 2 +- .../com/vaadin/flow/server/frontend/TaskCopyFrontendFiles.java | 2 +- .../vaadin/flow/server/frontend/TaskCopyLocalFrontendFiles.java | 2 +- .../com/vaadin/flow/server/frontend/TaskCopyTemplateFiles.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateBootstrap.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateEndpoint.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateFeatureFlags.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateIndexHtml.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateIndexTs.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateOpenAPI.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGeneratePWAIcons.java | 2 +- .../vaadin/flow/server/frontend/TaskGeneratePackageJson.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateReactFiles.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateServiceWorker.java | 2 +- .../com/vaadin/flow/server/frontend/TaskGenerateTsConfig.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateTsDefinitions.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateViteDevMode.java | 2 +- .../flow/server/frontend/TaskGenerateWebComponentBootstrap.java | 2 +- .../flow/server/frontend/TaskGenerateWebComponentHtml.java | 2 +- .../flow/server/frontend/TaskInstallFrontendBuildPlugins.java | 2 +- .../com/vaadin/flow/server/frontend/TaskPrepareProdBundle.java | 2 +- .../server/frontend/TaskRemoveOldFrontendGeneratedFiles.java | 2 +- .../com/vaadin/flow/server/frontend/TaskRunDevBundleBuild.java | 2 +- .../java/com/vaadin/flow/server/frontend/TaskRunNpmInstall.java | 2 +- .../java/com/vaadin/flow/server/frontend/TaskUpdateImports.java | 2 +- .../com/vaadin/flow/server/frontend/TaskUpdateOldIndexTs.java | 2 +- .../com/vaadin/flow/server/frontend/TaskUpdatePackages.java | 2 +- .../com/vaadin/flow/server/frontend/TaskUpdateSettingsFile.java | 2 +- .../com/vaadin/flow/server/frontend/TaskUpdateThemeImport.java | 2 +- .../java/com/vaadin/flow/server/frontend/TaskUpdateVite.java | 2 +- .../main/java/com/vaadin/flow/server/frontend/ThemeUtils.java | 2 +- .../com/vaadin/flow/server/frontend/UnknownTaskException.java | 2 +- .../com/vaadin/flow/server/frontend/VersionsJsonConverter.java | 2 +- .../com/vaadin/flow/server/frontend/VersionsJsonFilter.java | 2 +- .../server/frontend/installer/ArchiveExtractionException.java | 2 +- .../vaadin/flow/server/frontend/installer/ArchiveExtractor.java | 2 +- .../flow/server/frontend/installer/DefaultArchiveExtractor.java | 2 +- .../flow/server/frontend/installer/DefaultFileDownloader.java | 2 +- .../flow/server/frontend/installer/DownloadException.java | 2 +- .../vaadin/flow/server/frontend/installer/FileDownloader.java | 2 +- .../flow/server/frontend/installer/InstallationException.java | 2 +- .../vaadin/flow/server/frontend/installer/NodeInstaller.java | 2 +- .../com/vaadin/flow/server/frontend/installer/Platform.java | 2 +- .../com/vaadin/flow/server/frontend/installer/ProxyConfig.java | 2 +- .../flow/server/frontend/installer/VerificationException.java | 2 +- .../server/frontend/scanner/AbstractDependenciesScanner.java | 2 +- .../java/com/vaadin/flow/server/frontend/scanner/ChunkInfo.java | 2 +- .../com/vaadin/flow/server/frontend/scanner/ClassFinder.java | 2 +- .../flow/server/frontend/scanner/CssAnnotationVisitor.java | 2 +- .../java/com/vaadin/flow/server/frontend/scanner/CssData.java | 2 +- .../com/vaadin/flow/server/frontend/scanner/EntryPointData.java | 2 +- .../com/vaadin/flow/server/frontend/scanner/EntryPointType.java | 2 +- .../server/frontend/scanner/FrontendAnnotatedClassVisitor.java | 2 +- .../flow/server/frontend/scanner/FrontendClassVisitor.java | 2 +- .../flow/server/frontend/scanner/FrontendDependencies.java | 2 +- .../server/frontend/scanner/FrontendDependenciesScanner.java | 2 +- .../flow/server/frontend/scanner/FullDependenciesScanner.java | 2 +- .../flow/server/frontend/scanner/RepeatedAnnotationVisitor.java | 2 +- .../java/com/vaadin/flow/server/frontend/scanner/ThemeData.java | 2 +- .../com/vaadin/flow/server/frontend/scanner/ThemeWrapper.java | 2 +- .../java/com/vaadin/flow/server/menu/AvailableViewInfo.java | 2 +- .../java/com/vaadin/flow/server/menu/MenuConfiguration.java | 2 +- .../src/main/java/com/vaadin/flow/server/menu/MenuEntry.java | 2 +- .../main/java/com/vaadin/flow/server/menu/RouteParamType.java | 2 +- .../vaadin/flow/server/startup/AbstractAnnotationValidator.java | 2 +- .../flow/server/startup/AbstractConfigurationFactory.java | 2 +- .../flow/server/startup/AbstractRouteRegistryInitializer.java | 2 +- .../com/vaadin/flow/server/startup/AnnotationValidator.java | 2 +- .../java/com/vaadin/flow/server/startup/AppShellPredicate.java | 2 +- .../vaadin/flow/server/startup/ApplicationConfiguration.java | 2 +- .../flow/server/startup/ApplicationConfigurationFactory.java | 2 +- .../vaadin/flow/server/startup/ApplicationRouteRegistry.java | 2 +- .../startup/ClassLoaderAwareServletContainerInitializer.java | 2 +- .../java/com/vaadin/flow/server/startup/CustomElements.java | 2 +- .../server/startup/DefaultApplicationConfigurationFactory.java | 2 +- .../flow/server/startup/DeferredServletContextInitializers.java | 2 +- .../flow/server/startup/DuplicateNavigationTitleException.java | 2 +- .../flow/server/startup/ErrorNavigationTargetInitializer.java | 2 +- .../flow/server/startup/LookupServletContainerInitializer.java | 2 +- .../com/vaadin/flow/server/startup/NavigationTargetFilter.java | 2 +- .../vaadin/flow/server/startup/RouteRegistryInitializer.java | 2 +- .../com/vaadin/flow/server/startup/ServletContextListeners.java | 2 +- .../java/com/vaadin/flow/server/startup/ServletDeployer.java | 2 +- .../vaadin/flow/server/startup/VaadinAppShellInitializer.java | 2 +- .../flow/server/startup/VaadinContextStartupInitializer.java | 2 +- .../vaadin/flow/server/startup/VaadinInitializerException.java | 2 +- .../server/startup/VaadinServletContextStartupInitializer.java | 2 +- .../startup/WebComponentConfigurationRegistryInitializer.java | 2 +- .../flow/server/startup/WebComponentExporterAwareValidator.java | 2 +- .../server/webcomponent/EmbeddedApplicationAnnotations.java | 2 +- .../flow/server/webcomponent/PropertyConfigurationImpl.java | 2 +- .../java/com/vaadin/flow/server/webcomponent/PropertyData.java | 2 +- .../server/webcomponent/UnsupportedPropertyTypeException.java | 2 +- .../vaadin/flow/server/webcomponent/WebComponentBinding.java | 2 +- .../server/webcomponent/WebComponentConfigurationRegistry.java | 2 +- .../server/webcomponent/WebComponentExporterTagExtractor.java | 2 +- .../flow/server/webcomponent/WebComponentExporterUtils.java | 2 +- .../vaadin/flow/server/webcomponent/WebComponentGenerator.java | 2 +- .../flow/server/webcomponent/WebComponentModulesWriter.java | 2 +- .../main/java/com/vaadin/flow/shared/ApplicationConstants.java | 2 +- .../src/main/java/com/vaadin/flow/shared/BrowserDetails.java | 2 +- .../src/main/java/com/vaadin/flow/shared/GwtIncompatible.java | 2 +- .../src/main/java/com/vaadin/flow/shared/JsonConstants.java | 2 +- .../src/main/java/com/vaadin/flow/shared/Registration.java | 2 +- .../src/main/java/com/vaadin/flow/shared/VaadinUriResolver.java | 2 +- .../com/vaadin/flow/shared/communication/PushConstants.java | 2 +- .../java/com/vaadin/flow/shared/communication/PushMode.java | 2 +- .../src/main/java/com/vaadin/flow/shared/ui/Dependency.java | 2 +- .../src/main/java/com/vaadin/flow/shared/ui/LoadMode.java | 2 +- .../src/main/java/com/vaadin/flow/shared/ui/Transport.java | 2 +- .../src/main/java/com/vaadin/flow/shared/util/SharedUtil.java | 2 +- .../java/com/vaadin/flow/shared/util/UniqueSerializable.java | 2 +- .../src/main/java/com/vaadin/flow/theme/AbstractTheme.java | 2 +- flow-server/src/main/java/com/vaadin/flow/theme/NoTheme.java | 2 +- flow-server/src/main/java/com/vaadin/flow/theme/Theme.java | 2 +- .../src/main/java/com/vaadin/flow/theme/ThemeDefinition.java | 2 +- .../META-INF/services/com.vaadin.flow.hotswap.VaadinHotswapper | 2 +- .../src/main/resources/com/vaadin/flow/server/frontend/Flow.tsx | 2 +- .../application-theme-plugin/application-theme-plugin.js | 2 +- .../resources/plugins/application-theme-plugin/theme-copy.js | 2 +- .../plugins/application-theme-plugin/theme-generator.js | 2 +- .../resources/plugins/application-theme-plugin/theme-handle.js | 2 +- .../plugins/build-status-plugin/build-status-plugin.js | 2 +- .../theme-live-reload-plugin/theme-live-reload-plugin.js | 2 +- flow-server/src/test/java/ClassInDefaultPackage.java | 2 +- flow-server/src/test/java/com/vaadin/AssertionTest.java | 2 +- .../src/test/java/com/vaadin/experimental/FeatureFlagsTest.java | 2 +- .../test/java/com/vaadin/flow/ComponentTrackerLocationTest.java | 2 +- .../src/test/java/com/vaadin/flow/ComponentTrackerTest.java | 2 +- .../test/java/com/vaadin/flow/DisableComponentTrackerTest.java | 2 +- flow-server/src/test/java/com/vaadin/flow/NotifierTest.java | 2 +- .../com/vaadin/flow/component/AbstractCompositeFieldTest.java | 2 +- .../test/java/com/vaadin/flow/component/AbstractFieldTest.java | 2 +- .../vaadin/flow/component/AbstractSinglePropertyFieldTest.java | 2 +- .../java/com/vaadin/flow/component/ComponentEventBusTest.java | 2 +- .../com/vaadin/flow/component/ComponentEventBusUtilTest.java | 2 +- .../java/com/vaadin/flow/component/ComponentMetaDataTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/ComponentTest.java | 2 +- .../test/java/com/vaadin/flow/component/ComponentUtilTest.java | 2 +- .../java/com/vaadin/flow/component/CompositeNestedTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/CompositeTest.java | 2 +- .../java/com/vaadin/flow/component/CompositeTextNodeTest.java | 2 +- .../flow/component/DefaultWebComponentExporterFactoryTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/DomEventTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/FocusableTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HTMLTest.java | 2 +- .../test/java/com/vaadin/flow/component/HasAriaLabelTest.java | 2 +- .../test/java/com/vaadin/flow/component/HasComponentsTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasEnabledTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasHelperTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasLabelTest.java | 2 +- .../com/vaadin/flow/component/HasOrderedComponentsTest.java | 2 +- .../test/java/com/vaadin/flow/component/HasPlaceholderTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasSizeTest.java | 2 +- .../test/java/com/vaadin/flow/component/HasSizeUnitTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasStyleTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasTextTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/HasThemeTest.java | 2 +- .../java/com/vaadin/flow/component/InvalidMappedToDomEvent.java | 2 +- .../src/test/java/com/vaadin/flow/component/InvalidUrlTest.java | 2 +- .../com/vaadin/flow/component/JavaScriptInvocationTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/KeyTest.java | 2 +- .../java/com/vaadin/flow/component/LocationObserverTest.java | 2 +- .../vaadin/flow/component/MappedDomEventWithComponentData.java | 2 +- .../vaadin/flow/component/MappedDomEventWithRouterLinkData.java | 2 +- .../test/java/com/vaadin/flow/component/MappedToDomEvent.java | 2 +- .../flow/component/MappedToDomEventMultipleConstructors.java | 2 +- .../vaadin/flow/component/MappedToDomEventWithElementData.java | 2 +- .../com/vaadin/flow/component/MappedToDomInvalidEventData.java | 2 +- .../java/com/vaadin/flow/component/MappedToDomNoDataEvent.java | 2 +- .../src/test/java/com/vaadin/flow/component/NpmPackageTest.java | 2 +- .../java/com/vaadin/flow/component/PropertyDescriptorsTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/ServerEvent.java | 2 +- .../test/java/com/vaadin/flow/component/ServerNoDataEvent.java | 2 +- .../com/vaadin/flow/component/ShortcutRegistrationTest.java | 2 +- .../com/vaadin/flow/component/ShortcutSerializationTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/ShortcutsTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/SvgTest.java | 2 +- .../com/vaadin/flow/component/TestComponentWithDomEvent.java | 2 +- .../com/vaadin/flow/component/TestComponentWithServerEvent.java | 2 +- .../src/test/java/com/vaadin/flow/component/TextTest.java | 2 +- flow-server/src/test/java/com/vaadin/flow/component/UITest.java | 2 +- .../src/test/java/com/vaadin/flow/component/UnitTest.java | 2 +- .../test/java/com/vaadin/flow/component/ValueChangeMonitor.java | 2 +- .../flow/component/WebComponentConfigurationFactoryTest.java | 2 +- .../com/vaadin/flow/component/WebComponentExporterTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/WhiteSpaceTest.java | 2 +- .../vaadin/flow/component/internal/DependencyTreeCacheTest.java | 2 +- .../test/java/com/vaadin/flow/component/internal/PageTest.java | 2 +- .../component/internal/PendingJavaScriptInvocationTest.java | 2 +- .../vaadin/flow/component/page/ExtendedClientDetailsTest.java | 2 +- .../test/java/com/vaadin/flow/component/page/HistoryTest.java | 2 +- .../src/test/java/com/vaadin/flow/component/page/PageTest.java | 2 +- .../com/vaadin/flow/component/polymertemplate/EventHandler.java | 2 +- .../com/vaadin/flow/component/polymertemplate/RepeatIndex.java | 2 +- .../vaadin/flow/component/webcomponent/WebComponentTest.java | 2 +- .../flow/component/webcomponent/WebComponentWrapperTest.java | 2 +- .../test/java/com/vaadin/flow/di/AppShellPredicateImplTest.java | 2 +- .../test/java/com/vaadin/flow/di/DefaultInstantiatorTest.java | 2 +- .../src/test/java/com/vaadin/flow/di/LookupInitializerTest.java | 2 +- flow-server/src/test/java/com/vaadin/flow/di/LookupTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/AbstractNodeTest.java | 2 +- .../com/vaadin/flow/dom/BasicTextElementStateProviderTest.java | 2 +- .../test/java/com/vaadin/flow/dom/DisabledUpdateModeTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/ElementFactoryTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/ElementUtilTest.java | 2 +- .../java/com/vaadin/flow/dom/ShadowRootStateProviderTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/ShadowRootTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/StyleUtilTest.java | 2 +- .../src/test/java/com/vaadin/flow/dom/TestNodeVisitor.java | 2 +- .../flow/dom/impl/ElementStateProviderDeserializationTest.java | 2 +- .../test/java/com/vaadin/flow/dom/impl/ThemeListImplTest.java | 2 +- .../src/test/java/com/vaadin/flow/hotswap/HotswapperTest.java | 2 +- .../java/com/vaadin/flow/i18n/DefaultInstantiatorI18NTest.java | 2 +- .../src/test/java/com/vaadin/flow/i18n/I18NUtilTest.java | 2 +- .../com/vaadin/flow/i18n/TranslationFileRequestHandlerTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/CaseUtilTest.java | 2 +- .../test/java/com/vaadin/flow/internal/ConstantPoolTest.java | 2 +- .../test/java/com/vaadin/flow/internal/CurrentInstanceTest.java | 2 +- .../vaadin/flow/internal/CustomElementNameValidatorTest.java | 2 +- .../test/java/com/vaadin/flow/internal/HasCurrentService.java | 2 +- .../src/test/java/com/vaadin/flow/internal/JsonCodecTest.java | 2 +- .../test/java/com/vaadin/flow/internal/JsonSerializerTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/JsonUtilsTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/LocaleUtilTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/RangeTest.java | 2 +- .../test/java/com/vaadin/flow/internal/ReflectToolsTest.java | 2 +- .../test/java/com/vaadin/flow/internal/ReflectionCacheTest.java | 2 +- .../test/java/com/vaadin/flow/internal/ResponseWriterTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/StateNodeTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/StateTreeTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/StringUtilTest.java | 2 +- .../src/test/java/com/vaadin/flow/internal/UrlUtilTest.java | 2 +- .../java/com/vaadin/flow/internal/change/ListChangeTest.java | 2 +- .../java/com/vaadin/flow/internal/change/MapPutChangeTest.java | 2 +- .../com/vaadin/flow/internal/change/MapRemoveChangeTest.java | 2 +- .../flow/internal/nodefeature/AbstractMapFeatureTest.java | 2 +- .../flow/internal/nodefeature/AbstractNodeFeatureTest.java | 2 +- .../internal/nodefeature/AttachExistingElementFeatureTest.java | 2 +- .../flow/internal/nodefeature/ClientCallableHandlersTest.java | 2 +- .../vaadin/flow/internal/nodefeature/DependencyListTest.java | 2 +- .../com/vaadin/flow/internal/nodefeature/ElementDataTest.java | 2 +- .../vaadin/flow/internal/nodefeature/ElementListenersTest.java | 2 +- .../flow/internal/nodefeature/ElementPropertyMapTest.java | 2 +- .../com/vaadin/flow/internal/nodefeature/InertDataTest.java | 2 +- .../flow/internal/nodefeature/ListFeatureSetViewTest.java | 2 +- .../nodefeature/LoadingIndicatorConfigurationMapTest.java | 2 +- .../com/vaadin/flow/internal/nodefeature/NodeFeatureTest.java | 2 +- .../internal/nodefeature/NodeListEmptyRequiredFeatureTest.java | 2 +- .../internal/nodefeature/NodeMapEmptyRequiredFeatureTest.java | 2 +- .../java/com/vaadin/flow/internal/nodefeature/NodeMapTest.java | 2 +- .../internal/nodefeature/NodeValueEmptyRequiredFeatureTest.java | 2 +- .../internal/nodefeature/PolymerServerEventHandlersTest.java | 2 +- .../nodefeature/ReconnectDialogConfigurationMapTest.java | 2 +- .../vaadin/flow/internal/nodefeature/ReturnChannelMapTest.java | 2 +- .../flow/internal/nodefeature/SerializableNodeListTest.java | 2 +- .../vaadin/flow/internal/nodefeature/StateNodeNodeListTest.java | 2 +- .../flow/internal/nodefeature/VirtualChildrenListTest.java | 2 +- .../vaadin/flow/internal/nodefeature/VisibilityDataTest.java | 2 +- .../java/com/vaadin/flow/router/DefaultRouteResolverTest.java | 2 +- .../test/java/com/vaadin/flow/router/ErrorParameterTest.java | 2 +- .../src/test/java/com/vaadin/flow/router/EventUtilTest.java | 2 +- .../java/com/vaadin/flow/router/HighlightConditionsTest.java | 2 +- .../java/com/vaadin/flow/router/InternalServerErrorTest.java | 2 +- .../src/test/java/com/vaadin/flow/router/LocationTest.java | 2 +- .../java/com/vaadin/flow/router/ParameterDeserializerTest.java | 2 +- .../test/java/com/vaadin/flow/router/QueryParametersTest.java | 2 +- .../java/com/vaadin/flow/router/RouteNotFoundErrorTest.java | 2 +- .../test/java/com/vaadin/flow/router/RouteParametersTest.java | 2 +- .../vaadin/flow/router/RouterConfigurationUrlResolvingTest.java | 2 +- .../src/test/java/com/vaadin/flow/router/RouterLinkTest.java | 2 +- .../src/test/java/com/vaadin/flow/router/RouterTest.java | 2 +- .../src/test/java/com/vaadin/flow/router/RoutingTestBase.java | 2 +- .../src/test/java/com/vaadin/flow/router/TestRouteRegistry.java | 2 +- .../com/vaadin/flow/router/internal/ErrorStateRendererTest.java | 2 +- .../flow/router/internal/NavigationStateRendererTest.java | 2 +- .../test/java/com/vaadin/flow/router/internal/PathUtilTest.java | 2 +- .../java/com/vaadin/flow/router/internal/RouteModelTest.java | 2 +- .../flow/router/internal/RouteRegistryHotswapperTest.java | 2 +- .../java/com/vaadin/flow/router/internal/RouteUtilTest.java | 2 +- .../vaadin/flow/router/internal/TestAbstractRouteRegistry.java | 2 +- .../java/com/vaadin/flow/server/AbstractConfigurationTest.java | 2 +- .../vaadin/flow/server/AbstractDeploymentConfigurationTest.java | 2 +- .../test/java/com/vaadin/flow/server/BootstrapContextTest.java | 2 +- .../vaadin/flow/server/DefaultDeploymentConfigurationTest.java | 2 +- .../java/com/vaadin/flow/server/DefaultErrorHandlerTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/DevToolsTokenTest.java | 2 +- .../test/java/com/vaadin/flow/server/ErrorHandlerUtilTest.java | 2 +- .../test/java/com/vaadin/flow/server/HttpStatusCodeTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/I18NProviderTest.java | 2 +- .../test/java/com/vaadin/flow/server/InitParametersTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/MockInstantiator.java | 2 +- .../src/test/java/com/vaadin/flow/server/MockServletConfig.java | 2 +- .../test/java/com/vaadin/flow/server/MockServletContext.java | 2 +- .../src/test/java/com/vaadin/flow/server/MockVaadinContext.java | 2 +- .../java/com/vaadin/flow/server/MockVaadinServletService.java | 2 +- .../src/test/java/com/vaadin/flow/server/MockVaadinSession.java | 2 +- .../src/test/java/com/vaadin/flow/server/PlatformTest.java | 2 +- .../vaadin/flow/server/PropertyDeploymentConfigurationTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/PwaRegistryTest.java | 2 +- .../test/java/com/vaadin/flow/server/StaticFileServerTest.java | 2 +- .../java/com/vaadin/flow/server/StreamResourceRegistryTest.java | 2 +- .../test/java/com/vaadin/flow/server/StreamResourceTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/TestProvider.java | 2 +- .../src/test/java/com/vaadin/flow/server/VaadinRequestTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/VaadinServiceTest.java | 2 +- .../java/com/vaadin/flow/server/VaadinServletRequestTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/VaadinServletTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/VaadinSessionTest.java | 2 +- .../src/test/java/com/vaadin/flow/server/WebBrowserTest.java | 2 +- .../vaadin/flow/server/auth/AccessAnnotationCheckerTest.java | 2 +- .../java/com/vaadin/flow/server/auth/AccessCheckResultTest.java | 2 +- .../com/vaadin/flow/server/auth/AccessControlTestClasses.java | 2 +- .../vaadin/flow/server/auth/AnnotatedViewAccessCheckerTest.java | 2 +- .../com/vaadin/flow/server/auth/CustomMenuAccessControl.java | 2 +- .../server/auth/DefaultInstantiatorMenuAccessControlTest.java | 2 +- .../com/vaadin/flow/server/auth/InvalidMenuAccessControl.java | 2 +- .../vaadin/flow/server/auth/NavigationAccessControlTest.java | 2 +- .../com/vaadin/flow/server/auth/RoutePathAccessCheckerTest.java | 2 +- .../java/com/vaadin/flow/server/auth/TestNavigationResult.java | 2 +- .../java/com/vaadin/flow/server/auth/ViewAccessCheckerTest.java | 2 +- .../flow/server/communication/AtmospherePushConnectionTest.java | 2 +- .../com/vaadin/flow/server/communication/CommunicationUtil.java | 2 +- .../vaadin/flow/server/communication/HeartbeatHandlerTest.java | 2 +- .../flow/server/communication/IndexHtmlRequestHandlerTest.java | 2 +- .../server/communication/JavaScriptBootstrapHandlerTest.java | 2 +- .../flow/server/communication/LongPollingCacheFilterTest.java | 2 +- .../vaadin/flow/server/communication/MetadataWriterTest.java | 2 +- .../flow/server/communication/PushAtmosphereHandlerTest.java | 2 +- .../com/vaadin/flow/server/communication/PushHandlerTest.java | 2 +- .../com/vaadin/flow/server/communication/PwaHandlerTest.java | 2 +- .../flow/server/communication/StreamResourceHandlerTest.java | 2 +- .../flow/server/communication/UidlRequestHandlerTest.java | 2 +- .../com/vaadin/flow/server/communication/UidlWriterTest.java | 2 +- .../communication/WebComponentBootstrapHandlerViteTest.java | 2 +- .../flow/server/communication/WebComponentProviderTest.java | 2 +- .../communication/rpc/AbstractRpcInvocationHandlerTest.java | 2 +- .../communication/rpc/AttachExistingElementRpcHandlerTest.java | 2 +- .../communication/rpc/AttachTemplateChildRpcHandlerTest.java | 2 +- .../vaadin/flow/server/communication/rpc/EnumDecoderTest.java | 2 +- .../flow/server/communication/rpc/EventRpcHandlerTest.java | 2 +- .../flow/server/communication/rpc/MapSyncRpcHandlerTest.java | 2 +- .../rpc/PublishedServerEventHandlerRpcHandlerTest.java | 2 +- .../flow/server/communication/rpc/ReturnChannelHandlerTest.java | 2 +- .../server/communication/rpc/StringToNumberDecoderTest.java | 2 +- .../flow/server/frontend/AbstractNodeUpdateImportsTest.java | 2 +- .../flow/server/frontend/AbstractNodeUpdatePackagesTest.java | 2 +- .../vaadin/flow/server/frontend/AbstractUpdateImportsTest.java | 2 +- .../com/vaadin/flow/server/frontend/ComponentFlagsTest.java | 2 +- .../com/vaadin/flow/server/frontend/DevBundleUtilsTest.java | 2 +- .../server/frontend/EmptyByteScannerDataTestComponents.java | 2 +- .../vaadin/flow/server/frontend/ExtraNodeTestComponents.java | 2 +- .../frontend/FrontendResourcesAreCopiedAfterCleaningTest.java | 2 +- .../java/com/vaadin/flow/server/frontend/FrontendToolsTest.java | 2 +- .../java/com/vaadin/flow/server/frontend/FrontendUtilsTest.java | 2 +- .../vaadin/flow/server/frontend/GeneratedFilesSupportTest.java | 2 +- .../com/vaadin/flow/server/frontend/ImportExtractorTest.java | 2 +- .../com/vaadin/flow/server/frontend/JarContentsManagerTest.java | 2 +- .../test/java/com/vaadin/flow/server/frontend/MockLogger.java | 2 +- .../com/vaadin/flow/server/frontend/NodeTasksHillaTest.java | 2 +- .../java/com/vaadin/flow/server/frontend/NodeTasksViteTest.java | 2 +- .../com/vaadin/flow/server/frontend/NodeTestComponents.java | 2 +- .../frontend/NodeUpdateImportsWithByteCodeScannerTest.java | 2 +- .../server/frontend/NodeUpdateImportsWithFullCPScannerTest.java | 2 +- .../frontend/NodeUpdatePackagesNpmVersionLockingTest.java | 2 +- .../frontend/NodeUpdatePackagesWithByteCodeScannerTest.java | 2 +- .../frontend/NodeUpdatePackagesWithFullCPCodeScannerTest.java | 2 +- .../com/vaadin/flow/server/frontend/NodeUpdateTestUtil.java | 2 +- .../java/com/vaadin/flow/server/frontend/NodeUpdaterTest.java | 2 +- .../com/vaadin/flow/server/frontend/ProdBundleUtilsTest.java | 2 +- .../vaadin/flow/server/frontend/TaskCopyFrontendFilesTest.java | 2 +- .../vaadin/flow/server/frontend/TaskCopyTemplateFilesTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateBootstrapTest.java | 2 +- .../flow/server/frontend/TaskGenerateFeatureFlagsTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateIndexHtmlTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateIndexTsTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGeneratePWAIconsTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateReactFilesTest.java | 2 +- .../flow/server/frontend/TaskGenerateServicWorkerTest.java | 2 +- .../vaadin/flow/server/frontend/TaskGenerateTsConfigTest.java | 2 +- .../flow/server/frontend/TaskGenerateTsDefinitionsTest.java | 2 +- .../server/frontend/TaskGenerateWebComponentBootstrapTest.java | 2 +- .../flow/server/frontend/TaskGenerateWebComponentHtmlTest.java | 2 +- .../server/frontend/TaskInstallFrontendBuildPluginsTest.java | 2 +- .../frontend/TaskRemoveOldFrontendGeneratedFilesTest.java | 2 +- .../com/vaadin/flow/server/frontend/TaskRunNpmInstallTest.java | 2 +- .../com/vaadin/flow/server/frontend/TaskRunPnpmInstallTest.java | 2 +- .../vaadin/flow/server/frontend/TaskUpdatePackagesNpmTest.java | 2 +- .../vaadin/flow/server/frontend/TaskUpdateSettingsFileTest.java | 2 +- .../vaadin/flow/server/frontend/TaskUpdateThemeImportTest.java | 2 +- .../vaadin/flow/server/frontend/ThemeValidationUtilTest.java | 2 +- .../server/frontend/UpdateImportsWithByteCodeScannerTest.java | 2 +- .../server/frontend/UpdateImportsWithFullCPScannerTest.java | 2 +- .../vaadin/flow/server/frontend/UpdateThemedImportsTest.java | 2 +- .../vaadin/flow/server/frontend/VersionsJsonConverterTest.java | 2 +- .../com/vaadin/flow/server/frontend/VersionsJsonFilterTest.java | 2 +- .../com/vaadin/flow/server/frontend/installer/PlatformTest.java | 2 +- .../flow/server/frontend/scanner/AbstractScannerPwaTest.java | 2 +- .../flow/server/frontend/scanner/FrontendDependenciesTest.java | 2 +- .../server/frontend/scanner/FullDependenciesScannerTest.java | 2 +- .../flow/server/frontend/scanner/ScannerTestComponents.java | 2 +- .../flow/server/frontend/scanner/samples/CustomTheme.java | 2 +- .../flow/server/frontend/scanner/samples/ErrorComponent.java | 2 +- .../flow/server/frontend/scanner/samples/JsModuleComponent.java | 2 +- .../server/frontend/scanner/samples/JsModuleOrderComponent.java | 2 +- .../flow/server/frontend/scanner/samples/JsOrderComponent.java | 2 +- .../flow/server/frontend/scanner/samples/MyServiceListener.java | 2 +- .../flow/server/frontend/scanner/samples/MyUIInitListener.java | 2 +- .../flow/server/frontend/scanner/samples/RouteComponent.java | 2 +- .../frontend/scanner/samples/RouteComponentWithLayout.java | 2 +- .../scanner/samples/RouteComponentWithMethodReference.java | 2 +- .../flow/server/frontend/scanner/samples/RouteInterface.java | 2 +- .../frontend/scanner/samples/RouteInterfaceComponent.java | 2 +- .../server/frontend/scanner/samples/RouteLayoutComponent.java | 2 +- .../frontend/scanner/samples/pwa/AnotherAppShellWithPwa.java | 2 +- .../server/frontend/scanner/samples/pwa/AppShellWithPwa.java | 2 +- .../server/frontend/scanner/samples/pwa/AppShellWithoutPwa.java | 2 +- .../server/frontend/scanner/samples/pwa/NonAppShellWithPwa.java | 2 +- .../java/com/vaadin/flow/server/menu/MenuConfigurationTest.java | 2 +- .../test/java/com/vaadin/flow/server/menu/MenuRegistryTest.java | 2 +- .../server/startup/AbstractRouteRegistryInitializerTest.java | 2 +- .../flow/server/startup/ApplicationConfigurationTest.java | 2 +- .../java/com/vaadin/flow/server/startup/CustomElementsTest.java | 2 +- .../startup/DefaultApplicationConfigurationFactoryTest.java | 2 +- .../server/startup/LookupServletContainerInitializerTest.java | 2 +- .../flow/server/startup/RouteRegistryInitializerTest.java | 2 +- .../vaadin/flow/server/startup/RouteRegistryMenuAccessTest.java | 2 +- .../com/vaadin/flow/server/startup/RouteRegistryTestBase.java | 2 +- .../flow/server/startup/ServletContainerInitializerTest.java | 2 +- .../WebComponentConfigurationRegistryInitializerTest.java | 2 +- .../server/startup/testdata/AnotherTestInstantiatorFactory.java | 2 +- .../server/startup/testdata/OneMoreTestInstantiatorFactory.java | 2 +- .../flow/server/startup/testdata/TestInstantiatorFactory.java | 2 +- .../flow/server/startup/testdata/TestResourceProvider.java | 2 +- .../flow/server/webcomponent/PropertyConfigurationImplTest.java | 2 +- .../flow/server/webcomponent/WebComponentBindingTest.java | 2 +- .../webcomponent/WebComponentConfigurationRegistryTest.java | 2 +- .../flow/server/webcomponent/WebComponentExporterUtilsTest.java | 2 +- .../flow/server/webcomponent/WebComponentGeneratorTest.java | 2 +- .../flow/server/webcomponent/WebComponentModulesWriterTest.java | 2 +- .../test/java/com/vaadin/flow/shared/BrowserDetailsTest.java | 2 +- .../src/test/java/com/vaadin/flow/shared/RegistrationTest.java | 2 +- .../src/test/java/com/vaadin/flow/shared/ui/DependencyTest.java | 2 +- .../com/vaadin/flow/shared/util/UniqueSerializableTest.java | 2 +- .../src/test/java/com/vaadin/packaging/SplitPackagesTest.java | 2 +- .../src/test/java/com/vaadin/tests/PublicApiAnalyzer.java | 2 +- .../java/com/vaadin/tests/server/AssertionsEnabledTest.java | 2 +- flow-server/src/test/java/com/vaadin/tests/util/MockUI.java | 2 +- .../test/java/com/vaadin/tests/util/SingleCaptureConsumer.java | 2 +- .../src/main/java/com/vaadin/flow/testcategory/ChromeTests.java | 2 +- .../src/main/java/com/vaadin/flow/testcategory/IgnoreOSGi.java | 2 +- .../src/main/java/com/vaadin/flow/testcategory/PushTests.java | 2 +- .../main/java/com/vaadin/flow/testcategory/ScreenshotTests.java | 2 +- .../src/main/java/com/vaadin/flow/testcategory/SlowTests.java | 2 +- .../main/java/com/vaadin/flow/testcategory/TestCategory.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/ClassFinder.java | 2 +- .../java/com/vaadin/flow/testutil/ClassesSerializableTest.java | 2 +- .../java/com/vaadin/flow/testutil/CurrentInstanceCleaner.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/FrontendStubs.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/TestUtils.java | 2 +- .../main/java/com/vaadin/flow/testutil/AbstractComponentIT.java | 2 +- .../com/vaadin/flow/testutil/AbstractParallelTestBenchTest.java | 2 +- .../java/com/vaadin/flow/testutil/AbstractTestBenchTest.java | 2 +- .../java/com/vaadin/flow/testutil/AbstractValidationTest.java | 2 +- .../main/java/com/vaadin/flow/testutil/AbstractViewTest.java | 2 +- .../main/java/com/vaadin/flow/testutil/ChromeBrowserTest.java | 2 +- .../main/java/com/vaadin/flow/testutil/ChromeDeviceTest.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/DevToolsWrapper.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/LocalExecution.java | 2 +- .../main/java/com/vaadin/flow/testutil/TestBenchHelpers.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/TestPath.java | 2 +- .../main/java/com/vaadin/flow/testutil/ValidationTestView.java | 2 +- .../src/main/java/com/vaadin/flow/testutil/ViewOrUITest.java | 2 +- .../java/com/vaadin/flow/uitest/ui/servlets/RootServlet.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/MyPolymerField.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/ParentThemeView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/ParentThemeIT.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/AppShell.java | 2 +- .../com/vaadin/flow/uitest/ui/ComponentThemeLiveReloadView.java | 2 +- .../com/vaadin/flow/uitest/ui/ComponentThemeLiveReloadIT.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/AppShell.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ThemeLiveReloadView.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ThemeLiveReloadIT.java | 2 +- .../com/vaadin/flow/uitest/ui/servlets/ServletWithPath.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/theme/MyComponent.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/ReusableThemeView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/ReusableThemeIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/theme/TSIT.java | 2 +- .../src/main/frontend/views/main/main-view.ts | 2 +- .../src/main/java/com/vaadin/flow/navigate/AppShell.java | 2 +- .../java/com/vaadin/flow/navigate/ConnectionIndicatorView.java | 2 +- .../src/main/java/com/vaadin/flow/navigate/HelloWorldView.java | 2 +- .../com/vaadin/flow/navigate/ReconnectIntervalConfigurer.java | 2 +- .../java/com/vaadin/flow/navigate/SpecialCharactersView.java | 2 +- .../java/com/vaadin/flow/navigate/ConnectionIndicatorIT.java | 2 +- .../java/com/vaadin/flow/navigate/NavigateBetweenViewsIT.java | 2 +- .../src/test/java/com/vaadin/flow/navigate/ServiceWorkerIT.java | 2 +- .../src/main/java/com/vaadin/flow/ccdmtest/EmptyUI.java | 2 +- .../java/com/vaadin/flow/ccdmtest/ForwardToWithBeforeEnter.java | 2 +- .../src/main/java/com/vaadin/flow/ccdmtest/MainLayout.java | 2 +- .../java/com/vaadin/flow/ccdmtest/PreservedOnRefreshView.java | 2 +- .../main/java/com/vaadin/flow/ccdmtest/PreventLeavingView.java | 2 +- .../src/main/java/com/vaadin/flow/ccdmtest/PushView.java | 2 +- .../java/com/vaadin/flow/ccdmtest/RerouteToWithBeforeEnter.java | 2 +- .../java/com/vaadin/flow/ccdmtest/ServerSideForwardView.java | 2 +- .../java/com/vaadin/flow/ccdmtest/ServerSidePostponeView.java | 2 +- .../src/main/java/com/vaadin/flow/ccdmtest/ServerSideView.java | 2 +- .../flow/ccdmtest/TestApplicationServiceInitListener.java | 2 +- .../java/com/vaadin/flow/ccdmtest/UnauthenticatedException.java | 2 +- .../vaadin/flow/ccdmtest/UnauthenticatedExceptionHandler.java | 2 +- .../main/java/com/vaadin/flow/ccdmtest/ViewThrowsException.java | 2 +- .../main/java/com/vaadin/flow/ccdmtest/ViewWithAllEvents.java | 2 +- .../main/java/com/vaadin/flow/ccdmtest/ViewWithHomeButton.java | 2 +- .../main/java/com/vaadin/flow/ccdmtest/ViewWithParameter.java | 2 +- .../java/com/vaadin/flow/ccdmtest/ViewWithServerViewButton.java | 2 +- .../src/test/java/com/vaadin/flow/ccdmtest/AppThemeTestIT.java | 2 +- .../src/test/java/com/vaadin/flow/ccdmtest/CCDMTest.java | 2 +- .../com/vaadin/flow/ccdmtest/IndexHtmlRequestHandlerIT.java | 2 +- .../flow/ccdmtest/NavigateToServerSideViewWithoutTitleIT.java | 2 +- .../test/java/com/vaadin/flow/ccdmtest/ServerSideForwardIT.java | 2 +- .../flow/ccdmtest/ServerSideNavigationExceptionHandlingIT.java | 2 +- .../java/com/vaadin/flow/ccdmtest/ServerSidePostponeIT.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/CustomServlet.java | 2 +- .../flow/uitest/servlet/RouterLayoutCustomScopeServlet.java | 2 +- .../java/com/vaadin/flow/uitest/servlet/ViewClassLocator.java | 2 +- .../java/com/vaadin/flow/uitest/servlet/ViewTestLayout.java | 2 +- .../java/com/vaadin/flow/uitest/servlet/ViewTestServlet.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/AbstractDivView.java | 2 +- .../com/vaadin/flow/uitest/ui/servlets/ServletWithPath.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/CssLoadingView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/theme/MyComponent.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/theme/ThemeView.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/theme/CssLoadingIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/theme/ThemeIT.java | 2 +- .../main/java/com/vaadin/flow/custom/CustomErrorHandler.java | 2 +- .../main/java/com/vaadin/flow/custom/CustomInitListener.java | 2 +- .../main/java/com/vaadin/flow/custom/CustomNotFoundView.java | 2 +- .../src/main/java/com/vaadin/flow/custom/CustomRoute.java | 2 +- .../main/java/com/vaadin/flow/custom/CustomRouteRegistry.java | 2 +- .../src/main/java/com/vaadin/flow/custom/CustomServlet.java | 2 +- .../main/java/com/vaadin/flow/custom/CustomServletService.java | 2 +- .../src/test/java/com/vaadin/flow/custom/CustomRouteIT.java | 2 +- .../test-dev-mode/src/main/frontend/consoleLoggingProxy.js | 2 +- .../com/vaadin/flow/uitest/ui/DebugWindowErrorHandlingView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/DependencyView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/DevToolsPluginView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ExceptionStacktraceView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/FeatureView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/InfoView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/OrderedDependencyView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/StreamResourceView.java | 2 +- .../com/vaadin/flow/uitest/ui/TestingServiceInitListener.java | 2 +- .../com/vaadin/flow/uitest/ui/frontend/BrowserLoggingView.java | 2 +- .../ui/template/AbstractAttachExistingElementByIdTemplate.java | 2 +- .../flow/uitest/ui/template/AttachExistingElementByIdView.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/DependencyIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ExceptionStacktraceIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/InfoIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/OrderedDependencyIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/StreamResourceIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/UrlValidationIT.java | 2 +- .../com/vaadin/flow/uitest/ui/frontend/BrowserLoggingIT.java | 2 +- .../flow/uitest/ui/template/AttachExistingElementByIdIT.java | 2 +- .../src/main/java/com/vaadin/flow/eagerbootstrap/HelloView.java | 2 +- .../main/java/com/vaadin/flow/eagerbootstrap/ParameterView.java | 2 +- .../src/main/java/com/vaadin/flow/eagerbootstrap/RootView.java | 2 +- .../src/test/java/com/vaadin/flow/servlet/BasicViewsIT.java | 2 +- .../src/test/java/com/vaadin/flow/servlet/LowLevelFetchIT.java | 2 +- flow-tests/test-embedding/embedding-test-assets/pom.xml | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/Backend.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/Client.java | 2 +- .../com/vaadin/flow/webcomponent/ClientSelectComponent.java | 2 +- .../java/com/vaadin/flow/webcomponent/ClientSelectExporter.java | 2 +- .../flow/webcomponent/DefaultValueInitializationComponent.java | 2 +- .../flow/webcomponent/DefaultValueInitializationExporter.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/FactoryExporter.java | 2 +- .../java/com/vaadin/flow/webcomponent/FireEventComponent.java | 2 +- .../java/com/vaadin/flow/webcomponent/FireEventExporter.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/MyTheme.java | 2 +- .../vaadin/flow/webcomponent/NoPreserveOnRefreshExporter.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/Option.java | 2 +- .../vaadin/flow/webcomponent/PreserveOnRefreshComponent.java | 2 +- .../com/vaadin/flow/webcomponent/PreserveOnRefreshExporter.java | 2 +- .../com/vaadin/flow/webcomponent/PropertyUpdateComponent.java | 2 +- .../com/vaadin/flow/webcomponent/PropertyUpdateExporter.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/PushComponent.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/PushExporter.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/Select.java | 2 +- .../com/vaadin/flow/webcomponent/StreamResourceExporter.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/ThemedComponent.java | 2 +- .../com/vaadin/flow/webcomponent/ThemedComponentExporter.java | 2 +- .../vaadin/flow/webcomponent/servlets/AbstractPlainServlet.java | 2 +- .../servlets/CustomStreamResourceRegistryServlet.java | 2 +- .../flow/webcomponent/servlets/PushWebComponentServlet.java | 2 +- .../flow/webcomponent/servlets/WebComponentVaadinServlet.java | 2 +- .../src/test/java/com/vaadin/flow/webcomponent/Constants.java | 2 +- .../vaadin/flow/webcomponent/DefaultValueInitializationIT.java | 2 +- .../com/vaadin/flow/webcomponent/EmbeddedWebComponentIT.java | 2 +- .../java/com/vaadin/flow/webcomponent/FactoryExporterIT.java | 2 +- .../src/test/java/com/vaadin/flow/webcomponent/FireEventIT.java | 2 +- .../src/test/java/com/vaadin/flow/webcomponent/HasById.java | 2 +- .../test/java/com/vaadin/flow/webcomponent/NpmOnlyIndexIT.java | 2 +- .../java/com/vaadin/flow/webcomponent/PreserveOnRefreshIT.java | 2 +- .../java/com/vaadin/flow/webcomponent/PushAnnotationIT.java | 2 +- .../java/com/vaadin/flow/webcomponent/StreamResourceIT.java | 2 +- .../java/com/vaadin/flow/webcomponent/UpdatePropertyIT.java | 2 +- .../test/java/com/vaadin/flow/webcomponent/WebComponentIT.java | 2 +- flow-tests/test-embedding/pom.xml | 2 +- .../test-embedding/test-embedding-application-theme/pom.xml | 2 +- .../java/com/vaadin/flow/webcomponent/CssImportComponent.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/MyComponent.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/ThemedComponent.java | 2 +- .../com/vaadin/flow/webcomponent/ThemedComponentExporter.java | 2 +- .../com/vaadin/flow/webcomponent/servlets/EmbeddedServlet.java | 2 +- .../vaadin/flow/webcomponent/ApplicationThemeComponentIT.java | 2 +- .../test-embedding-generic/src/main/frontend/src/Dependency.js | 2 +- .../src/main/frontend/src/themed-component.js | 2 +- .../src/main/frontend/theme/themed-component-style.js | 2 +- .../src/main/frontend/theme/themed-component.js | 2 +- .../main/java/com/vaadin/flow/webcomponent/NpmPlainServlet.java | 2 +- .../src/main/frontend/src/Dependency.js | 2 +- .../src/main/frontend/src/themed-component.js | 2 +- .../src/main/frontend/theme/themed-component-style.js | 2 +- .../src/main/frontend/theme/themed-component.js | 2 +- .../java/com/vaadin/flow/webcomponent/NpmProdPlainServlet.java | 2 +- flow-tests/test-embedding/test-embedding-reusable-theme/pom.xml | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/MyComponent.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/ThemedComponent.java | 2 +- .../com/vaadin/flow/webcomponent/ThemedComponentExporter.java | 2 +- .../com/vaadin/flow/webcomponent/servlets/EmbeddedServlet.java | 2 +- .../vaadin/flow/webcomponent/ApplicationThemeComponentIT.java | 2 +- flow-tests/test-embedding/test-embedding-theme-variant/pom.xml | 2 +- .../com/vaadin/flow/webcomponent/ThemedVariantComponent.java | 2 +- .../flow/webcomponent/ThemedVariantComponentExporter.java | 2 +- .../com/vaadin/flow/webcomponent/WebComponentVaadinServlet.java | 2 +- .../com/vaadin/flow/webcomponent/ThemedVariantComponentIT.java | 2 +- .../test-embedding/webapp/compatibility-dev/defaultValue.html | 2 +- .../test-embedding/webapp/compatibility-dev/fireEvent.html | 2 +- flow-tests/test-embedding/webapp/compatibility-dev/index.html | 2 +- .../test-embedding/webapp/compatibility-dev/interfaceBased.html | 2 +- .../webapp/compatibility-dev/preserveOnRefresh.html | 2 +- .../webapp/compatibility-dev/preserveOnRefreshSecondary.html | 2 +- flow-tests/test-embedding/webapp/compatibility-dev/push.html | 2 +- .../test-embedding/webapp/compatibility-dev/updateProperty.html | 2 +- .../test-embedding/webapp/compatibility-prod/defaultValue.html | 2 +- .../test-embedding/webapp/compatibility-prod/fireEvent.html | 2 +- flow-tests/test-embedding/webapp/compatibility-prod/index.html | 2 +- .../webapp/compatibility-prod/interfaceBased.html | 2 +- .../webapp/compatibility-prod/preserveOnRefresh.html | 2 +- .../webapp/compatibility-prod/preserveOnRefreshSecondary.html | 2 +- flow-tests/test-embedding/webapp/compatibility-prod/push.html | 2 +- .../webapp/compatibility-prod/updateProperty.html | 2 +- flow-tests/test-embedding/webapp/npm/defaultValue.html | 2 +- flow-tests/test-embedding/webapp/npm/fireEvent.html | 2 +- flow-tests/test-embedding/webapp/npm/index.html | 2 +- flow-tests/test-embedding/webapp/npm/interfaceBased.html | 2 +- flow-tests/test-embedding/webapp/npm/preserveOnRefresh.html | 2 +- .../test-embedding/webapp/npm/preserveOnRefreshSecondary.html | 2 +- flow-tests/test-embedding/webapp/npm/push.html | 2 +- flow-tests/test-embedding/webapp/npm/updateProperty.html | 2 +- .../src/main/java/com/vaadin/flow/todo/Todo.java | 2 +- .../src/main/java/com/vaadin/flow/todo/TodoCreator.java | 2 +- .../src/main/java/com/vaadin/flow/todo/TodoElement.java | 2 +- .../src/main/java/com/vaadin/flow/todo/TodoList.java | 2 +- .../src/main/java/com/vaadin/flow/select/SelectElement.java | 2 +- .../test-express-build/test-dev-bundle-frontend-add-on/pom.xml | 2 +- .../java/com/vaadin/flow/frontend/DevBundleCssImportView.java | 2 +- .../java/com/vaadin/flow/frontend/DevBundleJsModuleView.java | 2 +- .../src/main/java/com/vaadin/flow/frontend/LitView.java | 2 +- .../java/com/vaadin/flow/frontend/ChangeFrontendContentIT.java | 2 +- .../java/com/vaadin/flow/frontend/DevBundleCssImportIT.java | 2 +- .../test/java/com/vaadin/flow/frontend/DevBundleJsModuleIT.java | 2 +- .../test/java/com/vaadin/flow/frontend/ViteImportedCSSIT.java | 2 +- .../test-express-build/test-dev-bundle-java-add-on/pom.xml | 2 +- flow-tests/test-express-build/test-dev-bundle-no-plugin/pom.xml | 2 +- .../src/main/java/com/vaadin/devbundle/FakeAppConf.java | 2 +- .../test-express-build/test-embedding-express-build/pom.xml | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/MyComponent.java | 2 +- .../src/main/java/com/vaadin/flow/webcomponent/MyView.java | 2 +- .../com/vaadin/flow/webcomponent/OtherComponentExporter.java | 2 +- .../com/vaadin/flow/webcomponent/OtherExportedComponent.java | 2 +- .../main/java/com/vaadin/flow/webcomponent/ThemedComponent.java | 2 +- .../com/vaadin/flow/webcomponent/ThemedComponentExporter.java | 2 +- .../com/vaadin/flow/webcomponent/servlets/EmbeddedServlet.java | 2 +- .../vaadin/flow/webcomponent/ApplicationThemeComponentIT.java | 2 +- .../src/test/java/com/vaadin/flow/webcomponent/MyViewIT.java | 2 +- .../com/vaadin/flow/plugin/maven/TestBuildFrontendMojo.java | 2 +- .../com/vaadin/flow/plugin/maven/TestPrepareFrontendMojo.java | 2 +- .../src/main/java/com/vaadin/flow/devbuild/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/devbuild/ParentThemeView.java | 2 +- .../src/test/java/com/vaadin/flow/devbuild/ParentThemeIT.java | 2 +- .../src/main/java/com/vaadin/flow/prodbuild/AppShell.java | 2 +- .../com/vaadin/flow/prodbuild/ParentThemeInFrontendView.java | 2 +- .../java/com/vaadin/flow/prodbuild/ParentThemeInFrontendIT.java | 2 +- .../src/main/java/com/vaadin/flow/devbuild/AppShell.java | 2 +- .../com/vaadin/flow/devbuild/ParentThemeInFrontendView.java | 2 +- .../java/com/vaadin/flow/devbuild/ParentThemeInFrontendIT.java | 2 +- .../src/main/java/com/vaadin/flow/prodbuild/AppShell.java | 2 +- .../main/java/com/vaadin/flow/prodbuild/ParentThemeView.java | 2 +- .../src/test/java/com/vaadin/flow/prodbuild/ParentThemeIT.java | 2 +- .../test-express-build/test-prod-bundle-no-plugin/pom.xml | 2 +- .../src/main/java/com/vaadin/prodbundle/FakeAppConf.java | 2 +- .../src/main/java/com/vaadin/reusabletheme/Dependency.java | 2 +- .../src/main/java/com/vaadin/flow/devbuild/AppShell.java | 2 +- .../main/java/com/vaadin/flow/devbuild/ReusingThemeView.java | 2 +- .../src/test/java/com/vaadin/flow/devbuild/ReusingThemeIT.java | 2 +- .../src/main/java/com/vaadin/flow/devbuild/AppShell.java | 2 +- .../main/java/com/vaadin/flow/devbuild/DevBundleThemeView.java | 2 +- .../test/java/com/vaadin/flow/devbuild/DevBundleThemeIT.java | 2 +- .../src/main/java/com/vaadin/flow/prodbuild/AppShell.java | 2 +- .../java/com/vaadin/flow/prodbuild/ThemeComponentsCssView.java | 2 +- .../java/com/vaadin/flow/prodbuild/ThemeComponentsCssIT.java | 2 +- .../src/main/java/com/vaadin/flow/mixedtest/ui/IdTestView.java | 2 +- .../com/vaadin/flow/mixedtest/ui/MissingDependenciesView.java | 2 +- .../src/test/java/com/vaadin/flow/mixedtest/ui/IdTestIT.java | 2 +- .../src/main/java/com/vaadin/flow/mixedtest/ui/IdTestView.java | 2 +- .../com/vaadin/flow/mixedtest/ui/MissingDependenciesView.java | 2 +- .../java/com/vaadin/flow/mixedtest/ui/PolymerIdTestView.java | 2 +- .../src/test/java/com/vaadin/flow/mixedtest/ui/IdTestIT.java | 2 +- .../test/java/com/vaadin/flow/mixedtest/ui/PolymerIdTestIT.java | 2 +- .../src/main/java/com/vaadin/flow/mixedtest/ui/IdTestView.java | 2 +- .../com/vaadin/flow/mixedtest/ui/MissingDependenciesView.java | 2 +- .../java/com/vaadin/flow/mixedtest/ui/PolymerIdTestView.java | 2 +- .../src/test/java/com/vaadin/flow/mixedtest/ui/IdTestIT.java | 2 +- .../test/java/com/vaadin/flow/mixedtest/ui/PolymerIdTestIT.java | 2 +- .../src/test/java/com/vaadin/viteapp/BasicComponentIT.java | 2 +- .../src/test/java/com/vaadin/viteapp/BasicComponentIT.java | 2 +- .../src/test/java/com/vaadin/viteapp/BasicComponentIT.java | 2 +- .../src/test/java/com/vaadin/viteapp/BasicComponentIT.java | 2 +- .../src/main/java/com/vaadin/viteapp/BasicComponent.java | 2 +- .../src/main/java/com/vaadin/viteapp/PushComponent.java | 2 +- .../src/test/java/com/vaadin/viteapp/BasicComponentIT.java | 2 +- .../src/test/java/com/vaadin/viteapp/PushComponentIT.java | 2 +- .../src/main/java/com/vaadin/viteapp/AppShell.java | 2 +- .../src/main/java/com/vaadin/viteapp/MainView.java | 2 +- .../src/test/java/com/vaadin/viteapp/MainIT.java | 2 +- .../src/main/java/com/vaadin/viteapp/AppShell.java | 2 +- .../java/com/vaadin/viteapp/ApplicationServiceInitListener.java | 2 +- .../src/main/java/com/vaadin/viteapp/MainView.java | 2 +- .../src/test/java/com/vaadin/viteapp/MainIT.java | 2 +- .../src/main/java/com/vaadin/viteapp/AppShell.java | 2 +- .../src/main/java/com/vaadin/viteapp/MainView.java | 2 +- .../src/test/java/com/vaadin/viteapp/MainIT.java | 2 +- .../vite-pwa/src/main/java/com/vaadin/viteapp/AppShell.java | 2 +- .../vite-pwa/src/main/java/com/vaadin/viteapp/MainView.java | 2 +- .../vite-pwa/src/test/java/com/vaadin/viteapp/MainIT.java | 2 +- flow-tests/test-frontend/vite-test-assets/pom.xml | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../com/vaadin/flow/uitest/ui/theme/UtilityClassNameView.java | 2 +- .../com/vaadin/flow/uitest/ui/theme/UtilityClassNameIT.java | 2 +- .../flow/uitest/multimodule/ui/FrontendLiveReloadView.java | 2 +- .../vaadin/flow/uitest/multimodule/ui/ProjectFolderInfo.java | 2 +- .../vaadin/flow/uitest/multimodule/ui/FrontendLiveReloadIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AbstractLiveReloadView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/FrontendLiveReloadView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/JavaLiveReloadView.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshLiveReloadView.java | 2 +- .../com/vaadin/flow/uitest/ui/TestingServiceInitListener.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AbstractLiveReloadIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/FrontendLiveReloadIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/JavaLiveReloadIT.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshLiveReloadIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ThemeLiveReloadIT.java | 2 +- .../vaadin/flow/uitest/ui/ThemeLiveReloadWithShadowRootIT.java | 2 +- .../src/main/java/com/vaadin/flow/theme/lumo/Lumo.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/ActiveUIsView.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/CustomServlet.java | 2 +- .../main/java/com/vaadin/flow/misc/ui/ExceptionLoggingView.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/MiscelaneousView.java | 2 +- .../java/com/vaadin/flow/misc/ui/NpmThemedComponentView.java | 2 +- .../java/com/vaadin/flow/misc/ui/PreserveOnRefreshView.java | 2 +- .../main/java/com/vaadin/flow/misc/ui/ProdModeConfigView.java | 2 +- .../src/main/java/com/vaadin/flow/misc/ui/TranslationView.java | 2 +- .../main/java/com/vaadin/flow/misc/ui/UITrackerListener.java | 2 +- .../services/com.vaadin.flow.server.VaadinServiceInitListener | 2 +- .../test/java/com/vaadin/flow/misc/ui/ExceptionLoggingIT.java | 2 +- .../src/test/java/com/vaadin/flow/misc/ui/MiscelaneousIT.java | 2 +- .../test/java/com/vaadin/flow/misc/ui/NpmThemedComponentIT.java | 2 +- .../com/vaadin/flow/misc/ui/PreserveOnRefreshCloseUIsIT.java | 2 +- .../src/test/java/com/vaadin/flow/misc/ui/ProdModeConfigIT.java | 2 +- .../src/test/java/com/vaadin/flow/misc/ui/TranslationIT.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/notheme/AppShell.java | 2 +- .../com/vaadin/flow/uitest/ui/notheme/NoThemeComponentView.java | 2 +- .../com/vaadin/flow/uitest/ui/notheme/NoThemeComponentIT.java | 2 +- flow-tests/test-npm-only-features/pom.xml | 2 +- .../test-npm-bytecode-scanning/pom-devmode.xml | 2 +- .../test-npm-bytecode-scanning/pom-production.xml | 2 +- .../bytecodescanning/ByteCodeScanningView.java | 2 +- .../flow/testnpmonlyfeatures/bytecodescanning/MyButton.java | 2 +- .../bytecodescanning/ByteCodeScanningIT.java | 2 +- .../testnpmonlyfeatures/bytecodescanning/FullCPScanningIT.java | 2 +- .../test-npm-custom-frontend-directory/pom.xml | 2 +- flow-tests/test-npm-only-features/test-npm-general/pom.xml | 2 +- .../general/ComponentAddedViaInitListenerView.java | 2 +- .../general/ComponentWithExternalJsModule.java | 2 +- .../flow/testnpmonlyfeatures/general/ExternalJSModuleView.java | 2 +- .../testnpmonlyfeatures/general/TestingServiceInitListener.java | 2 +- .../flow/testnpmonlyfeatures/general/TestingUiUnitListener.java | 2 +- .../general/ComponentAddedViaInitListenerIT.java | 2 +- .../flow/testnpmonlyfeatures/general/ExternalJSModuleIT.java | 2 +- flow-tests/test-npm-only-features/test-npm-no-buildmojo/pom.xml | 2 +- .../performanceregression/StartupPerformance.java | 2 +- .../performanceregression/StartupPerformanceIT.java | 2 +- .../src/main/java/com/vaadin/flow/pwatest/AppShell.java | 2 +- .../com/vaadin/flow/pwatest/ApplicationServiceInitListener.java | 2 +- .../src/main/java/com/vaadin/flow/pwatest/MainView.java | 2 +- .../src/test/java/com/vaadin/flow/pwatest/MainIT.java | 2 +- .../src/main/java/com/vaadin/flow/pwatest/ui/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/pwatest/ui/PwaTestView.java | 2 +- .../src/test/java/com/vaadin/flow/pwatest/ui/PwaTestIT.java | 2 +- flow-tests/test-react-adapter/src/main/frontend/ReactLayout.tsx | 2 +- .../src/main/java/com/vaadin/flow/FlowInReactComponentView.java | 2 +- .../src/main/java/com/vaadin/flow/ReactAdapterView.java | 2 +- .../src/main/java/com/vaadin/flow/ReactInput.java | 2 +- .../src/main/java/com/vaadin/flow/ReactLayout.java | 2 +- .../src/main/java/com/vaadin/flow/AnchorView.java | 2 +- .../src/main/java/com/vaadin/flow/BackNavFirstView.java | 2 +- .../src/main/java/com/vaadin/flow/BackNavSecondView.java | 2 +- .../src/main/java/com/vaadin/flow/ForwardTargetView.java | 2 +- .../java/com/vaadin/flow/ForwardTargetWithParametersView.java | 2 +- .../main/java/com/vaadin/flow/ForwardingToParametersView.java | 2 +- .../src/main/java/com/vaadin/flow/ForwardingView.java | 2 +- .../src/main/java/com/vaadin/flow/NavigationView.java | 2 +- .../src/main/java/com/vaadin/flow/PostponeView.java | 2 +- .../src/main/java/com/vaadin/flow/ReactNavigateView.java | 2 +- .../com/vaadin/flow/RouterLinkForwardingToParametersView.java | 2 +- .../src/main/java/com/vaadin/flow/RouterView.java | 2 +- .../src/main/java/com/vaadin/flow/ServerView.java | 2 +- .../src/test/java/com/vaadin/flow/NavigationIT.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/Application.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DevModeNoClassCacheView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DevModeNoClassCacheIT.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/AbstractReloadView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/Application.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DevModeClassCacheView.java | 2 +- .../com/vaadin/flow/uitest/ui/ThemeSwitchLiveReloadView.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/AbstractReloadIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DevModeClassCacheIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/SessionValueIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ThemeSwitchLiveReloadIT.java | 2 +- .../vaadin/flow/uitest/ui/dependencies/ThemableTextField.java | 2 +- .../frontend/com/vaadin/flow/uitest/ui/dependencies/inline.js | 2 +- .../src/main/frontend/components/context-inline.js | 2 +- .../test-root-context/src/main/frontend/dependencies/inline.js | 2 +- .../java/com/vaadin/flow/ItApplicationConfigurationFactory.java | 2 +- .../src/main/java/com/vaadin/flow/osgi/Activator.java | 2 +- .../src/main/java/com/vaadin/flow/osgi/OSGiMarker.java | 2 +- .../src/main/java/com/vaadin/flow/osgi/OSGiMarkerImpl.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/MyException.java | 2 +- .../com/vaadin/flow/uitest/ui/AbstractErrorHandlerView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AbstractEventDataView.java | 2 +- .../com/vaadin/flow/uitest/ui/AbstractPushUpdateDivView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ActivatePushView.java | 2 +- .../com/vaadin/flow/uitest/ui/AttachExistingElementView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/AttachListenerView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/BaseHrefView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/BasicComponentView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/BasicElementView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/BodyScrollView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/BrokenRouterLinkView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/BrowserWindowResizeView.java | 2 +- .../com/vaadin/flow/uitest/ui/CallFunctionBeforeRemoveView.java | 2 +- .../com/vaadin/flow/uitest/ui/ClientSideValueChangeView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ComponentEventDataView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/CompositeNestedView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/CompositeView.java | 2 +- .../com/vaadin/flow/uitest/ui/ConstantPoolPerformanceView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/CountUIsView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/CustomCustomElementView.java | 2 +- .../vaadin/flow/uitest/ui/DebounceSynchronizePropertyView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/DevModeConfigView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/DialogShortcutView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DirectionChangeView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DnDAttachDetachView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DnDCustomComponentView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/DnDView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/DomEventFilterView.java | 2 +- .../uitest/ui/DomEventStopPropagationAndPreventDefaultView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DomListenerOnAttachView.java | 2 +- .../com/vaadin/flow/uitest/ui/DynamicallyRegisteredRoute.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ElementInitOrderView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ElementInnerHtmlView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ElementRemoveItselfView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ElementStyleView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/EnabledView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/EventListenersView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/EventTargetView.java | 2 +- .../com/vaadin/flow/uitest/ui/ExceptionDuringMapSyncView.java | 2 +- .../vaadin/flow/uitest/ui/ExceptionInStreamResourceView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ExecJavaScriptView.java | 2 +- .../com/vaadin/flow/uitest/ui/ExtendedClientDetailsView.java | 2 +- .../com/vaadin/flow/uitest/ui/HasUrlParameterErrorView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/HistoryView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/IFrameView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/InMemoryChildrenView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/InternalErrorView.java | 2 +- .../com/vaadin/flow/uitest/ui/InvalidateHttpSessionView.java | 2 +- .../com/vaadin/flow/uitest/ui/JavaScriptReturnValueView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/JsApiGetByIdView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/LoadingIndicatorView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/LocaleChangeView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/LogoutView.java | 2 +- .../vaadin/flow/uitest/ui/LogoutWithNotificationServlet.java | 2 +- .../vaadin/flow/uitest/ui/LongPollingMultipleThreadsView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/LongPollingPushView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ModalDialogView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/MyExceptionHandler.java | 2 +- .../java/com/vaadin/flow/uitest/ui/NavigationEventsView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/NavigationTriggerView.java | 2 +- .../com/vaadin/flow/uitest/ui/PlainScriptViaJavaScriptView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/PostponeProceedView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/PostponeUpdateView.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshForwardToView.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshForwardingView.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshNavigationView.java | 2 +- .../com/vaadin/flow/uitest/ui/PreserveOnRefreshReAddView.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshShortcutView.java | 2 +- .../com/vaadin/flow/uitest/ui/PushLongPollingUpdateDivView.java | 2 +- .../uitest/ui/PushLongPollingWithPreserveOnRefreshView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/PushSettingsView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/PushWSUpdateDivView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/RedirectToPushView.java | 2 +- .../com/vaadin/flow/uitest/ui/RequestParametersHistoryView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/RequestParametersView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/RerouteView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ReturnChannelView.java | 2 +- .../com/vaadin/flow/uitest/ui/RouteAndQueryParametersView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/ScriptInjectView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/SerializeShortcutView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/SerializeUIView.java | 2 +- .../com/vaadin/flow/uitest/ui/ServiceInitListenersView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/SessionCloseLogoutView.java | 2 +- .../vaadin/flow/uitest/ui/SetTitleAfterNavigationEventView.java | 2 +- .../uitest/ui/ShadowRootShortcutsWithValueChangeModeView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/ShadowRootView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/ShortcutsView.java | 2 +- .../vaadin/flow/uitest/ui/ShortcutsWithValueChangeModeView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/StaticHtmlView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/StreamResourceView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/StylePriorityView.java | 2 +- .../com/vaadin/flow/uitest/ui/SynchronizedPropertyView.java | 2 +- .../com/vaadin/flow/uitest/ui/TestingServiceInitListener.java | 2 +- .../java/com/vaadin/flow/uitest/ui/TimingInfoReportedView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/TrackMessageSizeView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/UIElementView.java | 2 +- .../vaadin/flow/uitest/ui/UIsCollectedWithBeaconAPIView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/VisibilityView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/WaitForVaadinView.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/WebStorageView.java | 2 +- .../flow/uitest/ui/dependencies/AnnotatedContextInlineView.java | 2 +- .../uitest/ui/dependencies/ComponentWithExternalJavaScript.java | 2 +- .../flow/uitest/ui/dependencies/ContextInlineApiView.java | 2 +- .../flow/uitest/ui/dependencies/DynamicDependencyView.java | 2 +- .../flow/uitest/ui/dependencies/ExternalJavaScriptView.java | 2 +- .../com/vaadin/flow/uitest/ui/frontend/UsageStatisticsView.java | 2 +- .../flow/uitest/ui/littemplate/AnchorInsideTemplateView.java | 2 +- .../com/vaadin/flow/uitest/ui/littemplate/ReattachView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/littemplate/TestForm.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/push/BasicPollView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/push/BasicPushView.java | 2 +- .../uitest/ui/push/SendMultibyteCharactersLongPollingView.java | 2 +- .../uitest/ui/push/SendMultibyteCharactersWebSocketView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/routing/ForwardPage.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/routing/NPEHandler.java | 2 +- .../java/com/vaadin/flow/uitest/ui/routing/NPETargetView.java | 2 +- .../com/vaadin/flow/uitest/ui/routing/NavigationException.java | 2 +- .../flow/uitest/ui/routing/NavigationExceptionHandler.java | 2 +- .../flow/uitest/ui/routing/NavigationExceptionLayout.java | 2 +- .../flow/uitest/ui/routing/NavigationExceptionTargetView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/routing/PushLayout.java | 2 +- .../vaadin/flow/uitest/ui/routing/PushRouteNotFoundView.java | 2 +- .../vaadin/flow/uitest/ui/scroll/CustomScrollCallbacksView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/scroll/LongToOpenView.java | 2 +- .../com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsView.java | 2 +- .../com/vaadin/flow/uitest/ui/scroll/PushStateScrollView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/scroll/ScrollView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/scroll/ScrollableView.java | 2 +- .../vaadin/flow/uitest/ui/scroll/ServerRequestScrollView.java | 2 +- .../vaadin/flow/uitest/ui/template/AfterServerChangesView.java | 2 +- .../uitest/ui/template/AttachExistingDomElementByIdView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/BasicTypeInListView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/BeanInListingView.java | 2 +- .../uitest/ui/template/ChangeInjectedComponentTextView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/ChildOrderView.java | 2 +- .../vaadin/flow/uitest/ui/template/ClearNodeChildrenView.java | 2 +- .../vaadin/flow/uitest/ui/template/ClientUpdateModeView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/ConvertToBeanView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/DomRepeatView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/EmptyListsView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/EventHandlerView.java | 2 +- .../uitest/ui/template/ExceptionsDuringPropertyUpdatesView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/HiddenTemplateView.java | 2 +- .../ui/template/InjectedElementInsideMixinBehaviorView.java | 2 +- .../vaadin/flow/uitest/ui/template/InjectsJsTemplateView.java | 2 +- .../uitest/ui/template/InvisibleDefaultPropertyValueView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/JsGrandParentView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/JsInjectedDiv.java | 2 +- .../com/vaadin/flow/uitest/ui/template/JsInjectedElement.java | 2 +- .../vaadin/flow/uitest/ui/template/JsInjectedGrandChild.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/JsSubTemplate.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/template/Message.java | 2 +- .../flow/uitest/ui/template/MutationSeveralSyncedPropsView.java | 2 +- .../flow/uitest/ui/template/OneWayPolymerBindingView.java | 2 +- .../flow/uitest/ui/template/PolymerDefaultPropertyValue.java | 2 +- .../uitest/ui/template/PolymerDefaultPropertyValueView.java | 2 +- .../flow/uitest/ui/template/PolymerModelPropertiesView.java | 2 +- .../vaadin/flow/uitest/ui/template/PolymerPropertiesView.java | 2 +- .../flow/uitest/ui/template/PolymerPropertyChangeEventView.java | 2 +- .../ui/template/PolymerPropertyMutationInObserverView.java | 2 +- .../ui/template/PolymerTemplateWithoutShadowRootView.java | 2 +- .../uitest/ui/template/RestoreViewWithAttachedByIdView.java | 2 +- .../flow/uitest/ui/template/SubPropertyModelTemplate.java | 2 +- .../vaadin/flow/uitest/ui/template/SubPropertyModelView.java | 2 +- .../uitest/ui/template/TemplateHasInjectedSubTemplateView.java | 2 +- .../vaadin/flow/uitest/ui/template/TemplateInTemplateView.java | 2 +- .../flow/uitest/ui/template/TemplateInTemplateWithIdView.java | 2 +- .../flow/uitest/ui/template/TemplateMappingDetectorView.java | 2 +- .../flow/uitest/ui/template/TemplateScalabilityPanel.java | 2 +- .../vaadin/flow/uitest/ui/template/TemplateScalabilityView.java | 2 +- .../flow/uitest/ui/template/TemplateWithConnectedCallbacks.java | 2 +- .../uitest/ui/template/TemplateWithConnectedCallbacksView.java | 2 +- .../vaadin/flow/uitest/ui/template/TemplatesVisibilityView.java | 2 +- .../flow/uitest/ui/template/TwoWayPolymerBindingView.java | 2 +- .../flow/uitest/ui/template/UpdatableModelPropertiesView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/UpgradeElementView.java | 2 +- .../flow/uitest/ui/template/collections/ListBindingView.java | 2 +- .../ui/template/collections/ListInsideListBindingView.java | 2 +- .../com/vaadin/flow/uitest/ui/template/collections/Message.java | 2 +- .../flow/uitest/ui/template/collections/ModelListView.java | 2 +- .../uitest/ui/template/collections/TwoWayListBindingView.java | 2 +- .../vaadin/flow/uitest/ui/template/imports/LazyWidgetView.java | 2 +- .../java/com/vaadin/flow/uitest/ui/webcomponent/HasMax.java | 2 +- .../java/com/vaadin/flow/uitest/ui/webcomponent/HasValue.java | 2 +- .../java/com/vaadin/flow/uitest/ui/webcomponent/PaperInput.java | 2 +- .../com/vaadin/flow/uitest/ui/webcomponent/PaperInputView.java | 2 +- .../com/vaadin/flow/uitest/ui/webcomponent/PaperSlider.java | 2 +- .../com/vaadin/flow/uitest/ui/webcomponent/PaperSliderView.java | 2 +- .../src/main/webapp/components/context-inline.js | 2 +- .../test-root-context/src/main/webapp/dependencies/inline.js | 2 +- .../src/test/java/com/vaadin/flow/AssertionTest.java | 2 +- .../src/test/java/com/vaadin/flow/ClientResourceIT.java | 2 +- .../src/test/java/com/vaadin/flow/FaultyLocationIT.java | 2 +- .../src/test/java/com/vaadin/flow/InvalidLocationIT.java | 2 +- .../src/test/java/com/vaadin/flow/ui/SerializationTest.java | 2 +- .../src/test/java/com/vaadin/flow/ui/ToStringTest.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/AbstractErrorIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AbstractEventDataIT.java | 2 +- .../com/vaadin/flow/uitest/ui/AbstractStreamResourceIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AbstractUpdateDivIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/AttachExistingElementIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/AttachListenerIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/BaseHrefIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/BasicComponentIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/BasicElementIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/BodyScrollIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/BrokenRouterLinkIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/BrowserWindowResizeIT.java | 2 +- .../com/vaadin/flow/uitest/ui/CallFunctionBeforeRemoveIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ClientSideValueChangeIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ComponentEventDataIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/CompositeIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/CompositeNestedIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/CountUIsIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/CustomCustomElementIT.java | 2 +- .../vaadin/flow/uitest/ui/DebounceSynchronizePropertyIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/DevModeConfigIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/DirectionChangeIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/DnDAttachDetachIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/DnDIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/DomEventFilterIT.java | 2 +- .../uitest/ui/DomEventStopPropagationAndPreventDefaultIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/DomListenerOnAttachIT.java | 2 +- .../com/vaadin/flow/uitest/ui/DynamicallyRegisteredRouteIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ElementInitOrderIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ElementInnerHtmlIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ElementRemoveItselfIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/EnabledIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/EventListenersIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/EventTargetIT.java | 2 +- .../com/vaadin/flow/uitest/ui/ExceptionDuringMapSyncIT.java | 2 +- .../com/vaadin/flow/uitest/ui/ExceptionInStreamResourceIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ExecJavaScriptIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ExtendedClientDetailsIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/HasUrlParameterErrorIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/HistoryIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/InMemoryChildrenIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/InternalErrorIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/InvalidateHttpSessionIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/JavaScriptReturnValueIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/JsApiGetByIdIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/LoadingIndicatorIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/LocaleChangeIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/LogoutIT.java | 2 +- .../com/vaadin/flow/uitest/ui/LogoutWithNotificationIT.java | 2 +- .../com/vaadin/flow/uitest/ui/LongPollingMultipleThreadsIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/LongPollingPushIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/NavigationEventsIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/NavigationTriggerIT.java | 2 +- .../com/vaadin/flow/uitest/ui/PlainScriptViaJavaScriptIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/PostponeProceedIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/PostponeUpdateIT.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshForwardingIT.java | 2 +- .../vaadin/flow/uitest/ui/PreserveOnRefreshNavigationIT.java | 2 +- .../com/vaadin/flow/uitest/ui/PreserveOnRefreshReAddIT.java | 2 +- .../com/vaadin/flow/uitest/ui/PreserveOnRefreshShortcutIT.java | 2 +- .../com/vaadin/flow/uitest/ui/PushLongPollingUpdateDivIT.java | 2 +- .../flow/uitest/ui/PushLongPollingWithPreserveOnRefreshIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/PushSettingsIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/PushWSUpdateDivIT.java | 2 +- .../com/vaadin/flow/uitest/ui/PushWithPreserveOnRefreshIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/RedirectToPushIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/RemoveAddVisibilityIT.java | 2 +- .../com/vaadin/flow/uitest/ui/RemoveRoutersLayoutContentIT.java | 2 +- .../com/vaadin/flow/uitest/ui/RequestParametersHistoryIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/RequestParametersIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/RerouteIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/ReturnChannelIT.java | 2 +- .../com/vaadin/flow/uitest/ui/RouteAndQueryParametersIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/RouteNotFoundDevModeIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/RouteNotFoundProdModeIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/RouterParallelIT.java | 2 +- .../com/vaadin/flow/uitest/ui/RouterSessionExpirationIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/ScriptInjectIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/SerializeShortcutIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/SerializeUIIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/ServiceInitListenersIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/SessionCloseLogoutIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/ShadowRootIT.java | 2 +- .../uitest/ui/ShadowRootShortcutsWithValueChangeModeIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/ShortcutsIT.java | 2 +- .../vaadin/flow/uitest/ui/ShortcutsWithValueChangeModeIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/StaticHtmlIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/StreamResourceIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/StylePriorityIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/SynchronizedPropertyIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/TimingInfoReportedIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/TrackMessageSizeIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/UIElementIT.java | 2 +- .../com/vaadin/flow/uitest/ui/UIsCollectedWithBeaconAPIIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/VaadinPushScriptIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/VisibilityIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/WaitForVaadinIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/WebStorageIT.java | 2 +- .../flow/uitest/ui/dependencies/AbstractContextInlineIT.java | 2 +- .../flow/uitest/ui/dependencies/AnnotatedContextInlineIT.java | 2 +- .../vaadin/flow/uitest/ui/dependencies/ContextInlineApiIT.java | 2 +- .../vaadin/flow/uitest/ui/dependencies/DynamicDependencyIT.java | 2 +- .../flow/uitest/ui/dependencies/ExternalJavaScriptIT.java | 2 +- .../flow/uitest/ui/littemplate/AnchorInsideTemplateIT.java | 2 +- .../vaadin/flow/uitest/ui/littemplate/InjectingTemplateIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/littemplate/ReattachIT.java | 2 +- .../uitest/ui/littemplate/SimpleLitTemplateShadowRootIT.java | 2 +- .../vaadin/flow/uitest/ui/routing/InfiniteRerouteLoopIT.java | 2 +- .../com/vaadin/flow/uitest/ui/routing/PushRouteNotFoundIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/scroll/AbstractScrollIT.java | 2 +- .../vaadin/flow/uitest/ui/scroll/CustomScrollCallbacksIT.java | 2 +- .../com/vaadin/flow/uitest/ui/scroll/MultipleAnchorsIT.java | 2 +- .../com/vaadin/flow/uitest/ui/scroll/PushStateScrollIT.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/scroll/ScrollIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/scroll/ScrollableViewIT.java | 2 +- .../com/vaadin/flow/uitest/ui/scroll/ServerRequestScrollIT.java | 2 +- .../vaadin/flow/uitest/ui/template/AfterServerChangesIT.java | 2 +- .../flow/uitest/ui/template/AttachExistingDomElementByIdIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/BasicTypeInListIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/BeanInListingIT.java | 2 +- .../flow/uitest/ui/template/ChangeInjectedComponentTextIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/ChildOrderIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/ClearNodeChildrenIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/ConvertToBeanIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/DomRepeatIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/EmptyListsIT.java | 2 +- .../java/com/vaadin/flow/uitest/ui/template/EventHandlerIT.java | 2 +- .../uitest/ui/template/ExceptionsDuringPropertyUpdatesIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/HiddenTemplateIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/InjectScriptTagIT.java | 2 +- .../ui/template/InjectedElementInsideMixinBehaviorIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/InjectsJsTemplateIT.java | 2 +- .../uitest/ui/template/InvisibleDefaultPropertyValueIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/JsGrandParentIT.java | 2 +- .../flow/uitest/ui/template/MutationSeveralSyncedPropsIT.java | 2 +- .../vaadin/flow/uitest/ui/template/OneWayPolymerBindingIT.java | 2 +- .../flow/uitest/ui/template/PolymerDefaultPropertyValueIT.java | 2 +- .../flow/uitest/ui/template/PolymerModelPropertiesIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/PolymerPropertiesIT.java | 2 +- .../flow/uitest/ui/template/PolymerPropertyChangeEventIT.java | 2 +- .../uitest/ui/template/PolymerPropertyMutationInObserverIT.java | 2 +- .../flow/uitest/ui/template/RestoreViewWithAttachedByIdIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/SubPropertyModelIT.java | 2 +- .../uitest/ui/template/TemplateHasInjectedSubTemplateIT.java | 2 +- .../vaadin/flow/uitest/ui/template/TemplateInTemplateIT.java | 2 +- .../flow/uitest/ui/template/TemplateInTemplateWithIdIT.java | 2 +- .../flow/uitest/ui/template/TemplateMappingDetectorIT.java | 2 +- .../uitest/ui/template/TemplateWithConnectedCallbacksIT.java | 2 +- .../vaadin/flow/uitest/ui/template/TemplatesVisibilityIT.java | 2 +- .../vaadin/flow/uitest/ui/template/TwoWayPolymerBindingIT.java | 2 +- .../flow/uitest/ui/template/UpdatableModelPropertiesIT.java | 2 +- .../com/vaadin/flow/uitest/ui/template/UpgradeElementIT.java | 2 +- .../flow/uitest/ui/template/collections/ListBindingIT.java | 2 +- .../uitest/ui/template/collections/ListInsideListBindingIT.java | 2 +- .../uitest/ui/template/collections/TwoWayListBindingIT.java | 2 +- .../vaadin/flow/uitest/ui/template/imports/LazyWidgetIT.java | 2 +- .../com/vaadin/flow/uitest/ui/webcomponent/PaperInputIT.java | 2 +- .../com/vaadin/flow/uitest/ui/webcomponent/PaperSliderIT.java | 2 +- .../src/main/java/com/vaadin/flow/contexttest/ui/AppShell.java | 2 +- .../java/com/vaadin/flow/contexttest/ui/DependencyLayout.java | 2 +- .../main/java/com/vaadin/flow/contexttest/ui/PathLayout.java | 2 +- .../vaadin/flow/contexttest/ui/OfflineWithCustomContextIT.java | 2 +- .../src/main/java/com/vaadin/flow/servlet/NavigationTarget.java | 2 +- .../test/java/com/vaadin/flow/servlet/NavigationTargetIT.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../com/vaadin/flow/uitest/ui/theme/UtilityClassNameView.java | 2 +- .../com/vaadin/flow/uitest/ui/theme/UtilityClassNameIT.java | 2 +- .../com/vaadin/flow/uitest/ui/servlets/ServletWithPath.java | 2 +- .../src/main/java/com/vaadin/flow/uitest/ui/theme/AppShell.java | 2 +- .../java/com/vaadin/flow/uitest/ui/theme/CssLoadingView.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/theme/MyComponent.java | 2 +- .../main/java/com/vaadin/flow/uitest/ui/theme/ThemeView.java | 2 +- .../test/java/com/vaadin/flow/uitest/ui/theme/CssLoadingIT.java | 2 +- .../src/test/java/com/vaadin/flow/uitest/ui/theme/ThemeIT.java | 2 +- .../src/main/java/com/vaadin/flow/webpush/Configurator.java | 2 +- .../src/main/java/com/vaadin/flow/webpush/WebPushView.java | 2 +- .../src/test/java/com/vaadin/flow/webpush/WebPushIT.java | 2 +- .../src/test/java/org/vaadin/example/AppViewIT.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/Application.java | 2 +- .../java/com/vaadin/flow/spring/test/HelloWorldController.java | 2 +- .../java/com/vaadin/flow/spring/test/ReadyStatusController.java | 2 +- .../com/vaadin/flow/spring/test/SpringDevToolsReloadUtils.java | 2 +- .../java/org/vaadin/example/SpringDevToolsReloadViewIT.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../java/com/vaadin/flow/spring/test/CodeGeneratorMojo.java | 2 +- .../main/java/com/vaadin/flow/spring/test/CssImportContext.java | 2 +- .../main/java/com/vaadin/flow/spring/test/JavaClassContext.java | 2 +- .../main/java/com/vaadin/flow/spring/test/JavaRouteContext.java | 2 +- .../com/vaadin/flow/spring/test/JavaSpringServiceContext.java | 2 +- .../main/java/com/vaadin/flow/spring/test/JsModuleContext.java | 2 +- .../generator/src/main/resources/addons-route-java.mustache | 2 +- .../generator/src/main/resources/route-java.mustache | 2 +- .../generator/src/main/resources/service-java.mustache | 2 +- .../ui/src/main/java/com/vaadin/flow/spring/test/AppShell.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/Application.java | 2 +- .../vaadin/flow/spring/test/ApplicationServiceInitListener.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/MainLayout.java | 2 +- .../flow/spring/test/SpringDevToolsApplicationReloadView.java | 2 +- .../com/vaadin/flow/spring/test/SpringDevToolsReloadUtils.java | 2 +- .../java/com/vaadin/flow/spring/test/store/CatalogLayout.java | 2 +- .../java/com/vaadin/flow/spring/test/store/ProductView.java | 2 +- .../java/org/vaadin/example/SpringDevToolsReloadViewIT.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/Application.java | 2 +- .../spring/test/SpringDevToolsHorizontalLayoutReloadView.java | 2 +- .../flow/spring/test/SpringDevToolsNativeButtonReloadView.java | 2 +- .../com/vaadin/flow/spring/test/SpringDevToolsReloadUtils.java | 2 +- .../java/org/vaadin/example/SpringDevToolsReloadViewIT.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../vaadin/flow/spring/scan/test/TestServletInitializer.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- .../main/java/com/vaadin/flow/spring/test/ChildTemplate.java | 2 +- .../flow/spring/test/ComponentAddedViaInitListenerView.java | 2 +- .../main/java/com/vaadin/flow/spring/test/CustomElement.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/DataBean.java | 2 +- .../com/vaadin/flow/spring/test/DoubleNpmAnnotationHolder.java | 2 +- .../com/vaadin/flow/spring/test/DoubleNpmAnnotationView.java | 2 +- .../java/com/vaadin/flow/spring/test/FooNavigationTarget.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/NPEHandler.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/NPETarget.java | 2 +- .../com/vaadin/flow/spring/test/ProfileEnableInitializer.java | 2 +- .../main/java/com/vaadin/flow/spring/test/ProfiledRoute.java | 2 +- .../com/vaadin/flow/spring/test/ProxiedNavigationTarget.java | 2 +- .../java/com/vaadin/flow/spring/test/RootNavigationTarget.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/ShutdownHook.java | 2 +- .../java/com/vaadin/flow/spring/test/StreamResourceView.java | 2 +- .../main/java/com/vaadin/flow/spring/test/TranslationView.java | 2 +- .../main/java/com/vaadin/flow/spring/test/UIScopeTarget.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/UIScopedBean.java | 2 +- .../src/main/java/com/vaadin/flow/spring/test/UploadView.java | 2 +- .../vaadin/flow/spring/test/VaadinAutowiredDependencies.java | 2 +- .../flow/spring/test/routescope/AnotherBeanNopOwnerView.java | 2 +- .../com/vaadin/flow/spring/test/routescope/BeanNoOwner.java | 2 +- .../flow/spring/test/routescope/BeansWithNoOwnerView.java | 2 +- .../com/vaadin/flow/spring/test/routescope/ButtonInLayout.java | 2 +- .../com/vaadin/flow/spring/test/routescope/ButtonNoOwner.java | 2 +- .../vaadin/flow/spring/test/routescope/ButtonScopedBean.java | 2 +- .../vaadin/flow/spring/test/routescope/ChildNoOwnerView.java | 2 +- .../com/vaadin/flow/spring/test/routescope/CustomException.java | 2 +- .../vaadin/flow/spring/test/routescope/CustomExceptionBean.java | 2 +- .../flow/spring/test/routescope/CustomExceptionRoute.java | 2 +- .../flow/spring/test/routescope/CustomExceptionSubButton.java | 2 +- .../flow/spring/test/routescope/CustomExceptionSubDiv.java | 2 +- .../flow/spring/test/routescope/CustomExceptionTarget.java | 2 +- .../com/vaadin/flow/spring/test/routescope/DestroyBean.java | 2 +- .../com/vaadin/flow/spring/test/routescope/DivInLayout.java | 2 +- .../java/com/vaadin/flow/spring/test/routescope/DivNoOwner.java | 2 +- .../flow/spring/test/routescope/InvalidRouteScopeUsage.java | 2 +- .../java/com/vaadin/flow/spring/test/routescope/Layout.java | 2 +- .../vaadin/flow/spring/test/routescope/MainPreDestroyView.java | 2 +- .../java/com/vaadin/flow/spring/test/routescope/MyService.java | 2 +- .../com/vaadin/flow/spring/test/routescope/NoOwnerBean.java | 2 +- .../vaadin/flow/spring/test/routescope/ParentNoOwnerView.java | 2 +- .../com/vaadin/flow/spring/test/routescope/PreDestroyView.java | 2 +- .../flow/spring/test/routescope/PreserveOnRefreshBean.java | 2 +- .../flow/spring/test/routescope/PreserveOnRefreshRoute.java | 2 +- .../vaadin/flow/spring/test/CoExistingSpringEndpointsIT.java | 2 +- .../flow/spring/test/ComponentAddedViaInitListenerIT.java | 2 +- .../test/java/com/vaadin/flow/spring/test/ComponentTestIT.java | 2 +- .../java/com/vaadin/flow/spring/test/DoubleNpmAnnotationIT.java | 2 +- .../src/test/java/com/vaadin/flow/spring/test/NPEHandlerIT.java | 2 +- .../test/java/com/vaadin/flow/spring/test/ParentTemplateIT.java | 2 +- .../test/java/com/vaadin/flow/spring/test/ProfiledRouteIT.java | 2 +- .../src/test/java/com/vaadin/flow/spring/test/RouteBasicIT.java | 2 +- .../src/test/java/com/vaadin/flow/spring/test/ScopesIT.java | 2 +- .../src/test/java/com/vaadin/flow/spring/test/SmokeTestIT.java | 2 +- .../test/java/com/vaadin/flow/spring/test/StreamResourceIT.java | 2 +- .../test/java/com/vaadin/flow/spring/test/TranslationIT.java | 2 +- .../src/test/java/com/vaadin/flow/spring/test/UploadIT.java | 2 +- .../vaadin/flow/spring/test/VaadinAutowiredDependenciesIT.java | 2 +- .../vaadin/flow/spring/test/routescope/BeansWithNoOwnerIT.java | 2 +- .../vaadin/flow/spring/test/routescope/ErrorParameterIT.java | 2 +- .../java/com/vaadin/flow/spring/test/routescope/LayoutIT.java | 2 +- .../flow/spring/test/routescope/ParentChildNoOwnerIT.java | 2 +- .../spring/test/routescope/PreserveOnRefreshDestroyBeanIT.java | 2 +- .../vaadin/flow/spring/test/routescope/PreserveOnRefreshIT.java | 2 +- .../test-spring-filter-packages/allowed-ui/pom.xml | 2 +- .../java/com/vaadin/flow/spring/test/allowed/AllowedView.java | 2 +- .../java/com/vaadin/flow/spring/test/blocked/BlockedView.java | 2 +- .../com/vaadin/flow/spring/test/filtering/ClassScannerView.java | 2 +- .../flow/spring/test/filtering/TestServletInitializer.java | 2 +- .../com/vaadin/flow/spring/test/filtering/ClassScannerIT.java | 2 +- .../test-spring-filter-packages/lib-allowed/pom.xml | 2 +- .../java/com/vaadin/flow/spring/test/allowed/BlockedRoute.java | 2 +- .../test/allowed/startup/CustomVaadinServiceInitListener.java | 2 +- .../flow/spring/test/allowed/startup/vaadin/AllowedRoute.java | 2 +- .../test-spring-filter-packages/lib-blocked/pom.xml | 2 +- .../vaadin/flow/spring/test/allowed/ScannedAllowedRoute.java | 2 +- .../blocked/startup/BlockedCustomVaadinServiceInitListener.java | 2 +- .../spring/test/blocked/startup/vaadin/ScannedBlockedRoute.java | 2 +- .../test-spring-filter-packages/lib-exclude/pom.xml | 2 +- .../java/com/vaadin/flow/spring/test/exclude/ExcludedRoute.java | 2 +- .../vaadin-spring-tests/test-spring-filter-packages/pom.xml | 2 +- .../vaadin-spring-tests/test-spring-filter-packages/ui/pom.xml | 2 +- .../com/vaadin/flow/spring/test/filtering/ClassScannerView.java | 2 +- .../flow/spring/test/filtering/TestServletInitializer.java | 2 +- .../vaadin/flow/spring/test/filtering/blocked/BlockedView.java | 2 +- .../com/vaadin/flow/spring/test/filtering/ClassScannerIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/Broadcaster.java | 2 +- .../java/com/vaadin/flow/spring/flowsecurity/AbstractIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/Broadcaster.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/MenuListView.java | 2 +- .../vaadin/flow/spring/flowsecurity/views/PassThroughView.java | 2 +- .../java/com/vaadin/flow/spring/flowsecurity/AbstractIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/UIAccessContextIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/Broadcaster.java | 2 +- .../vaadin/flow/spring/flowsecurity/views/PassThroughView.java | 2 +- .../java/com/vaadin/flow/spring/flowsecurity/AbstractIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/UIAccessContextIT.java | 2 +- .../spring/flowsecuritywebsocket/PushWebsocketConfigurer.java | 2 +- .../flow/spring/flowsecurity/CustomServiceInitListener.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/Broadcaster.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/LogoutView.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/MenuListView.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/views/TimeoutView.java | 2 +- .../vaadin/flow/spring/flowsecurity/views/TranslationView.java | 2 +- .../java/com/vaadin/flow/spring/flowsecurity/AbstractIT.java | 2 +- .../java/com/vaadin/flow/spring/flowsecurity/TranslationIT.java | 2 +- .../com/vaadin/flow/spring/flowsecurity/UIAccessContextIT.java | 2 +- .../com/vaadin/flow/spring/test/TestServletInitializer.java | 2 +- flow-tests/vaadin-spring-tests/test-spring-white-list/pom.xml | 2 +- .../java/com/vaadin/flow/spring/test/whitelist/SimpleView.java | 2 +- .../flow/spring/test/whitelist/TestServletInitializer.java | 2 +- .../java/com/vaadin/flow/spring/test/whitelist/SimpleIT.java | 2 +- .../java/com/vaadin/flow/spring/test/TestConfiguration.java | 2 +- .../com/vaadin/flow/spring/test/mvc/TestWebAppInitializer.java | 2 +- .../src/main/java/com/vaadin/flow/server/webpush/WebPush.java | 2 +- .../java/com/vaadin/flow/server/webpush/WebPushException.java | 2 +- .../main/java/com/vaadin/flow/server/webpush/WebPushKeys.java | 2 +- .../java/com/vaadin/flow/server/webpush/WebPushMessage.java | 2 +- .../main/java/com/vaadin/flow/server/webpush/WebPushState.java | 2 +- .../com/vaadin/flow/server/webpush/WebPushSubscription.java | 2 +- .../vaadin/flow/server/webpush/WebPushSubscriptionResponse.java | 2 +- .../src/main/resources/META-INF/frontend/FlowWebPush.js | 2 +- .../java/com/vaadin/base/devserver/AbstractDevServerRunner.java | 2 +- .../vaadin/base/devserver/BrowserLiveReloadAccessorImpl.java | 2 +- .../java/com/vaadin/base/devserver/DebugWindowConnection.java | 2 +- .../main/java/com/vaadin/base/devserver/DebugWindowMessage.java | 2 +- .../com/vaadin/base/devserver/DevBundleBuildingHandler.java | 2 +- .../com/vaadin/base/devserver/DevModeHandlerManagerImpl.java | 2 +- .../java/com/vaadin/base/devserver/DevServerOutputTracker.java | 2 +- .../main/java/com/vaadin/base/devserver/DevServerWatchDog.java | 2 +- .../main/java/com/vaadin/base/devserver/DevToolsInterface.java | 2 +- .../java/com/vaadin/base/devserver/DevToolsMessageHandler.java | 2 +- .../com/vaadin/base/devserver/ExternalDependencyWatcher.java | 2 +- .../main/java/com/vaadin/base/devserver/FeatureFlagMessage.java | 2 +- .../src/main/java/com/vaadin/base/devserver/FileWatcher.java | 2 +- .../main/java/com/vaadin/base/devserver/OpenInCurrentIde.java | 2 +- .../main/java/com/vaadin/base/devserver/ProductAndMessage.java | 2 +- .../src/main/java/com/vaadin/base/devserver/RestartMonitor.java | 2 +- .../src/main/java/com/vaadin/base/devserver/ServerInfo.java | 2 +- .../main/java/com/vaadin/base/devserver/ThemeLiveUpdater.java | 2 +- .../src/main/java/com/vaadin/base/devserver/ViteHandler.java | 2 +- .../com/vaadin/base/devserver/startup/DevModeInitializer.java | 2 +- .../vaadin/base/devserver/startup/DevModeStartupListener.java | 2 +- .../com/vaadin/base/devserver/stats/DevModeUsageStatistics.java | 2 +- .../main/java/com/vaadin/base/devserver/stats/JsonHelpers.java | 2 +- .../src/main/java/com/vaadin/base/devserver/stats/ProKey.java | 2 +- .../java/com/vaadin/base/devserver/stats/ProjectHelpers.java | 2 +- .../com/vaadin/base/devserver/stats/StatisticsConstants.java | 2 +- .../com/vaadin/base/devserver/stats/StatisticsContainer.java | 2 +- .../java/com/vaadin/base/devserver/stats/StatisticsSender.java | 2 +- .../java/com/vaadin/base/devserver/stats/StatisticsStorage.java | 2 +- .../src/main/java/com/vaadin/base/devserver/stats/UserKey.java | 2 +- .../base/devserver/viteproxy/ViteWebsocketConnection.java | 2 +- .../vaadin/base/devserver/viteproxy/ViteWebsocketEndpoint.java | 2 +- .../com/vaadin/base/devserver/viteproxy/ViteWebsocketProxy.java | 2 +- .../base/devserver/BrowserLiveReloadAccessorImplTest.java | 2 +- .../com/vaadin/base/devserver/DebugWindowConnectionTest.java | 2 +- .../test/java/com/vaadin/base/devserver/RestartMonitorTest.java | 2 +- .../src/test/java/com/vaadin/base/devserver/ServerInfoTest.java | 2 +- .../vaadin/base/devserver/TestEndpointGeneratorTaskFactory.java | 2 +- .../vaadin/base/devserver/startup/DevModeClassFinderTest.java | 2 +- .../vaadin/base/devserver/stats/DevModeUsageStatisticsTest.java | 2 +- .../base/devserver/viteproxy/ViteWebsocketConnectionTest.java | 2 +- .../java/com/vaadin/flow/spring/DevModeBrowserLauncher.java | 2 +- .../java/com/vaadin/flow/spring/ForwardingRequestWrapper.java | 2 +- .../src/main/java/com/vaadin/flow/spring/PrefixTree.java | 2 +- .../src/main/java/com/vaadin/flow/spring/ReloadCache.java | 2 +- .../src/main/java/com/vaadin/flow/spring/ReloadEvent.java | 2 +- .../src/main/java/com/vaadin/flow/spring/ReloadListener.java | 2 +- .../main/java/com/vaadin/flow/spring/RootMappedCondition.java | 2 +- .../flow/spring/SpringApplicationConfigurationFactory.java | 2 +- .../com/vaadin/flow/spring/SpringBootAutoConfiguration.java | 2 +- .../java/com/vaadin/flow/spring/SpringDevToolsPortHandler.java | 2 +- .../main/java/com/vaadin/flow/spring/SpringInstantiator.java | 2 +- .../java/com/vaadin/flow/spring/SpringLookupInitializer.java | 2 +- .../com/vaadin/flow/spring/SpringSecurityAutoConfiguration.java | 2 +- .../src/main/java/com/vaadin/flow/spring/SpringServlet.java | 2 +- .../java/com/vaadin/flow/spring/SpringVaadinServletService.java | 2 +- .../main/java/com/vaadin/flow/spring/SpringVaadinSession.java | 2 +- .../com/vaadin/flow/spring/VaadinApplicationConfiguration.java | 2 +- .../com/vaadin/flow/spring/VaadinConfigurationProperties.java | 2 +- .../java/com/vaadin/flow/spring/VaadinMVCWebAppInitializer.java | 2 +- .../com/vaadin/flow/spring/VaadinScanPackagesRegistrar.java | 2 +- .../main/java/com/vaadin/flow/spring/VaadinScopesConfig.java | 2 +- .../java/com/vaadin/flow/spring/VaadinServletConfiguration.java | 2 +- .../com/vaadin/flow/spring/VaadinServletContextInitializer.java | 2 +- .../com/vaadin/flow/spring/VaadinWebsocketEndpointExporter.java | 2 +- .../java/com/vaadin/flow/spring/annotation/EnableVaadin.java | 2 +- .../main/java/com/vaadin/flow/spring/annotation/RouteScope.java | 2 +- .../java/com/vaadin/flow/spring/annotation/RouteScopeOwner.java | 2 +- .../java/com/vaadin/flow/spring/annotation/SpringComponent.java | 2 +- .../main/java/com/vaadin/flow/spring/annotation/UIScope.java | 2 +- .../com/vaadin/flow/spring/annotation/VaadinSessionScope.java | 2 +- .../com/vaadin/flow/spring/data/VaadinSpringDataHelpers.java | 2 +- .../com/vaadin/flow/spring/i18n/DefaultI18NProviderFactory.java | 2 +- .../com/vaadin/flow/spring/io/FilterableResourceResolver.java | 2 +- .../main/java/com/vaadin/flow/spring/scopes/AbstractScope.java | 2 +- .../src/main/java/com/vaadin/flow/spring/scopes/BeanStore.java | 2 +- .../java/com/vaadin/flow/spring/scopes/VaadinRouteScope.java | 2 +- .../java/com/vaadin/flow/spring/scopes/VaadinSessionScope.java | 2 +- .../main/java/com/vaadin/flow/spring/scopes/VaadinUIScope.java | 2 +- .../com/vaadin/flow/spring/security/AuthenticationContext.java | 2 +- .../flow/spring/security/NavigationAccessControlConfigurer.java | 2 +- .../spring/security/NavigationAccessControlInitializer.java | 2 +- .../main/java/com/vaadin/flow/spring/security/SecurityUtil.java | 2 +- .../vaadin/flow/spring/security/SpringAccessPathChecker.java | 2 +- .../vaadin/flow/spring/security/SpringMenuAccessControl.java | 2 +- .../security/VaadinAwareSecurityContextHolderStrategy.java | 2 +- .../VaadinAwareSecurityContextHolderStrategyConfiguration.java | 2 +- .../vaadin/flow/spring/security/VaadinDefaultRequestCache.java | 2 +- .../com/vaadin/flow/spring/security/VaadinRolePrefixHolder.java | 2 +- .../VaadinSavedRequestAwareAuthenticationSuccessHandler.java | 2 +- .../spring/security/VaadinSimpleUrlLogoutSuccessHandler.java | 2 +- .../java/com/vaadin/flow/spring/security/VaadinWebSecurity.java | 2 +- .../flow/spring/security/ViewAccessCheckerInitializer.java | 2 +- .../spring/security/stateless/JwtSecurityContextRepository.java | 2 +- .../security/stateless/SerializedJwtSplitCookieRepository.java | 2 +- .../security/stateless/VaadinStatelessSecurityConfigurer.java | 2 +- .../vaadin/flow/spring/AbstractDevModeBrowserLauncherTest.java | 2 +- .../flow/spring/DevModeBrowserLauncherHttpsProtoTest.java | 2 +- .../flow/spring/DevModeBrowserLauncherNoPropertiesTest.java | 2 +- .../flow/spring/DevModeBrowserLauncherServletMappingTest.java | 2 +- .../DevModeBrowserLauncherVaadinAndServletMappingTest.java | 2 +- .../flow/spring/DevModeBrowserLauncherVaadinMappingTest.java | 2 +- .../java/com/vaadin/flow/spring/DevModeHandlerStopTest.java | 2 +- .../src/test/java/com/vaadin/flow/spring/MockVaadinContext.java | 2 +- .../src/test/java/com/vaadin/flow/spring/PrefixTreeTest.java | 2 +- .../flow/spring/SpringApplicationConfigurationFactoryTest.java | 2 +- .../flow/spring/SpringBootAutoConfigurationConditionalTest.java | 2 +- .../com/vaadin/flow/spring/SpringClassesSerializableTest.java | 2 +- .../com/vaadin/flow/spring/SpringLookupInitializerTest.java | 2 +- .../vaadin/flow/spring/SpringSecurityAutoConfigurationTest.java | 2 +- .../vaadin/flow/spring/data/VaadinSpringDataHelpersTest.java | 2 +- .../vaadin/flow/spring/i18n/I18NProviderInstantiationTest.java | 2 +- .../spring/instantiator/JavaSPIVaadinServiceInitListener.java | 2 +- .../vaadin/flow/spring/instantiator/SpringInstantiatorTest.java | 2 +- .../vaadin/flow/spring/io/FilterableResourceResolverTest.java | 2 +- .../java/com/vaadin/flow/spring/scopes/AbstractScopeTest.java | 2 +- .../com/vaadin/flow/spring/scopes/AbstractUIScopedTest.java | 2 +- .../test/java/com/vaadin/flow/spring/scopes/TestBeanStore.java | 2 +- .../com/vaadin/flow/spring/scopes/VaadinRouteScopeTest.java | 2 +- .../com/vaadin/flow/spring/scopes/VaadinSessionScopeTest.java | 2 +- .../java/com/vaadin/flow/spring/scopes/VaadinUIScopeTest.java | 2 +- .../vaadin/flow/spring/security/AuthenticationContextTest.java | 2 +- .../spring/security/NavigationAccessControlConfigurerTest.java | 2 +- .../vaadin/flow/spring/security/RequestUtilPathAccessTest.java | 2 +- .../flow/spring/security/SpringAccessPathCheckerTest.java | 2 +- .../spring/security/UrlMappingSpringAccessPathCheckerTest.java | 2 +- .../com/vaadin/flow/spring/security/VaadinWebSecurityTest.java | 2 +- .../security/stateless/JwtStatelessAuthenticationTest.java | 2 +- .../java/com/vaadin/flow/spring/service/SpringServletTest.java | 2 +- .../service/SpringVaadinServletServiceStaticLocationsTest.java | 2 +- .../flow/spring/service/SpringVaadinServletServiceTest.java | 2 +- .../vaadin/flow/spring/service/TestServletConfiguration.java | 2 +- .../java/com/vaadin/flow/spring/service/TestUIInitListener.java | 2 +- 2691 files changed, 2691 insertions(+), 2691 deletions(-) diff --git a/.settings/org.eclipse.jdt.ui.prefs b/.settings/org.eclipse.jdt.ui.prefs index 87cde477c31..ee40b5ac782 100644 --- a/.settings/org.eclipse.jdt.ui.prefs +++ b/.settings/org.eclipse.jdt.ui.prefs @@ -3,7 +3,7 @@ editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true formatter_profile=_Vaadin Java Conventions 20110923 formatter_settings_version=12 org.eclipse.jdt.ui.javadoc=true -org.eclipse.jdt.ui.text.custom_code_templates= +org.eclipse.jdt.ui.text.custom_code_templates= sp_cleanup.add_default_serial_version_id=true sp_cleanup.add_generated_serial_version_id=false sp_cleanup.add_missing_annotations=true diff --git a/checkstyle/header b/checkstyle/header index 8c397a09554..c7fce627438 100644 --- a/checkstyle/header +++ b/checkstyle/header @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/scripts/client.js b/flow-client/scripts/client.js index cf4a252708f..d0ab8ba87fa 100644 --- a/flow-client/scripts/client.js +++ b/flow-client/scripts/client.js @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java b/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java index 09c54b2f819..6dd7fbb23b7 100644 --- a/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java +++ b/flow-client/src/main/java/com/vaadin/client/ApplicationConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java b/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java index 9a683bc5e9f..01ad783aa56 100644 --- a/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java +++ b/flow-client/src/main/java/com/vaadin/client/ApplicationConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java b/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java index 746c68f3abf..1c4f38105c9 100644 --- a/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java +++ b/flow-client/src/main/java/com/vaadin/client/BrowserInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/Command.java b/flow-client/src/main/java/com/vaadin/client/Command.java index e8e118dbd4a..24872191ac1 100644 --- a/flow-client/src/main/java/com/vaadin/client/Command.java +++ b/flow-client/src/main/java/com/vaadin/client/Command.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java b/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java index 1e1ccf39bb6..42607e957f8 100644 --- a/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java +++ b/flow-client/src/main/java/com/vaadin/client/ConnectionIndicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/Console.java b/flow-client/src/main/java/com/vaadin/client/Console.java index 878d74c822c..523ffe667f9 100644 --- a/flow-client/src/main/java/com/vaadin/client/Console.java +++ b/flow-client/src/main/java/com/vaadin/client/Console.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java b/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java index 8e1b92736c3..53946865277 100644 --- a/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java +++ b/flow-client/src/main/java/com/vaadin/client/DefaultRegistry.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java b/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java index 0b9a0a11c8c..a2bb1ba0212 100644 --- a/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java +++ b/flow-client/src/main/java/com/vaadin/client/DependencyLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ElementUtil.java b/flow-client/src/main/java/com/vaadin/client/ElementUtil.java index d9f6e3c78f0..f104d5c9796 100644 --- a/flow-client/src/main/java/com/vaadin/client/ElementUtil.java +++ b/flow-client/src/main/java/com/vaadin/client/ElementUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java b/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java index b1fc969bb3a..dd49c17207b 100644 --- a/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java +++ b/flow-client/src/main/java/com/vaadin/client/ExecuteJavaScriptElementUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java b/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java index 3c4df54aa3c..3d6d50370fe 100644 --- a/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java +++ b/flow-client/src/main/java/com/vaadin/client/ExistingElementMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java b/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java index 151dbbbb899..6b561c747fb 100644 --- a/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java +++ b/flow-client/src/main/java/com/vaadin/client/InitialPropertiesHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/LitUtils.java b/flow-client/src/main/java/com/vaadin/client/LitUtils.java index 09268aaa69a..5c1eae3108d 100644 --- a/flow-client/src/main/java/com/vaadin/client/LitUtils.java +++ b/flow-client/src/main/java/com/vaadin/client/LitUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java b/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java index 88454bb366d..bda47ddfc0c 100644 --- a/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java +++ b/flow-client/src/main/java/com/vaadin/client/PolymerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/Profiler.java b/flow-client/src/main/java/com/vaadin/client/Profiler.java index e1d4a94832a..16cc91474dd 100644 --- a/flow-client/src/main/java/com/vaadin/client/Profiler.java +++ b/flow-client/src/main/java/com/vaadin/client/Profiler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ReactUtils.java b/flow-client/src/main/java/com/vaadin/client/ReactUtils.java index cfc4d13006c..cbe039c806b 100644 --- a/flow-client/src/main/java/com/vaadin/client/ReactUtils.java +++ b/flow-client/src/main/java/com/vaadin/client/ReactUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/Registry.java b/flow-client/src/main/java/com/vaadin/client/Registry.java index 4b8f0d80436..691035503bb 100644 --- a/flow-client/src/main/java/com/vaadin/client/Registry.java +++ b/flow-client/src/main/java/com/vaadin/client/Registry.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java b/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java index e15f0eab1bc..88f85ced697 100644 --- a/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java +++ b/flow-client/src/main/java/com/vaadin/client/ResourceLoader.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/StorageUtil.java b/flow-client/src/main/java/com/vaadin/client/StorageUtil.java index a5dcaa70427..d33ae2cb0e7 100644 --- a/flow-client/src/main/java/com/vaadin/client/StorageUtil.java +++ b/flow-client/src/main/java/com/vaadin/client/StorageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java b/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java index 5eb85691cc0..a804d56d92d 100644 --- a/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java +++ b/flow-client/src/main/java/com/vaadin/client/SystemErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java b/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java index 4cca5f5b2f4..9744e7264ec 100644 --- a/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java +++ b/flow-client/src/main/java/com/vaadin/client/TrackingScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/UILifecycle.java b/flow-client/src/main/java/com/vaadin/client/UILifecycle.java index d76ee8be2c6..f3701792952 100644 --- a/flow-client/src/main/java/com/vaadin/client/UILifecycle.java +++ b/flow-client/src/main/java/com/vaadin/client/UILifecycle.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/URIResolver.java b/flow-client/src/main/java/com/vaadin/client/URIResolver.java index 6e1b442f7d9..ce22f3b7b9f 100644 --- a/flow-client/src/main/java/com/vaadin/client/URIResolver.java +++ b/flow-client/src/main/java/com/vaadin/client/URIResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/ValueMap.java b/flow-client/src/main/java/com/vaadin/client/ValueMap.java index 2328c6634a1..cc2ec046806 100644 --- a/flow-client/src/main/java/com/vaadin/client/ValueMap.java +++ b/flow-client/src/main/java/com/vaadin/client/ValueMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java b/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java index 00195040e83..14326e4ce12 100644 --- a/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java +++ b/flow-client/src/main/java/com/vaadin/client/WidgetUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java index dc8e6ccd664..0d4ae90fdd5 100644 --- a/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java +++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/Bootstrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java index 7d1a8edea1c..34828523c4c 100644 --- a/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java +++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/ErrorMessage.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java index 027ff639ce8..a4522faa6b6 100644 --- a/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java +++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/JsoConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java b/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java index 0204b2a827a..d6e26eb2afa 100644 --- a/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java +++ b/flow-client/src/main/java/com/vaadin/client/bootstrap/LocationParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java index fc82dcbc985..2be658a4b2c 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java index ec39f90d828..a3564a12fe7 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java index b2d2aa09b7b..89360db8c1a 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java b/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java index 945d194f955..92a9b49907b 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/Heartbeat.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java b/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java index 033f85881cd..e88a62884ed 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/LoadingIndicatorConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java b/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java index 9963c03cbf0..ec33544698e 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/MessageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java b/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java index 4c6e2c0c215..71a757d0bcb 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/MessageSender.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java b/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java index 52b22cb80b7..903397a9a63 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/PollConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/Poller.java b/flow-client/src/main/java/com/vaadin/client/communication/Poller.java index d5f103d8b0a..4ae39f1ffe9 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/Poller.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/Poller.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java index cb77bf64bcf..6b1be83557d 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java index 49da4d4cad4..d65e6cbd60e 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java b/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java index 9745f9006e7..1b81d61cf84 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/PushConnectionFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java b/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java index 6820fce1514..0650dded49d 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ReconnectConfiguration.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java b/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java index bb5e263e011..4ee908dc204 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/RequestResponseTracker.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java index bc887966781..64be58caee1 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/RequestStartingEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java index 66381b3e220..0ab627742c1 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingEndedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java index c33b69c4e8c..13da13c066e 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ResponseHandlingStartedEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java b/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java index 08dc12654b7..9ebb778cdd2 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ServerConnector.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java b/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java index 93f31598a05..5554d1796e2 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/ServerRpcQueue.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java index b20ffb23096..979ca12b607 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java index c53de8a8dfe..ea23a5c2dc6 100644 --- a/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java +++ b/flow-client/src/main/java/com/vaadin/client/communication/XhrConnectionError.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java b/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java index d4cbc6bde5d..53c4c659833 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/ConstantPool.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java b/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java index bf1954d95ea..c2f26cc7a35 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/ExecuteJavaScriptProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java index 99f38e5fa8d..e9e9bc90378 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java index 798d0ed9cbb..438a47ff963 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/NodeUnregisterListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java b/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java index 938c2f0be2d..de68f9acc53 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/StateNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java b/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java index 99625ae0fa4..dba8a53b2e6 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/StateTree.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java b/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java index eaa1973fce4..2081beaf399 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/TreeChangeProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java index 271c36cc007..87eebe9966a 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/Binder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java index ba2e5f4dbb5..77ecf4aadf8 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/BinderContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java index 05cc6f468a1..a9329abf4f1 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/BindingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java index d1eecb34490..175f97b19f3 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/Debouncer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java index 0bfdca8e8fb..4c5fe63002e 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventHandlerBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java index 621086b81d2..c2372a557c7 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/ServerEventObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java index bf5b876ff22..7ff28adbf4f 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/SimpleElementBindingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java b/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java index 4c0b6ee24f3..8a52ab74d5c 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/binding/TextBindingStrategy.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java index 72c27621c15..dd1150883b6 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java index d0f201df4ea..f8db1ef8919 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsCollections.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java index 42238ec6020..6feca666325 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java index 2dc80fd9f7f..1b6ac9ac441 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java index 06d59734b6f..b1a476cd3ea 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/JsWeakMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java index bcb531a7b03..b3f1bb05821 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsArray.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java index f5767f77a5e..d0ba14c0736 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java index 7d1e648899e..0c8782b7ff7 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java index 2b9096c99c3..32fb5e5aaf5 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/collection/jre/JreJsWeakMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java index c05a7b32f15..5f48864acf9 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApi.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java index 4078ceed511..c0591787e40 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomApiImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java index 071e90fb61d..a7d5d0e7be5 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java index aec8f2156d7..85f120ee5de 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/DomNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java b/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java index 6a368eb10da..940ababd4f6 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/dom/PolymerDomApiImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java b/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java index 7f857866b79..3c5ffdb232c 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/model/UpdatableModelProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java index 6a1872cc8d6..adbeb8522c3 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java index 8efe2009ac6..bb6702d6216 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/ListSpliceListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java index 4550391f6b0..2d010d3d548 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java index d7b63a07b34..8e8c9f7f27f 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java index 737f4999fc9..7488bb2387f 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyAddListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java index f60c74720fb..2f26bca50ca 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java index 1e8a066ff9c..ab1cc029411 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/MapPropertyChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java index 223e13f94f6..e388f55997d 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeFeature.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java index e5629f95e73..c77c5a1980d 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeList.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java index 80602f19c4a..94c6e0505e7 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/nodefeature/NodeMap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java index 6f5dc9d23c1..9c97b1bacc3 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Computation.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java index bbe15b67f85..a2595effee5 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/FlushListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java index b39ee6ef45f..d4bd0e0e5f1 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java index 07bef3695d6..559c7fbcdca 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/InvalidateListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java index 4528bce91c7..83600746da6 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/Reactive.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java index 23fc64f1de6..18d110265f2 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveEventRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java index b7915a296c7..038231c732a 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java index 1cf4c243070..5dceea5273b 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java index ee85f6ab106..a4c0148752e 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/reactive/ReactiveValueChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java b/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java index f21387738cd..9b80f8a1f29 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/util/ClientJsonCodec.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java b/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java index 6804981609c..f8758f4687f 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/util/JsObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java b/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java index fa239e25a1d..b736a82056e 100644 --- a/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java +++ b/flow-client/src/main/java/com/vaadin/client/flow/util/NativeFunction.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java b/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java index 638251be47d..83fa53886ec 100644 --- a/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java +++ b/flow-client/src/main/java/com/vaadin/flow/linker/ClientEngineLinker.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java b/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java index c5aa396604b..d209f65608a 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/CustomScheduler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java index 2167b8cc8fb..dbd4db80135 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtApplicationConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java index 9dcb1461282..e043694e787 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtDependencyLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java index cd681925f84..9a881444fe6 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtExecuteJavaScriptElementUtilsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java index 4f37931e8d0..14367b615c0 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtMessageHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java index da0bdec17a7..ae3126fe8f4 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/GwtWidgetUtilTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java index 36af276d755..c5c27762bc2 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/communication/GwtAtmospherePushConnectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java index 738cf9f8e2c..a8900fd3799 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtBasicElementBinderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java index 25af77aa6fd..e84638edbb5 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtErrotHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java index 85466a93a3c..2c6669679de 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtEventHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java index 4c9f1127481..f5c1844a69a 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtMultipleBindingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java index 2fb60f442f3..2db5cdf6844 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtPropertyElementBinderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java index 8f4c88ecce2..2ab293a7818 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java index 3d11666fe85..cb0d891649a 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtStateTreeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java index 85fd7694000..260a2013f3c 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/GwtTreeChangeProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java index 7f36f6b6a3b..1f0bfa0206b 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java index 6550e255c8c..36ddad9d251 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java index df580638426..2591f5656ce 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java index f80902c12db..f23f0610b88 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/collection/GwtJsWeakMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java b/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java index 710b6605c26..2436f5ce671 100644 --- a/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java +++ b/flow-client/src/test-gwt/java/com/vaadin/client/flow/util/GwtNativeFunctionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/frontend/stubVaadinPush.js b/flow-client/src/test/frontend/stubVaadinPush.js index 4c48a0213d8..09ea1d7149f 100644 --- a/flow-client/src/test/frontend/stubVaadinPush.js +++ b/flow-client/src/test/frontend/stubVaadinPush.js @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/AssertionTest.java b/flow-client/src/test/java/com/vaadin/client/AssertionTest.java index e108725dc44..cb9d547c777 100644 --- a/flow-client/src/test/java/com/vaadin/client/AssertionTest.java +++ b/flow-client/src/test/java/com/vaadin/client/AssertionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/CodeTest.java b/flow-client/src/test/java/com/vaadin/client/CodeTest.java index 6e84c66d534..8290fdc4138 100644 --- a/flow-client/src/test/java/com/vaadin/client/CodeTest.java +++ b/flow-client/src/test/java/com/vaadin/client/CodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java b/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java index 47e288a2b2a..fb299c7dfba 100644 --- a/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java +++ b/flow-client/src/test/java/com/vaadin/client/DependencyLoaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java b/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java index 550775164a4..22f450b3a36 100644 --- a/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java +++ b/flow-client/src/test/java/com/vaadin/client/ExistingElementMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java b/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java index a7113cb897d..8cb81d864b5 100644 --- a/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java +++ b/flow-client/src/test/java/com/vaadin/client/InitialPropertiesHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java b/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java index 10378d8a0a9..221f187dd48 100644 --- a/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java +++ b/flow-client/src/test/java/com/vaadin/client/bootstrap/LocationParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java b/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java index ae553176f60..6e81d85ce1b 100644 --- a/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java +++ b/flow-client/src/test/java/com/vaadin/client/communication/AbstractConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java b/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java index 5a706350d0b..e8b99211cc0 100644 --- a/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java +++ b/flow-client/src/test/java/com/vaadin/client/communication/PollConfiguratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java b/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java index 9fa52114aa6..1cda5395e6d 100644 --- a/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java +++ b/flow-client/src/test/java/com/vaadin/client/communication/ReconnectConfigurationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java b/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java index 5c931fa4be7..bd98dc968bf 100644 --- a/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java +++ b/flow-client/src/test/java/com/vaadin/client/communication/ServerMessageHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java b/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java index 42a7992f671..e860a35e70d 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/ExecuteJavaScriptProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java b/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java index 63b97b9a463..5759b12a7d3 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/StateNodeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java b/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java index 5200e0869c9..52f4eb993fe 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/StateTreeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java b/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java index 66687c745b1..d5c9653ab4f 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/TreeChangeProcessorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java index b0abdc487a0..1a6220117c1 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreArrayTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java index fb4f5b19f26..1097bc4c3ee 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java index b3da7e3fcd4..213d8a989d8 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java index 22ad21b743e..f0aea56eef6 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/collection/JreWeakMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java index 0ab8982211a..d334dbc778f 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/MapPropertyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java index c0d1a8c38e6..839ed78a3b2 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java index 7e43ca3bf94..11883ffea7d 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/nodefeature/NodeMapTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java index c224cb6dd17..bf64b9e9153 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ComputationTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java index f904e46aa74..68760ca96f0 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/CountingComputation.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java index 3ad890e48e2..c99e5e3f428 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/ReactiveTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java b/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java index 8cde7216a6f..8c9573095cf 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/reactive/TestReactiveEventRouter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java b/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java index e0ea4dbdf96..6a85e6aaea3 100644 --- a/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java +++ b/flow-client/src/test/java/com/vaadin/client/flow/util/ClientJsonCodecTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java index 20dc4f98755..c5c2be5768d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/AbstractBeanPropertyDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java index f501ab158a9..66daa4174d3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanPropertySet.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java index f1868c5b259..6f931935cbe 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BeanValidationBinder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java index 5f0b498f866..1d23a7bd12e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Binder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java index 09c93d1927c..87d56cf5d73 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java index 8ad91d9dff5..d63bed90d38 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java index 5576e2e7eb2..e438631e678 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BinderValidationStatusHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java index 2fcf5db2a69..410e65b6eb4 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingException.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java index 8fb7ec2a03f..c0b1fd5319b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java index 8a397571d9f..f4bcac5fceb 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatus.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java index 750f16eb7a0..205347dc9c5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/BindingValidationStatusHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java index f0801fa5b62..f5c71653119 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java index 7fb445f9a13..44af9214f43 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java index 4bb842ebda2..2e67aef0bd0 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorLevel.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java index bddeadf285c..e7762d5a50c 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ErrorMessageProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java index 49e439a8aa1..d29089dccf3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java index af5f616d1dd..f7b45ea000a 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasFilterableDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java index 28ec2cec6bc..3db69eedcbf 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java index d4e029b5648..b57a1f3c54e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItems.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java index d08dd7b3d52..b3cb92b02b6 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasItemsAndComponents.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java index 992ef8fcbc6..1977b094b01 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/HasValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java index 1315958c8b5..6685aa87ff9 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java index 3ea5759853e..99dbb56af21 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyFilterDefinition.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java index b413782948d..047d81d46e3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertyId.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java index 9c4db65189a..c2be8b3386d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/PropertySet.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java index 8745d2f98c9..1a01565860a 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ReadOnlyHasValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java index e28c20859ac..c1f918e7cfb 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java index af9d7901b11..80f12b153b5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/RequiredFieldConfiguratorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java index c308586fc2b..7850766fe23 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Result.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java index 6d03dfbd886..a1217b8906d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Setter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java index da7e2a21dbb..07fd96e9f3c 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/SimpleResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java index 067310c75a6..94d2f85f4c5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java index f237be8eaed..3c2b3213ef7 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/StatusChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java index f7a62757393..1c1fd54c93d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationException.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java index 356dceeb2d7..1cf7c4b3400 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResult.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java index c66d105c7a5..5c9f4bef638 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationResultWrap.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java index 64e62832566..f76a42152b7 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java index 660725bb1c3..ad03045ac57 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValidationStatusChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java index 0ddd76ea391..1c97a32b0a8 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/Validator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java index 7746109844b..d9d516622c0 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/binder/ValueContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java index e1cc0a8224c..c7b35ac0560 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/AbstractStringToNumberConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java index e555617b70e..7ce223c2512 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java index f56563d1b6d..61146c1acc6 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java index c378ef6bf97..b6169c217be 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java index 0900d8835f2..873afec7444 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/BigDecimalToLongConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java index 09edba16db1..ef2b4a90291 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/Converter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java index ac40e7ab0fe..a3735aadad5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/ConverterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java index 23777e016d4..55378d3a6f8 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToLongConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java index 64d46b9245c..90ca0fd872a 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DateToSqlDateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java index eb0142efb02..cbbd0f050a6 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DefaultConverterFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java index 4e878dcee3e..7ce2e6c68ca 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java index 13a13a457aa..7a81a1d9783 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java index 2bf48535a1f..da1bc7cf0ab 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/FloatToDoubleConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java index aa3fac5d3e7..6b6d3c62d95 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java index 2ae9fcbd9ad..a87417a8d46 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToDoubleConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java index 9374f9ce02c..33bf4d22261 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/IntegerToLongConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java index a21a2dab012..e229daafa6d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToDateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java index 9750342a101..2c51f934602 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateTimeToInstantConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java index 7063ec15285..445d120fe43 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LocalDateToDateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java index dc05bdcae5e..3aaabcdd5bf 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/LongToBigDecimalConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java index 640ac2c1f73..5a431b63e6a 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigDecimalConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java index 96ceadd00e6..446e7aa10cf 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBigIntegerConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java index 196792401d7..a60227607f2 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToBooleanConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java index f14d43282c7..a6b4e41b2b5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDateConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java index 92ff3471dca..d91d6a85504 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToDoubleConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java index a966b4c5fe9..aad2bca9cf7 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToFloatConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java index 0a3f25519fb..1cbc01205c5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToIntegerConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java index 87f8d906c2b..d4c3bd573d5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToLongConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java index 8e7dbee367b..ecb0c495b37 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/converter/StringToUuidConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java index 198d1f97186..1321d05f363 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/event/SortEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java index 7b4381a3d6d..70fd9944309 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractBackEndDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java index f1522f761bd..023f12cfd94 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractComponentDataGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java index 3744358e51f..c03a7d076c2 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java index 0856fc93310..c8500cfdcf2 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java index 94919a06dbc..2ba9b0c2c29 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractLazyDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java index 2b0a6105b7d..9a032561e4b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/AbstractListDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java index 1f2504d4abe..d644473c5f5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ArrayUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java index 9c892821193..168d2f0a81e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/BackEndDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java index c07c7722e21..ac165dd878e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/BeanDataGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java index 06c338b9417..08772a51ca1 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/CallbackDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java index 793a0288afd..0844b407450 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/CompositeDataGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java index 80ebf1b8a56..0dce5dcddfb 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java index 804e27fdbfc..db660f75b7a 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java index b7f41689152..636beaa92b3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java index 84ad01ba9dd..580478ad66e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataCommunicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java index 3bc273ced1b..2bfbc1dac36 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java index a96c88960ec..f9a26edca91 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataKeyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java index acba1e84178..499a9ea9e3f 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java index f58e885b5a0..5cd748fbbc2 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java index 95be97376a4..0f7cb81e97d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataProviderWrapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java index b3a4cc9e04d..5ea576e0b0b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java index 77c440daf86..1e6850cb5ee 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/DataViewUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java index 2054879cc8f..5ea793d0c38 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/FilterUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java index 43d14b60a01..93376030e88 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataGenerators.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java index 6222c54e2b4..8a6644fb723 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java index 098bc3714f7..8b8967a4345 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasLazyDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java index 945679c23a6..a6267d66311 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/HasListDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java index 7387879f8f9..af6fc85c5e1 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/IdentifierProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java index c5c1400b898..0fded29ef6b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java index 1b2e8b3dfea..5dfcd6c4535 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/InMemoryDataProviderHelpers.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java index 53a699e2436..434a40de0fe 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java index b20e53efed3..df1c1ee61f7 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemCountChangeListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java index d0c55a2e6f5..10b147d3798 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ItemIndexProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java index 1628f59b256..5bdd698675b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/KeyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java index 837525d985b..30bd06886e6 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/LazyDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java index adf05f52439..27bab6fabfb 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java index f50e5fcc548..64865133a1c 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/ListDataView.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java index 35f8d619c91..5618bef4f30 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/Query.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java index 59998746675..c4dbc0bf1ef 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java index dae85045936..58ad683f7f3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QuerySortOrderBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java index 6dbb66cf42f..c24fe6a39cc 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/QueryTrace.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java index 7008a16c1a0..e57ae7e4cce 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortDirection.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java index da73c995246..d5967ce61cd 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java index 358b34ceffb..5c49fdaaae8 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/SortOrderBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java index f742adaeb1f..7a779f559ea 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractBackEndHierarchicalDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java index a56a0426566..b6ed6a01a59 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/AbstractHierarchicalDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java index d1c1eba04e2..eb9364bd8b5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/BackEndHierarchicalDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java index 4fae8ba2b7f..15469a54144 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java index d8b70a64243..8927f6e57dd 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalArrayUpdater.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java index 2e46d42fcd0..0616cf5f39d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicationController.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java index 58a93208de2..2bb09d1080e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalConfigurableFilterDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java index 6a715bcd0ed..8da0ed99d9d 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataCommunicator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java index 4d9666e2320..8d8f39de5b0 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java index 62bef7b2839..5d22af4ef47 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalFilterUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java index 0efaf2abdaf..322a4fa5bb5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalQuery.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java index 6fcd70da5c2..e7a32213468 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java index 2af6c462740..ce6768e7cd5 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeData.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java index ca4184fe200..6044271607e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java index c06cb66abfe..e6e1ee18be1 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelect.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java index e9dadf3f5f6..4cbefe9d694 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java index b1372f2a5c9..45fe7de4a18 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/MultiSelectionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java index 57fd6a51345..66563380167 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java index ac3818505db..dd95620af01 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java index ff6d3b8830d..43ef038f21e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SelectionModel.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java index 291200790bb..7aa1e144dc9 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelect.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java index d5733ca4c8a..42942f4ec01 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java index 8c4fb25ec1c..570b3b3f2d9 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/selection/SingleSelectionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java index 39aa057943f..f309df33fa3 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/AbstractValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java index 31a9c921c6d..d1179c0dff8 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BeanValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java index 06ff86890d9..1ba9b65247b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigDecimalRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java index dd8e5fe0beb..be9936c8a8c 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/BigIntegerRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java index bf19c336c05..8b46ef3642b 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/ByteRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java index 15a00c9bf38..bb32d980964 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java index d993740379e..a398c0fc7df 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DateTimeRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java index ae922894b8d..8c1ba05fb58 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/DoubleRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java index 81f99b1fbe1..7022fa13d41 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/EmailValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java index 939a68f4c27..f6c5005b7b2 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/FloatRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java index 3615b1e41b4..84b9022dc49 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/IntegerRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java index 608734c337e..64d8520de1e 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/LongRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java index 648d8b7b38e..f2166770f39 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/RangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java index 9dec47956d7..3ab5533b7d1 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/RegexpValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java index 2abbf9736ae..bf35a6bfa50 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/ShortRangeValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java b/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java index 55948cd8f41..3bcfdee5f9c 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/validator/StringLengthValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java b/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java index 64afe3d9d3a..2bd568b1cc1 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/value/HasValueChangeMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java b/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java index 2221bb7d59e..35f9aa6e851 100644 --- a/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java +++ b/flow-data/src/main/java/com/vaadin/flow/data/value/ValueChangeMode.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java index 62cc6c7666f..db39583e7c6 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanBinderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java index 801948b8069..f11b2844358 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BeanPropertySetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java index c2f125b96c3..e5e8a24d2ff 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderConverterValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java index 40b7a58aa80..6199f4ad3be 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderCustomPropertySetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java index a27b81853d2..c9b0c96c1b9 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderInstanceFieldTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java index c32f6c581c3..c9d2617eb28 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderStatusChangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java index cdee582026f..ac3e2f4f3b0 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java index bd2f7eaf361..474b90a15b4 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java index 397dc390eea..3cc8f6f8c44 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusChangeListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java index 2254e0bf5d2..7973126e2ad 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValidationStatusTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java index 4dfbd49f715..b986af25b7f 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/BinderValueChangeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java index 4a158c44600..e0aa70a8470 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBinderValidationErrorHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java index 93a7e45bf9d..e267d159814 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/DefaultBindingExceptionHandlerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java index 46a03257c5e..97f3d3f8f76 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/Jsr303Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java index 5a0a129c847..6e0476898d6 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/NotEmptyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java index bed80bcceb9..e88f9ef21c4 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ReadOnlyHasValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java index cdace4bf004..d8167cc6988 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java index d35e9995f45..e1ccd8a1bb0 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/SimpleResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java index 4a5ccfbb4d5..e5d5babe7d6 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidationResultTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java index 8ff384f9360..f0a777b46e1 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java index 0872d44a4d3..60af047b979 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/ValueContextTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java b/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java index 172e88b7bda..ad9e29f2d65 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/binder/testcomponents/TestLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java index 0f05476bb81..f8021fed18f 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToDoubleConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java index c037591f9d4..5d2c39aa6c0 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToFloatConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java index d2d611047a9..e371edb1597 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToIntegerConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java index 6f359f7bb10..a7a19256c16 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/BigDecimalToLongConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java index d62944c1e2a..d3e7f9a83d9 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/DefaultConverterFactoryTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java index a85a7549d0e..eb57e194ddb 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/DoubleToBigDecimalConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java index a125d941de6..4819f6c2ae4 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToBigDecimalConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java index 9fbf7c1f14a..70152a17b12 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/FloatToDoubleConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java index 37260727c73..437a4685d68 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToBigDecimalConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java index 4b54702da2b..4e12e2e6468 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToDoubleConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java index c4f32698883..b306db31fd4 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/IntegerToLongConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java b/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java index 9321b44b3dd..200af6fef9c 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/converter/LongToBigDecimalConverterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java index 2f055b9bbdb..5459094e595 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java index a9e6ea360d8..1bb9c2593b8 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractComponentDataViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java index eefa6315ccd..83ac630d1ce 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java index 0b5843f18fa..c969cf71b0f 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractDataViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java index cb327b2d569..486c4bf305c 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractLazyDataViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java index bd736d812bc..75514c99f72 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewListenerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java index 6da8009ce06..a0dbf9b3f44 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/AbstractListDataViewTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java index 95280bb2182..cf798df65f0 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/BackendDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java index ffdaca40a82..25940d5e276 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/CompositeDataGeneratorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java index 4b2e37e0b61..4971327cae7 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ConfigurableFilterDataProviderWrapperTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java index c2049953114..422d6cc425b 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/CustomInMemoryDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java index ad2d6eb8363..a21db85f7cf 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataCommunicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java index fbd1380b814..be8d117123b 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/DataProviderTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java index 3d5f4a17f59..3040a85de93 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ListDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java index dc856faeef0..1185435c565 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java index 6ea77f05f46..fe6f5c661d8 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/ReplaceListDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java index 7a076c3b395..de01f860d27 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/StrBean.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java index 9d5f81077f3..d4eed6d38b6 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HasHierarchicalDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java index a27062eb0aa..cefa5e5b1db 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java index 2b4c92ae10f..7875a5c72bf 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchicalCommunicatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java index fe31e5ee0db..9c3b9dc0f6c 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java index 13a2bfe100f..6b8f9001e4d 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/HierarchyMapperWithNumerousDataTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java index 889666d4a05..0b73e7a57ab 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/Node.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java index 859753a5a07..2ff89ca4b1d 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/provider/hierarchy/TreeDataProviderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java b/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java index 76e8da4bfad..e2fec2153d6 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/selection/MultiSelectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java index 7d1e011f47c..703b129c63c 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidator.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java index b4e6f9e76cc..7c41926d762 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/NotEmptyValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java index 283158f24cb..4bc3c456154 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/RangeValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java index e7de0eb65f9..5d6c32b460d 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/StringLengthValidatorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java b/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java index 6761b21d061..3b8a2440751 100644 --- a/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java +++ b/flow-data/src/test/java/com/vaadin/flow/data/validator/ValidatorTestBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java index 0420a95345c..301556a18b5 100644 --- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java +++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/BeanToValidate.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java index 5ed1ab25846..1542f7de7e7 100644 --- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java +++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/ConvertibleValues.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java index 21ba337ddf8..a44b72b6b72 100644 --- a/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java +++ b/flow-data/src/test/java/com/vaadin/flow/tests/data/bean/Item.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java index 2433eb7e42e..168c1f520a9 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragEndEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java index b3fa8e28227..89748226883 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java index 3799e72a972..a22f65f4b01 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DragStartEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java index 5f53789db35..0f54a9d59f3 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEffect.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java index 9781d87fb6c..83a9a1cbf13 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropEvent.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java index 005ded81177..f9128f66d78 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/DropTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java index 8baf2f495d5..72854a21a26 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/EffectAllowed.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java index 08ddccd78b7..0a006efdb5b 100644 --- a/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java +++ b/flow-dnd/src/main/java/com/vaadin/flow/component/dnd/internal/DndUtil.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java index 21402e6597e..283306b464e 100644 --- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java +++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/AbstractDnDUnitTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java index 2f73385746e..49f7e49782e 100644 --- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java +++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DragSourceTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java index c1ca10f014f..82fbc201c7e 100644 --- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java +++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/DropTargetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java index 9ed3393948d..3ee4e016313 100644 --- a/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java +++ b/flow-dnd/src/test/java/com/vaadin/flow/component/dnd/MockUI.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java index 2ae23f401d4..bfd668b8061 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/AnchorElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java index 0102a4dd817..6a594cd60cd 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DescriptionListElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java index 5844b68f64e..83c9c1813da 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/DivElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java index 6671a6d412f..e9a50fded12 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/EmphasisElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java index 4b310d074ad..fd4cfd696ea 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H1Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java index 386002b15ea..54e467547e7 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H2Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java index 4d4c64388ae..b311da9badd 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H3Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java index b9e5f81194b..eeea25228a7 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H4Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java index 0aaba424569..40123bf0623 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H5Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java index c8eb23c3ca8..f8170047505 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/H6Element.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java index 53a50a6b81b..95cda4e2fe5 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/HrElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java index 70a2c67718f..128b11ab5d0 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ImageElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java index 271e8393716..ba4d0755978 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/InputTextElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java index b3ba6bff232..1bd92665956 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/LabelElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java index d9990ec2d61..30299486827 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ListItemElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java index 52665fae693..e0300d7252f 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeButtonElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java index 9c8c7900d81..6ef8f9b3887 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeDetailsElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java index 57cd27334e1..fcffdab00e3 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeLabelElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java index 9891410bb94..d39067c14f0 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableBodyElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java index 53940a31acb..440f8dc7f8c 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCaptionElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java index 8e1f8ab9e40..49c6aa46a79 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableCellElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java index 4e462ec7dcb..4e37f2ae708 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java index 9313e9b7104..ec7fc9df231 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableFooterElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java index a6b8b77033c..f66bf622066 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderCellElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java index 518f2ac9ac3..158f11b6294 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableHeaderElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java index e5d9ff9904c..8f8d7a551f3 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/NativeTableRowElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java index 9d61d1e5e84..a0152df009f 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/OrderedListElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java index 0c7734948c1..7eb2b97283c 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/ParagraphElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java index 8a9dc8b1f5c..82b5ad45c95 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/PreElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java index dbd8832d354..cfdab182657 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/RangeInputElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java index 552518a9301..9421a10d3aa 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SelectElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java index 5dba675b8c4..48cd2e007c1 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/SpanElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java index c24da1c4a9b..f420ccba3a7 100644 --- a/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java +++ b/flow-html-components-testbench/src/main/java/com/vaadin/flow/component/html/testbench/UnorderedListElement.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java index 0f1ef633add..1935bf50547 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Anchor.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java index 3151b8b42b8..bd57f696dcc 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTarget.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java index 4663d5e4083..bb1df3275ad 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/AnchorTargetValue.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java index 2972ea06251..439c927c481 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Article.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java index d83ad7196cc..0412051d657 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Aside.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java index 76478bf3a83..71acb861af7 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/DescriptionList.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java index 7cc341b16e7..7a20ecf166f 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Div.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java index 1d77e153a16..65209c925ca 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Emphasis.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java index 56b5aec4224..a294a26a804 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/FieldSet.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java index 2ead11af9bd..dc9a1ca7889 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Footer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java index ecef2aa684f..a8e70313345 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H1.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java index 9ea9e91e916..5243d13d0e4 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H2.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java index fcd8ad2d4bd..c403de7032a 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H3.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java index c06abc44e9a..9af9057393f 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H4.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java index 98ada240f7e..a9c4ae1d5ee 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H5.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java index 47e95df4805..8a56a9b6a7e 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/H6.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java index 50d0f2e47ec..7a1327aab06 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Header.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java index 551abc7e0a2..add7ec01505 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Hr.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java index 2cd7dc26d4c..5b280bbb61b 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/HtmlObject.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java index 48497f8cb7b..db8f99c13d5 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/IFrame.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java index 7b68c81c3a9..f7d30536995 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Image.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java index 729e1cb88e9..9373dd4f35e 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Input.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java index c778b8c9e5d..eb83ae80156 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Label.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java index 8a78d3688e1..15a7edb737d 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/ListItem.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java index a5a711758b2..ac82d2c6022 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Main.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java index 1f80488bcf4..f1726ee77f5 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeButton.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java index 42daee63dfb..5b9aac0b622 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeDetails.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java index c7ba119efd7..96880232813 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeLabel.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java index b44d3397ca4..dc512572e19 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTable.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java index f3bdd68be29..4a417c764a0 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableBody.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java index 7a28b0a7fe2..9cf1a693d69 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCaption.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java index 4e716cb3340..57a3485f029 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableCell.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java index d929947fe11..66b6d5f571c 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableFooter.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java index 488b89d4a9e..1cf3fb18622 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeader.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java index 46fe5e1e358..75a89d59ef9 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableHeaderCell.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java index 2bf4245c08c..fd471304770 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRow.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java index 27617f39c40..f25a46829c0 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/NativeTableRowContainer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java index 695a9af5e9b..fb31b96a3f5 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Nav.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java index 9303366b20d..8ba4158b03c 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/OrderedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java index b4008968985..3cd389aecad 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Paragraph.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java index 778c77d7fe3..4ea586b8e60 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Param.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java index ea0be20569d..285de83fbff 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Pre.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java index f648fcf6f29..e0511aabdbe 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/RangeInput.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java index 1846bb5e92b..3591653f0f9 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Section.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java index aebf114c309..c0b54f832f4 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/Span.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java b/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java index 227704aefce..aea43706eeb 100644 --- a/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java +++ b/flow-html-components/src/main/java/com/vaadin/flow/component/html/UnorderedList.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java index 04a383c00ee..1c8627ed60b 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTargetValueTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java index ae5deab8e70..61e93e7b538 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AnchorTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java index 0d194f62a0d..4b5498b18ed 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ArticleTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java index 9b6d53ad9e2..acbc6f0943e 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/AsideTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java index 8a6e2a59dcd..a53119938b9 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java index f9959ed1b9d..9c80fd55d0f 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ComponentTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java index 46a4028ebf9..9aaea074bc8 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DescriptionListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java index 5e178a0fbf4..a09cae27202 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/DivTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java index bd33c831e13..08e424193e5 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/EmphasisTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java index 488fd1d24a7..5a95489a779 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FieldSetTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java index f7a3e048359..5b60f4883d8 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/FooterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java index 43f1aca67f3..48c4adacd53 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H1Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java index 43d41903994..2d5a1be6943 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H2Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java index 401faa203b3..337304bab4d 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H3Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java index 0ccd0f5ec69..f6d18b34692 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H4Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java index 5e1ed9773df..3b6639bfddc 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H5Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java index d84d1af5791..e2374f6a0f6 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/H6Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java index 04cc2237711..5d2c673b3a6 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HeaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java index c43b7ab9756..898b716c752 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HrTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java index 4f20c436f94..de41534ce7d 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSerializableTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java index dc5af17188d..7e0aed1f72c 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlComponentSmokeTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java index cd321da7024..bf55e312910 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/HtmlObjectTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java index 07b8bf7d62c..227b536e494 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/IFrameTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java index 1268fcb2b58..c7e6647d282 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ImageTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java index 451454c111f..22b5d4eef69 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/InputTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java index 478abc64209..96a3f0928c9 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/LabelTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java index 259a496c1fc..b035ff59008 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ListItemTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java index b6a30f24aee..5fe41fead82 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/MainTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java index 09d1146231e..0794469b6be 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeButtonTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java index 4c061fcbd3e..8a8d25dd75f 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeDetailsTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java index 9d6732766c0..7d9e1fc3024 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeLabelTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java index 9e23548042f..23397338488 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableBodyTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java index 20a2a93e714..18659595dab 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCaptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java index 04412a892ea..bb5ae8dad8f 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableCellTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java index a613374974d..8707cbd57ae 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableFooterTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java index 8ffef05cf0a..7ca72a73186 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderCellTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java index 83501029754..f5c3325b60f 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableHeaderTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java index 715813c184e..4023f252359 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowContainerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java index 6e34fef0f3e..15f8b95403f 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableRowTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java index 617f76540cd..54e3b675e90 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NativeTableTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java index 9a9bb668bd8..2e26b51214d 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/NavTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java index a7ecd50deb4..e3e5f4a48bb 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/OrderedListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java index 4b1ebcc5ee7..4957f14409d 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParagraphTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java index 77cc0053e85..0a097193b52 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/ParamTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java index 1128312d60c..8bdb368f356 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/PreTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java index c30c63e486e..738ee83024c 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/RangeInputTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java index 52ec3d7b95c..1dc379906e5 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SectionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java index 55ad86a1a1d..78921567faf 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/SpanTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java b/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java index b9a08c616dd..abf2d609640 100644 --- a/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java +++ b/flow-html-components/src/test/java/com/vaadin/flow/component/html/UnorderedListTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java index 63c8e9a6edd..9ccd9de65ef 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/BundleLitParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java index a3a75facd2d..ddddcad5517 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/IllegalAttributeException.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java index d24db1378d1..8a5e86f02da 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java index e99ff89dcb9..19bbadd83c4 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplate.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java index 69de43e5ff0..140df092f35 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateDataAnalyzer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java index afd0bb5357b..f0a99607097 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateInitializer.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java index d8bbf8954f4..e920befdbad 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/LitTemplateParser.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java index 66edd73fc08..19c2f4c843d 100644 --- a/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java +++ b/flow-lit-template/src/main/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImpl.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java index 8cf238fef91..6e656463eda 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/BundleLitParserTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java index e0e5cb0a867..c1b384ee504 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/InjectableLitElementInitializerTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java index c3c222fc939..23baa137e26 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitClassesSerializableTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java index e5c99bbd330..8edfaa772f7 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/LitTemplateTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java index 154a40de426..29d3f0bf575 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/component/littemplate/internal/LitTemplateParserImplTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java b/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java index 1eb428f4364..719cfd94062 100644 --- a/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java +++ b/flow-lit-template/src/test/java/com/vaadin/flow/server/MockVaadinServletService.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java index 5cb74096258..ffe2bb64a5a 100644 --- a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java +++ b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/BuildDevBundleMojo.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java index ce5585fbacb..73fb485d024 100644 --- a/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java +++ b/flow-plugins/flow-dev-bundle-plugin/src/main/java/com/vaadin/flow/plugin/maven/Reflector.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt b/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt index 2d337a2c140..094852c8a19 100644 --- a/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt +++ b/flow-plugins/flow-gradle-plugin/src/functionalTest/kotlin/com/vaadin/gradle/MiscSingleModuleTest.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt index 745ca936ec7..70e04582fc8 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/GradlePluginAdapter.kt @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt index f7b8e78f053..7d68b67f820 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendInputProperties.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt index 106e8edc230..7debb460c86 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/PrepareFrontendOutputProperties.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt index a5cc38b75e1..6052d7a3325 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinFlowPluginExtension.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt index c5681c2e774..aaf89ed1e23 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPlugin.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt index 91f42c5ff69..792a94fced0 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinPrepareFrontendTask.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt index 5bd489d7e17..5a884ff9c5b 100644 --- a/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt +++ b/flow-plugins/flow-gradle-plugin/src/main/kotlin/com/vaadin/gradle/VaadinUtils.kt @@ -1,5 +1,5 @@ /** - * Copyright 2000-2024 Vaadin Ltd + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties index a6700ec7e57..125e50a3bfb 100644 --- a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java index 2c4d7d02ee0..00b7c1759d4 100644 --- a/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java +++ b/flow-plugins/flow-maven-plugin/src/it/appshellconfiguration-external-annotations/src/main/java/com/vaadin/test/AppConfig.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties index 44594528d31..0c90f750167 100644 --- a/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/classfinder-lookup/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties index 5aa13827263..eba827e3ceb 100644 --- a/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/deps-with-classifier-dups-project/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties index d7243b3a7fc..2c356687518 100644 --- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx index a01c615012c..8972c9edc09 100644 --- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx +++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-plugin-resources/com/vaadin/flow/server/frontend/Flow.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx index a843a54097a..c487360fc57 100644 --- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx +++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/fake-resources/com/vaadin/flow/server/frontend/Flow.tsx @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java index 9b6ea6fe637..b01c07a54d7 100644 --- a/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java +++ b/flow-plugins/flow-maven-plugin/src/it/flow-addon/src/main/java/com/vaadin/test/Addon.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2024 Vaadin Ltd. + * Copyright 2000-2025 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties index 5aa13827263..eba827e3ceb 100644 --- a/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/ignore-maven-deps-from-project/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties index e0a3360d88b..9f537f4e0b1 100644 --- a/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/offending-dependency-project/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties index 5aa13827263..eba827e3ceb 100644 --- a/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/plugin-pinned-deps-project/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties b/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties index 44594528d31..0c90f750167 100644 --- a/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties +++ b/flow-plugins/flow-maven-plugin/src/it/resources-from-project/invoker.properties @@ -1,5 +1,5 @@ # -# Copyright 2000-2024 Vaadin Ltd. +# Copyright 2000-2025 Vaadin Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of diff --git a/flow-plugins/flow-maven-plugin/src/it/settings.xml b/flow-plugins/flow-maven-plugin/src/it/settings.xml index 21d21ecab70..fbb5b63230d 100644 --- a/flow-plugins/flow-maven-plugin/src/it/settings.xml +++ b/flow-plugins/flow-maven-plugin/src/it/settings.xml @@ -1,6 +1,6 @@