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

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

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