Skip to content

Commit

Permalink
update client-runtime (#1340)
Browse files Browse the repository at this point in the history
* update jetty

* non-parallel

* remove travis

* update to 1.7.12
  • Loading branch information
weidongxu-microsoft authored Jan 7, 2021
1 parent 88d17ab commit 2d6e483
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/fluentJavaMgmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
ProfileFlag: ''
Linux - Java 8:
OSName: 'Linux'
OSVmImage: 'ubuntu-18.04'
OSVmImage: 'ubuntu-20.04'
JavaVersion: '1.8'
ProfileFlag: ''
Linux - Java 7:
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
displayName: 'Run Tests on Java $(JavaVersion)'
inputs:
mavenPomFile: pom.xml
options: '--batch-mode $(DefaultOptions) $(ProfileFlag) -Dsurefire.rerunFailingTestsCount=3 -Dparallel=classes -DthreadCount=2 -DforkCount=1C'
options: '--batch-mode $(DefaultOptions) $(ProfileFlag) -Dsurefire.rerunFailingTestsCount=3'
mavenOptions: '$(LoggingOptions)'
javaHomeOption: 'JDKVersion'
jdkVersionOption: $(JavaVersion)
Expand Down
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://dev.azure.com/azure-sdk/public/_apis/build/status/fluentJava/Azure.azure-libraries-for-java?branchName=master)](https://dev.azure.com/azure-sdk/public/_build/latest?definitionId=608&branchName=master)
[![Build Status](https://travis-ci.org/Azure/azure-libraries-for-java.svg?style=flat-square&label=build&branch=master)](https://travis-ci.org/Azure/azure-libraries-for-java)

# Try the Next-Generation Azure Management SDK for Java now

Expand Down
22 changes: 0 additions & 22 deletions appveyor.yml

This file was deleted.

17 changes: 0 additions & 17 deletions jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,4 @@
</New>
</Arg>
</Call>
<Call name="addConnector">
<Arg>
<New class="org.eclipse.jetty.server.ServerConnector">
<Arg name="server">
<Ref refid="Server" />
</Arg>
<Arg name="factories">
<Array type="org.eclipse.jetty.server.ConnectionFactory">
<Item>
<New class="org.eclipse.jetty.server.HttpConnectionFactory"/>
</Item>
</Array>
</Arg>
<Set name="port">11081</Set>
</New>
</Arg>
</Call>
</Configure>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
<version>1.7.10</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<version>1.7.10</version>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.2.22.v20170606</version>
<version>9.2.30.v20200428</version>
<configuration>
<scanIntervalSeconds>0</scanIntervalSeconds>
<stopPort>11079</stopPort>
Expand Down

0 comments on commit 2d6e483

Please sign in to comment.