Skip to content

Commit 3b44ea1

Browse files
committed
chore: Remove runtime dependency on EndpointGeneratorTaskFactory
1 parent 58a8d49 commit 3b44ea1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flow-server/src/main/java/com/vaadin/flow/server/startup/LookupServletContainerInitializer.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
import com.vaadin.flow.server.StaticFileHandlerFactory;
4343
import com.vaadin.flow.server.VaadinContext;
4444
import com.vaadin.flow.server.VaadinServletContext;
45-
import com.vaadin.flow.server.frontend.EndpointGeneratorTaskFactory;
4645

4746
/**
4847
* Standard servlet initializer for collecting all SPI implementations.
@@ -54,7 +53,6 @@
5453
*/
5554
@HandlesTypes({ ResourceProvider.class, InstantiatorFactory.class,
5655
DeprecatedPolymerPublishedEventHandler.class,
57-
EndpointGeneratorTaskFactory.class,
5856
ApplicationConfigurationFactory.class, AbstractLookupInitializer.class,
5957
AppShellPredicate.class, StaticFileHandlerFactory.class,
6058
DevModeHandlerManager.class, BrowserLiveReloadAccessor.class,

0 commit comments

Comments
 (0)