summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Sara <henri.sara@gmail.com>2017-02-13 16:21:51 +0200
committerGitHub <noreply@github.com>2017-02-13 16:21:51 +0200
commite34b45eb4c096cf16219fa1f71bab8ab55947d5c (patch)
treebb64bbbb2581a26d26740c07e79f92e886875f50
parentb9997b69775ad66339ca9ae58f6b2e336afdc8d0 (diff)
downloadvaadin-framework-e34b45eb4c096cf16219fa1f71bab8ab55947d5c.tar.gz
vaadin-framework-e34b45eb4c096cf16219fa1f71bab8ab55947d5c.zip
Downgrade to Jetty 9.2 (#8549)
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.
-rw-r--r--pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 50eb873846..d65a863d3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@
<!-- Used version numbers for dependencies -->
<liferay.portal-service.version>6.2.5</liferay.portal-service.version>
- <jetty.version>9.3.9.v20160517</jetty.version>
<vaadin.gwt.version>2.8.0</vaadin.gwt.version>
<vaadin.plugin.version>8.0-SNAPSHOT</vaadin.plugin.version>
@@ -45,7 +44,9 @@
<!-- Dependency unpack directory -->
<dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory>
- <jetty.version>9.3.7.v20160115</jetty.version>
+ <!-- Cannot use 9.3 or 9.4 because they sometimes reset the connection too early in case of errors -->
+ <!-- See e.g. https://issues.apache.org/jira/browse/SOLR-8453 -->
+ <jetty.version>9.2.9.v20150224</jetty.version>
<phantomjs.version>2.1.1</phantomjs.version>
<!-- Sonar properties -->