[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code.google.com links. Fix maven version #471

Merged
merged 2 commits into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix code.google.com links. Fix maven version
  • Loading branch information
chingor13 committed Sep 21, 2018
commit f76c42ef952f8e0224da6f976f51821afe52477b
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ are welcome.

Java Version | Status
------------ | ------
Java 7 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html)
Java 8 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html)
Java 10 | [![Kokoro CI](http://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.html)
Java 7 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java7.html)
Java 8 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java8.html)
Java 10 | [![Kokoro CI](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.svg)](https://storage.googleapis.com/cloud-devrel-public/java/badges/google-http-java-client/java10.html)

## Links

- [Discuss](http://groups.google.com/group/google-http-java-client)
- [Discuss](https://groups.google.com/group/google-http-java-client)
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public AndroidJsonFactory() {
@Override
public JsonParser createJsonParser(InputStream in) {
// TODO(mlinder): Charset should be detected automatically by the parser. Related to:
// http://code.google.com/p/google-http-java-client/issues/detail?id=6
// http://github.com/googleapis/google-http-java-client/issues/6
return createJsonParser(new InputStreamReader(in, Charsets.UTF_8));
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public JsonToken nextToken() throws IOException {
}
}
// work around bug in GSON parser that it throws an EOFException for an empty document
// see http://code.google.com/p/google-gson/issues/detail?id=330
// see http://github.com/google/gson/issues/330
android.util.JsonToken peek;
try {
peek = reader.peek();
Expand Down
2 changes: 1 addition & 1 deletion google-http-client-appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<configuration>
<links>
<link>http://download.oracle.com/javase/6/docs/api/</link>
<link>http://code.google.com/appengine/docs/java/javadoc</link>
<link>https://cloud.google.com/appengine/docs/standard/java/javadoc/</link>
</links>
<doctitle>${project.name} ${project.version}</doctitle>
<windowtitle>${project.artifactId} ${project.version}</windowtitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

/**
* Thread-safe HTTP transport for Google App Engine based on <a
* href="http://code.google.com/appengine/docs/java/urlfetch/">URL Fetch</a>.
* href="https://cloud.google.com/appengine/docs/standard/java/issue-requests">URL Fetch</a>.
*
* <p>
* Implementation is thread-safe. For maximum efficiency, applications should use a single
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

/**
* HTTP Transport library for Google API's based on <a
* href="http://code.google.com/appengine/docs/java/urlfetch/">URL Fetch in Google App Engine</a>.
* href="https://cloud.google.com/appengine/docs/standard/java/issue-requests">URL Fetch in Google App Engine</a>.
*
* @since 1.10
* @author Yaniv Inbar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3>compile<a name="compile"></a></h3>
<th>License</th></tr>
<tr class="b">
<td>com.google.http-client</td>
<td><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">google-http-client</a></td>
<td><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">google-http-client</a></td>
<td>1.26.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Dependencies_provided"></a>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-android">https://github.com/google/google-http-java-client/google-http-client-android</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-android">https://github.com/googleapis/google-http-java-client/google-http-client-android</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.android:android:jar:4.1.1.4 (provided) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
Expand Down Expand Up @@ -297,7 +297,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<td>
<p><b>Description: </b>Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">https://github.com/google/google-http-java-client/google-http-client</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">https://github.com/googleapis/google-http-java-client/google-http-client</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.code.findbugs:jsr305:jar:3.0.2 (compile) <img id="_img23" src="./images/icon_info_sml.gif" alt="Information" '_dep22', '_img23' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep22" style="display:none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3>compile<a name="compile"></a></h3>
<th>License</th></tr>
<tr class="b">
<td>com.google.http-client</td>
<td><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">google-http-client</a></td>
<td><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">google-http-client</a></td>
<td>1.26.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Dependencies_test"></a>
Expand Down Expand Up @@ -96,7 +96,7 @@ <h3>test<a name="test"></a></h3>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
<tr class="a">
<td>com.google.http-client</td>
<td><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-test">google-http-client-test</a></td>
<td><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-test">google-http-client-test</a></td>
<td>1.26.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
Expand Down Expand Up @@ -200,7 +200,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-appengine">https://github.com/google/google-http-java-client/google-http-client-appengine</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-appengine">https://github.com/googleapis/google-http-java-client/google-http-client-appengine</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.http-client:google-http-client:jar:1.26.0-SNAPSHOT (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
Expand All @@ -211,7 +211,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<td>
<p><b>Description: </b>Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">https://github.com/google/google-http-java-client/google-http-client</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">https://github.com/googleapis/google-http-java-client/google-http-client</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.code.findbugs:jsr305:jar:3.0.2 (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="Information" '_dep4', '_img5' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep4" style="display:none">
Expand Down Expand Up @@ -281,7 +281,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-test">https://github.com/google/google-http-java-client/google-http-client-test</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-test">https://github.com/googleapis/google-http-java-client/google-http-client-test</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
<li>com.google.appengine:appengine-api-1.0-sdk:jar:1.9.64 (provided) <img id="_img19" src="./images/icon_info_sml.gif" alt="Information" '_dep18', '_img19' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep18" style="display:none">
<table border="0" class="bodyTable">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<td>
<p><b>Description: </b>Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">https://github.com/google/google-http-java-client/google-http-client</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">https://github.com/googleapis/google-http-java-client/google-http-client</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.android:android:jar:1.5_r4 (provided) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ <h3>compile<a name="compile"></a></h3>
<th>License</th></tr>
<tr class="b">
<td>com.google.code.gson</td>
<td><a class="externalLink" href="http://code.google.com/p/google-gson/">gson</a></td>
<td><a class="externalLink" href="https://github.com/google/gson">gson</a></td>
<td>2.1</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
<tr class="a">
<td>com.google.http-client</td>
<td><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">google-http-client</a></td>
<td><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">google-http-client</a></td>
<td>1.26.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr></table></div><a name="Project_Dependencies_test"></a>
Expand All @@ -90,7 +90,7 @@ <h3>test<a name="test"></a></h3>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
<tr class="a">
<td>com.google.http-client</td>
<td><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-test">google-http-client-test</a></td>
<td><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-test">google-http-client-test</a></td>
<td>1.26.0-SNAPSHOT</td>
<td>jar</td>
<td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td></tr>
Expand Down Expand Up @@ -178,7 +178,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-gson">https://github.com/google/google-http-java-client/google-http-client-gson</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-gson">https://github.com/googleapis/google-http-java-client/google-http-client-gson</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.http-client:google-http-client:jar:1.26.0-SNAPSHOT (compile) <img id="_img3" src="./images/icon_info_sml.gif" alt="Information" '_dep2', '_img3' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep2" style="display:none">
Expand All @@ -189,7 +189,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<td>
<p><b>Description: </b>Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
including Java 5 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client">https://github.com/google/google-http-java-client/google-http-client</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client">https://github.com/googleapis/google-http-java-client/google-http-client</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div>
<ul>
<li>com.google.code.findbugs:jsr305:jar:3.0.2 (compile) <img id="_img5" src="./images/icon_info_sml.gif" alt="Information" '_dep4', '_img5' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep4" style="display:none">
Expand Down Expand Up @@ -259,7 +259,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/</p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/google-http-java-client/google-http-client-test">https://github.com/google/google-http-java-client/google-http-client-test</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/googleapis/google-http-java-client/google-http-client-test">https://github.com/googleapis/google-http-java-client/google-http-client-test</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
<li>junit:junit:jar:4.8.2 (test) <img id="_img19" src="./images/icon_info_sml.gif" alt="Information" '_dep18', '_img19' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep18" style="display:none">
<table border="0" class="bodyTable">
Expand All @@ -277,7 +277,7 @@ <h3>Dependency Tree<a name="Dependency_Tree"></a></h3>
<tr class="b">
<td>
<p><b>Description: </b>Google Gson library</p>
<p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/google-gson/">http://code.google.com/p/google-gson/</a></p>
<p><b>URL: </b><a class="externalLink" href="https://github.com/google/gson">https://github.com/google/gson</a></p>
<p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td></tr></table></div></li>
<li>com.google.guava:guava:jar:20.0 (test) <img id="_img23" src="./images/icon_info_sml.gif" alt="Information" '_dep22', '_img23' );" style="cursor: pointer;vertical-align:text-bottom;"></img><div id="_dep22" style="display:none">
<table border="0" class="bodyTable">
Expand Down
Loading