提交 b19f4650 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-18366] Winstone is now powered by Jetty

上级 982d939f
......@@ -71,6 +71,11 @@ Upcoming changes</a>
<li class=bug>
Breadcrumb bar moves away from header when scrolling past end of page on OS X.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-19803">issue 19803</a>)
<li class='major rfe'>
"java -jar jenkins.war" now runs on Jetty8. Command line options are still compatible.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-18366">issue 18366</a>)
<li class=rfe>
"java -jar jenkins.war" gets the "--spdy" option to enable SPDY.
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -630,6 +630,9 @@ THE SOFTWARE.
</requireMavenVersion>
<enforceBytecodeVersion>
<maxJdkVersion>1.${java.level}</maxJdkVersion>
<ignoreClasses>
<ignoreClass>org.eclipse.jetty.spdy.*</ignoreClass>
</ignoreClasses>
</enforceBytecodeVersion>
</rules>
</configuration>
......@@ -654,7 +657,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>extra-enforcer-rules</artifactId>
<version>1.0-alpha-5</version>
<version>1.0-beta-1+kohsuke</version>
</dependency>
</dependencies>
</plugin>
......
......@@ -51,7 +51,7 @@ THE SOFTWARE.
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>executable-war</artifactId>
<version>1.28</version>
<version>1.29</version>
<scope>provided</scope>
</dependency>
......@@ -103,7 +103,7 @@ THE SOFTWARE.
-->
<groupId>org.jenkins-ci</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10-jenkins-47</version>
<version>2.0</version>
<scope>test</scope>
</dependency>
<dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册