cuba-platform / cuba-cli

CUBA Platform Development Command-Line Interface
https://www.cuba-platform.com/marketplace/cuba-cli/
Apache License 2.0
47 stars 8 forks source link

Remove 'JSR356WebsocketInitializer' definition for single-app-web.xml for 7.0+ #153

Closed jreznot closed 5 years ago

jreznot commented 5 years ago

We need to remove the following code from single-app-web.xml for 7.0 template:

    <listener>
        <listener-class>com.vaadin.server.communication.JSR356WebsocketInitializer</listener-class>
    </listener>