Carl Mastrangelo
3bfd630bff
all: update to Apache 2 licence
...
Also, update the authors.
2017-05-31 13:29:01 -07:00
Carl Mastrangelo
4ce52d10f6
all: bump to 1.5.0-SNAPSHOT
2017-05-23 17:57:25 -07:00
Carl Mastrangelo
0fe2c5cca6
all: bump to proto 3.3.1
2017-05-23 17:04:51 -07:00
Eric Gribkoff
7aa807ce6d
compiler: remove streaming calls from javadoc for newFutureStub
...
FutureStubs only support unary calls
2017-05-02 10:24:23 -07:00
Eric Gribkoff
b6bf252566
interop-testing: add cacheable_unary test
2017-04-21 10:22:05 -07:00
Łukasz Strzałkowski
4f96b0a483
compiler: move over to method descriptor builder
2017-04-12 08:56:46 -07:00
Carl Mastrangelo
17b90169d8
all: begin 1.4.x development cycle
2017-04-11 14:51:39 -07:00
Carl Mastrangelo
7ce2b4f81d
all: start 1.3.0 development cycle
2017-03-06 13:12:44 -08:00
Carl Mastrangelo
700abb32af
compiler: add some missing final modifiers on generated code
2017-02-10 10:16:43 -08:00
Carl Mastrangelo
b0323ac22c
all: update to protobuf 3.2.0
2017-02-07 09:47:15 -08:00
Carl Mastrangelo
e8aef5b4bb
Start 1.2.0 development cycle
2017-01-30 16:40:12 -08:00
Carl Mastrangelo
237a65ebfc
core: make ServiceDescriptor use the Builder pattern
2017-01-30 15:22:40 -08:00
ZHANG Dapeng
3d210ae875
compiler: reduce synchronzed invocation ( #2539 )
...
not necessary to synchronze every time calling
getServiceDescriptor(), if the descriptor has been created already;
go with the double-checked locking idom
2016-12-29 12:21:04 -08:00
Kun Zhang
1aaf1a989c
compiler: final bindService() in generated code. ( #2553 )
...
So that it won't be overridden by Mockito when it creates a mock for
the server interface.
2016-12-29 10:32:47 -08:00
Joey Bratton
b6ebede94f
testing: added junit rule for in-process servers
...
GrpcServerRule configures an in-process server and channel. It is
useful for asserting requests being made to a service. A consumer can
create a mock implementation of their service that records each
request, then make assertions on those records in their test.
2016-12-06 09:32:04 -08:00