Skip to content

Commit

Permalink
[FIXED JENKINS-18366] Winstone is now powered by Jetty
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Oct 6, 2013
1 parent 982d939 commit b19f465
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.html
Expand Up @@ -71,6 +71,11 @@
<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=-->

Expand Down
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -630,6 +630,9 @@ THE SOFTWARE.
</requireMavenVersion>
<enforceBytecodeVersion>
<maxJdkVersion>1.${java.level}</maxJdkVersion>
<ignoreClasses>
<ignoreClass>org.eclipse.jetty.spdy.*</ignoreClass>
</ignoreClasses>
</enforceBytecodeVersion>
</rules>
</configuration>
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit b19f465

Please sign in to comment.