Upgrade h2spec-maven-plugin to 1.0.6 (#6616)
Signed-off-by: Olivier Lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
a7a2ae6f84
commit
1acf54ba59
2
pom.xml
2
pom.xml
|
@ -981,7 +981,7 @@
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
<groupId>org.mortbay.jetty</groupId>
|
||||||
<artifactId>h2spec-maven-plugin</artifactId>
|
<artifactId>h2spec-maven-plugin</artifactId>
|
||||||
<version>1.0.5</version>
|
<version>1.0.6</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
|
|
|
@ -843,7 +843,7 @@ public class DistributionTests extends AbstractJettyHomeTest
|
||||||
// Protocol "h2" must not be enabled because the
|
// Protocol "h2" must not be enabled because the
|
||||||
// http2 Jetty module was not explicitly enabled.
|
// http2 Jetty module was not explicitly enabled.
|
||||||
assertFalse(run3.getLogs().stream()
|
assertFalse(run3.getLogs().stream()
|
||||||
.anyMatch(log -> log.contains("h2")));
|
.anyMatch(log -> log.contains("h2")), "Full logs: " + String.join("", run3.getLogs()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue