Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
e61ff6d
Make json serialization treat maps as maps, always.
mikekap Apr 15, 2018
8cd92d2
remove obsolete files (#466)
elharo Sep 21, 2018
dacf78b
update app engine SDK (#467)
elharo Sep 21, 2018
19c3c7f
Add Kokoro continuous integration config and badges (#465)
chingor13 Sep 21, 2018
68fdc05
Add CODEOWNERS and issue/pr templates (#470)
chingor13 Sep 21, 2018
2cf19f6
Fix code.google.com links. Fix maven version (#471)
chingor13 Sep 21, 2018
0cd3cbe
fix API doc links (#479)
elharo Sep 24, 2018
70a8902
update test library versions (#481)
elharo Sep 24, 2018
7a1fa3b
Add the ending Java 6 support notice to README (#483)
chingor13 Sep 27, 2018
e601d7d
Fix test to run on environments with German locale (#473) (#474)
geri-m Sep 27, 2018
c1bc063
Kokoro release jobs (#472)
chingor13 Oct 4, 2018
1f067da
add patch to google http client (#486)
cramja Oct 8, 2018
4d6a42d
XML Parsing: Enum as element type (#475) (#476)
geri-m Oct 9, 2018
d27f448
Fix CODEOWNERS path
chingor13 Oct 11, 2018
85cefab
Enable releasetool for this project (#488)
chingor13 Oct 11, 2018
9de9cbb
Revert "add patch to google http client (#486)" (#493)
chingor13 Oct 16, 2018
22b8b95
Release google-http-java-client v1.26.0 (#495)
chingor13 Oct 18, 2018
df0e9f2
Bump next snapshot (#500)
chingor13 Oct 18, 2018
d504e54
Release improvements (#501)
chingor13 Oct 29, 2018
b4770b5
Add Java 11 Kokoro config (#487)
chingor13 Oct 29, 2018
d5effe8
Remove deprecated BackOffPolicy interface (#506)
chingor13 Nov 2, 2018
b3aea0f
Set the version of the jarjar-maven-plugin in pluginManagement (#515)
chingor13 Nov 2, 2018
f4c4567
guava is not provided (#508)
elharo Nov 2, 2018
0a95dd0
Upgrade maven-javadoc-plugin to 3.0.1 (#519)
chingor13 Nov 6, 2018
e1c40f6
Add google-http-client-bom artifact (#517)
chingor13 Nov 6, 2018
287cca1
Allow Enums in DataMaps (#505)
geri-m Nov 6, 2018
710117e
Fix broken snapshot and proto tests (#512)
elharo Nov 6, 2018
c5049a7
Revert "Remove deprecated BackOffPolicy interface (#506)" (#521)
chingor13 Nov 7, 2018
80b1a9c
Fix parameter of maven-javadoc-plugin (#522) (#523)
geri-m Nov 7, 2018
d7f18a3
Skip Lint of JavaDoc (#525)
geri-m Nov 8, 2018
7b95ce8
Add write timeout for post/put requests (#485)
chingor13 Nov 9, 2018
67d8c5d
Release google-http-java-client v1.27.0 (#527)
chingor13 Nov 12, 2018
7d1f23a
Bump next snapshot (#528)
chingor13 Nov 12, 2018
ab627ed
Request charset defaults to UTF-8, Response charset defaults to ISO_8…
ajaaym Dec 4, 2018
fb18555
Update guava to 26.0-android (#531)
chingor13 Dec 4, 2018
f0ca832
Make signature of com.google.api.client.util.Data#nullOf more type sa…
ajaaym Dec 10, 2018
ff93479
GenericData can now overload setters (#538)
ajaaym Dec 10, 2018
d16ab5c
Fix UriTemplate.expand to properly escape value (#534)
ajaaym Dec 10, 2018
02a6040
Fix building HttpResponseException when charset is malformed (#535)
ajaaym Dec 11, 2018
3656dcb
Implement Closeable & Flushable in JsonGenerator and JsonParser (#540)
ajaaym Dec 11, 2018
158545f
Compile to Java 1.7 binary (#542)
chingor13 Dec 12, 2018
455d4a5
Deprecate google-http-client-jackson (#539)
chingor13 Dec 12, 2018
79ed2fe
Deprecate AndroidHttp compatibility shim (#541)
chingor13 Dec 12, 2018
bf4a8da
Split http apache artifact (#543)
chingor13 Dec 12, 2018
16ddb92
Cleanup samples (#544)
chingor13 Dec 12, 2018
c7ad7fd
Merge branch 'master' into maps-can-be-iterable
chingor13 Dec 21, 2018
76eb95d
Add common generator tests for the iterable map and normal map
chingor13 Dec 28, 2018
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
Prev Previous commit
Next Next commit
Enable releasetool for this project (#488)
* Add versions.txt file

* Add version tags to pom.xml files
  • Loading branch information
chingor13 authored Oct 11, 2018
commit 85cefab8bf255d92d70a61c38751887be0f7699e
2 changes: 1 addition & 1 deletion google-http-client-android-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>google-http-client</groupId>
<artifactId>google-http-client-android-test</artifactId>
<name>Test project for google-http-client-android.</name>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android-test:current} -->
<packaging>apk</packaging>

<build>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-android</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-android:current} -->
<name>Android Platform Extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
4 changes: 3 additions & 1 deletion google-http-client-appengine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-appengine</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-appengine:current} -->
<name>Google App Engine extensions to the Google HTTP Client Library for Java.</name>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-assembly</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-assembly:current} -->
<packaging>pom</packaging>
<name>Assembly for the Google HTTP Client Library for Java</name>

Expand Down
4 changes: 3 additions & 1 deletion google-http-client-findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-findbugs</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-findbugs:current} -->
<name>Google APIs Client Library Findbugs custom plugin.</name>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-gson</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-gson:current} -->
<name>GSON extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-jackson</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson:current} -->
<name>Jackson extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-jackson2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jackson2:current} -->
<name>Jackson 2 extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
4 changes: 3 additions & 1 deletion google-http-client-jdo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-jdo</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-jdo:current} -->
<name>JDO extensions to the Google HTTP Client Library for Java.</name>

<build>
<plugins>
<plugin>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-protobuf</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-protobuf:current} -->
<name>Protocol Buffer extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-test</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-test:current} -->
<name>Shared classes used for testing of artifacts in the Google HTTP Client Library for Java.</name>

<build>
Expand Down
3 changes: 2 additions & 1 deletion google-http-client-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client-xml</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-xml:current} -->
<name>XML extensions to the Google HTTP Client Library for Java.</name>

<build>
Expand Down
5 changes: 3 additions & 2 deletions google-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>google-http-client</artifactId>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client:current} -->
<name>Google HTTP Client Library for Java</name>
<description>
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.
including Java 6 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
</description>

<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-parent</artifactId>
<version>1.26.0-SNAPSHOT</version>
<version>1.26.0-SNAPSHOT</version><!-- {x-version-update:google-http-client-parent:current} -->
<packaging>pom</packaging>
<name>Parent for the Google HTTP Client Library for Java</name>

Expand Down
17 changes: 17 additions & 0 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Format:
# module:released-version:current-version

google-http-client:1.25.0:1.26.0-SNAPSHOT
google-http-client-parent:1.25.0:1.26.0-SNAPSHOT
google-http-client-android:1.25.0:1.26.0-SNAPSHOT
google-http-client-android-test:1.25.0:1.26.0-SNAPSHOT
google-http-client-appengine:1.25.0:1.26.0-SNAPSHOT
google-http-client-assembly:1.25.0:1.26.0-SNAPSHOT
google-http-client-findbugs:1.25.0:1.26.0-SNAPSHOT
google-http-client-gson:1.25.0:1.26.0-SNAPSHOT
google-http-client-jackson:1.25.0:1.26.0-SNAPSHOT
google-http-client-jackson2:1.25.0:1.26.0-SNAPSHOT
google-http-client-jdo:1.25.0:1.26.0-SNAPSHOT
google-http-client-protobuf:1.25.0:1.26.0-SNAPSHOT
google-http-client-test:1.25.0:1.26.0-SNAPSHOT
google-http-client-xml:1.25.0:1.26.0-SNAPSHOT