Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
a0fd43a
Initial GAX submission - generated classes only
garrettjonesgoogle Oct 30, 2015
66e176c
Updating README.md to latest form
garrettjonesgoogle Nov 2, 2015
23294dc
Updating version and installation module
garrettjonesgoogle Nov 2, 2015
19da84d
Adding GAX classes
garrettjonesgoogle Nov 3, 2015
a884d58
Adding implicit dependency, using constant instead of hardcoded string
garrettjonesgoogle Nov 4, 2015
e184b32
Initial submission of generated pubsub protobuf classes
garrettjonesgoogle Nov 4, 2015
980ba88
Adding all sections to readme, with TODOs for missing content
garrettjonesgoogle Nov 5, 2015
fce95f9
Generated Pub/Sub client classes and unit tests
garrettjonesgoogle Nov 10, 2015
edd73cc
Fixing source paths and module configuration
garrettjonesgoogle Nov 11, 2015
e26198e
Updates to address PR comments.
garrettjonesgoogle Nov 17, 2015
c291344
More updates to address PR comments
garrettjonesgoogle Nov 19, 2015
6cc6456
Third round of updates to address PR comments
garrettjonesgoogle Nov 20, 2015
48b49b7
Delete duplicate LocalPublisherImpl.java
pongad Nov 30, 2015
34f170c
merge from master
aozarov Feb 5, 2016
1671c0e
disable javadoc generation for java 8 on gcloud-java-pubsub
aozarov Feb 6, 2016
a6be66f
Removing GAX from gcloud-java
garrettjonesgoogle Feb 18, 2016
78179b4
Removing generated files from gcloud-java-pubsub
garrettjonesgoogle Feb 18, 2016
44dd3d2
Switching dependencies, regenerating code
garrettjonesgoogle Feb 18, 2016
c160a25
Using version of GAX compatible with Java 1.7
garrettjonesgoogle Feb 24, 2016
c286b88
Fixing doc problems, improving formatting
garrettjonesgoogle Feb 25, 2016
39b713a
Fixing javadoc error
garrettjonesgoogle Feb 25, 2016
4ab3977
Regenerating code, new settings classes
garrettjonesgoogle Mar 4, 2016
20c9bd3
Updating to GAX 0.0.3
garrettjonesgoogle Mar 8, 2016
f253c54
Surface updates from internal review
garrettjonesgoogle Mar 10, 2016
0b7b39a
Using resurrected ServiceApiSettings in Settings classes
garrettjonesgoogle Mar 11, 2016
7282c7a
Updates due to code gen
garrettjonesgoogle Mar 11, 2016
e2b1969
Removing newSettings() method from XApi classes
garrettjonesgoogle Mar 16, 2016
878ae88
Fixing build from last change
garrettjonesgoogle Mar 16, 2016
7252fca
Putting spi files under spi.v1
garrettjonesgoogle Mar 16, 2016
bece1d4
Bundling descriptor for Publish
garrettjonesgoogle Mar 18, 2016
3c2b7f5
Regenerating (fixing style issues)
garrettjonesgoogle Mar 22, 2016
980d39e
Update with latest surface fixes based Java export review.
shinfan Mar 29, 2016
72b1442
Update pom to fix the dependency issues.
shinfan Mar 29, 2016
ababe05
Update the grpc dependency of pubsub java.
shinfan Mar 29, 2016
7c68c8e
Update pubsub client with latest surface changes. (#885)
shinfan Apr 11, 2016
613a5cc
Rename com.google.gcloud to com.google.cloud (#907)
garrettjonesgoogle Apr 12, 2016
87ff28e
update pubsub pom
aozarov Apr 13, 2016
9b2f341
Update gcloud pubsub. (#951)
shinfan Apr 22, 2016
7c56fc2
Add custom port support to LocalPubsubHelper (#956)
shinfan Apr 25, 2016
2cd4b0c
Add PubSub API prototype and related classes (#962)
mziccard Apr 28, 2016
9ec67ad
Add javadoc and unit tests for TopicInfo (#976)
mziccard May 3, 2016
8586506
Add AsyncPage implementation and docs. Add related tests (#974)
mziccard May 4, 2016
f9a9ed0
Updating pubsub to match gax-java 0.0.12 (#981)
michaelbausor May 5, 2016
05d39cc
Add javadoc and unit tests for SubscriptionInfo (#977)
mziccard May 5, 2016
e9f247b
Update LocalPubsubHelper to be compatible with beta emulators. (#992)
shinfan May 6, 2016
697803f
Add TopicId and SubscriptionId classes (#984)
mziccard May 10, 2016
a427d89
Add base class for operation options, javadoc and tests (#996)
mziccard May 11, 2016
9ae7fda
Add options() method and project name to LocalPubsubHelper (#999)
mziccard May 11, 2016
238c7d1
Add tests and javadoc for Message and ByteArray (#1000)
mziccard May 12, 2016
cb92ee4
Add javadoc and tests for PushConfig (#1004)
mziccard May 12, 2016
916dbb2
Add base service option classes for gRPC and HTTP services (#1011)
mziccard May 16, 2016
4053013
Regenerated pubsub surface (#1009)
michaelbausor May 17, 2016
a9e3873
Implement Pub/Sub management methods, add javadoc and tests (#1015)
mziccard May 22, 2016
47c4c1c
Implement modifyAckDeadline methods, add javadoc and tests (#1022)
mziccard May 25, 2016
ce2ace0
Fix deleted topic name: _deleted_topic_ -> _deleted-topic_ (#1023)
mziccard May 26, 2016
07a45e4
Add javadoc and tests for functional Topic class (#1021)
mziccard May 28, 2016
47046e6
Implement ack and nack methods, add javadoc and tests (#1027)
mziccard Jun 1, 2016
174849f
Add javadoc and tests for functional ReceivedMessage class (#1038)
mziccard Jun 1, 2016
f4e4e26
Add AckDeadlineRenewer class for automatic ack deadline renewal (#1031)
mziccard Jun 3, 2016
54e179c
Implement Iterator pull methods, add javadoc and tests (#1041)
mziccard Jun 6, 2016
337a8ef
Fix PubSub Iterator pullAsync: add callback to PubSubRpc.pull (#1048)
mziccard Jun 14, 2016
f6f552e
Add MessageConsumerImpl class, implement pullAsync, add tests (#1043)
mziccard Jun 22, 2016
d7ac46d
Add serialization test for PubSub classes (#1072)
mziccard Jun 23, 2016
933c985
Add javadoc and tests for Subscription (#1074)
mziccard Jun 24, 2016
fec0e12
Add docs to PubSub spi layer (#1066)
mziccard Jun 24, 2016
57883ae
Add PubSub examples, update READMEs and package-info javadoc (#1075)
mziccard Jun 24, 2016
2553b89
Support setting library header in grpc services (#1078)
mziccard Jun 24, 2016
098ab65
Add integration tests to pubsub (#1080)
mziccard Jun 26, 2016
fb3e663
Update grpc-related dependencies, remove gax dependency from pubsub
mziccard Jun 27, 2016
aefce68
Fix broken link in main README
mziccard Jun 28, 2016
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
Updating version and installation module
  • Loading branch information
garrettjonesgoogle authored and mziccard committed Jun 27, 2016
commit 23294dc70fe68ca836f3f9f3deaaf22476b553b3
7 changes: 5 additions & 2 deletions gcloud-java-gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@
<parent>
<groupId>com.google.gcloud</groupId>
<artifactId>gcloud-java-pom</artifactId>
<version>0.0.7-SNAPSHOT</version>
</parent>
<version>0.0.11-SNAPSHOT</version>
</parent>
<properties>
<site.installationModule>gcloud-java-gax</site.installationModule>
</properties>
<dependencies>
<dependency>
<groupId>io.grpc</groupId>
Expand Down