vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.79k stars 729 forks source link

Atmosphere compat libs no longer included by default #5416

Closed vaadin-bot closed 10 years ago

vaadin-bot commented 10 years ago

Originally by CodingFabian


I see pros and cons, but it is at least a change that should be documented. in 7.1 the atmosphere compat libs ship by default. in 7.2 thats no longer the case.

Also the versions aren't synced up:

        <dependency>
            <groupId>com.vaadin</groupId>
            <artifactId>vaadin-push</artifactId>
            <version>7.2.4</version>
        </dependency>
        <dependency>
            <groupId>com.vaadin.external.atmosphere</groupId>
            <artifactId>atmosphere-runtime</artifactId>
            <version>2.1.2.vaadin2</version>
        </dependency>
        <dependency>
            <groupId>com.vaadin.external.atmosphere</groupId>
            <artifactId>atmosphere-compat-tomcat7</artifactId>
            <version>2.0.1-vaadin1</version>
        </dependency>

Imported from https://dev.vaadin.com/ issue #14199

vaadin-bot commented 10 years ago

Originally by CodingFabian


i am closing this, you should not need them anymore. if you really do you need to find the right version. this ticket can act as kind of documentation :)