summaryrefslogtreecommitdiffstats
path: root/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update vaadin.plugin.version (#11221)Sun Zhe2018-10-081-1/+1
| | | | * Update vaadin.plugin.version
* Upgrade to new Atmosphere (#11122), replace SSH proxy with java-based ↵Ilia Motornyi2018-09-041-6/+1
| | | | trivial one, fix tests
* Update TestBench version to 5.2.0 (#11058)Guille2018-07-171-1/+1
|
* Update project version to 8.6-SNAPSHOT (#11011)Mehdi Javan2018-06-291-1/+1
|
* Upgrade TestBench version to 5.2 (#11005)Teemu Suo-Anttila2018-06-281-1/+1
|
* Fix valdiation builds to use correct browser (#11000)Teemu Suo-Anttila2018-06-271-10/+23
|
* Use new TestBench and ReferenceNameGenerator (#10963)Teemu Suo-Anttila2018-06-051-1/+1
| | | This patch contains the first part of screenshots being renamed.
* Upgrade atmosphere to 2.4.24.vaadin1 (#10847)Ilia Motornyi2018-04-271-2/+1
| | | Fixes #10816
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-191-10/+32
|
* Update snapshot version to 8.5 (#10818)Teemu Suo-Anttila2018-04-121-1/+1
|
* Add snapshot repository to root pom.xml (#10746)Teemu Suo-Anttila2018-03-231-5/+13
|
* Remove unnecessary buildhelpers module (#10742)Teemu Suo-Anttila2018-03-221-11/+0
|
* Upgrade to Atmosphere 2.4.20.vaadin1 (#10706)Ilia Motornyi2018-03-131-1/+1
| | | Fixes #10532
* Upgrade minor version in the project to 8.4 (#10520)Teemu Suo-Anttila2018-01-241-2/+2
|
* Update to TestBench 5.1.1 (#10391)Guille2017-11-291-1/+1
|
* Update to JSoup 1.11.2 (#10353)Leif Åstrand2017-11-231-1/+1
| | | | | Also update declarative writing to use true instead of "" for empty attributes because of changed defaults in JSoup. For v7, the tests are updated instead of touching the implementations.
* Update version number to 8.3-SNAPSHOT (#10348)Teemu Suo-Anttila2017-11-221-1/+1
|
* Update testbench version (#10336)Guille2017-11-201-1/+1
|
* Use GWT 2.8.2 (#10217)Teemu Suo-Anttila2017-10-201-1/+1
|
* Fix IDE usage of Elemental in vaadin-shared (#10178)Teemu Suo-Anttila2017-10-161-1/+2
|
* Upgrade maven-dependency and -source pluginsAhmed Ashour2017-09-141-2/+2
|
* Fix bnd warningsAhmed Ashour2017-09-141-0/+5
|
* Unify exec-maven-plugin to 1.6.0Ahmed Ashour2017-09-131-1/+1
|
* Update version to 8.2-SNAPSHOT (#9946)Teemu Suo-Anttila2017-09-081-2/+2
|
* Update Atmosphere version to remove warnings which are irrelevant (#9770)Artur2017-08-071-1/+1
| | | Fixes #8292
* Update Atmosphere to support latest Jetty versions (#9359)Artur2017-05-181-1/+1
| | | Fixes #8134, #8135
* Upgrade GWT to version 2.8.1 (#9236)Ilia Motornyi2017-05-051-1/+1
|
* Add scr component to help registering VaadinServlet configurationsMirjan Merruko2017-04-251-0/+5
| | | | | | | | This component will detect VaadinServlet configurations, add the static resource configuration property and then register a servlet using the HttpWhiteboard specification. This works with pax-jetty but not pax-http-tomcat. Partly covers #7173
* Add liferay integration originally developed by Sampsa Sohlman #8834Mirjan Merruko2017-04-251-0/+5
|
* Move GAEVaadinServlet to its own moduleMirjan Merruko2017-04-251-0/+5
|
* Add OSGi support #8830 #8827 #8828 #8829Mirjan Merruko2017-04-251-5/+36
| | | | | Use bnd-maven-plugin instead of maven-bundle-plugin and helper class, and add support for publishing static resources such as themes and widgetsets.
* Add pre-release repository to apicmp profile (#9081)Henri Sara2017-04-131-0/+6
|
* Use release version of TestBench8.1.0.alpha4Artur2017-04-071-1/+1
|
* Snapshot version update to 8.1 (#9023)Ilia Motornyi2017-04-051-2/+2
|
* Update Atmosphere to resolve problems in servlets with multiple mappings (#8785)Artur2017-03-091-1/+1
| | | Fixes #8734
* Add prerelease profile and remove inherited plug-inHenri Sara2017-02-281-4/+62
|
* Update vaadin-parent version to 1.1.0Henri Sara2017-02-281-1/+1
|
* Add snapshot profile (#8672)Henri Sara2017-02-231-0/+63
|
* Eliminate module uitest-common (#8583)Henri Sara2017-02-161-1/+0
| | | | | | | The use of the module in the test project was removed earlier, and eliminating the module permits simpler and more reliable builds as it was not deployed. The classes that were in uitest-common are now in uitest.
* Update Vaadin Icons to 3.0.1 (#8576)Henri Sara2017-02-151-1/+1
| | | | * Update Vaadin Icons to 3.0.1
* Simplify setting of TestBench version (#8566)Henri Sara2017-02-141-1/+3
| | | | Now, only vaadin.testbench.version needs to be set for root and BOM modules, and other modules do not need changes to upgrade TestBench.
* Use TestBench version 5.0.0.beta5 (#8557)Henri Sara2017-02-141-1/+1
|
* Downgrade to Jetty 9.2 (#8549)Henri Sara2017-02-131-2/+3
| | | | | | | | Jetty 9.3 and 9.4 sometimes reset the connection too early in case of errors, which leads to failing tests (UIInitExceptionTest, AppResource404Test). See e.g. https://issues.apache.org/jira/browse/SOLR-8453 for more information.
* Include Vaadin-Icons into the project, (#8485)Ilia Motornyi2017-02-091-0/+1
| | | | | | Include Vaadin-Icons into the valo theme in the project, make vaadin-icons dependency 'provided' Fixes #8471
* Remove BOM from release profile (#8518)Henri Sara2017-02-091-2/+2
|
* Fix profiles in vaadin-root pom.xml (#8484)Teemu Suo-Anttila2017-02-081-41/+57
|
* Replace FontAwesome with Vaadin Icons (#8208)Pekka Hyvönen2017-02-011-0/+6
| | | | | | | * Include FontAwesome by default for easier migration * Fix JSComponentLoadingIndicatorTest Fixes #7979 Addresses part of #8219
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-0/+17
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Make it easy to run Sonar on the project (#8118)Artur2017-01-031-0/+6
|
* Include Framework Element API for TestBench in the project (#8014)Artur2016-12-221-0/+1
| | | | | | This makes it possible to use the latest Element classes in the framework tests and to simplify the build process. The license for the included element classes are changed to Apache2