| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
116 (0.057s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-339] build.sh should show usage if invoked with no arguments - Avro - [issue]
|
|
...Simple patch so invoking "build.sh" prints usage....
|
|
|
http://issues.apache.org/jira/browse/AVRO-339
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-298] Dynamic and Specific APIs could be generified for better type safety - Avro - [issue]
|
|
...Jon Hsieh pointed out that ReflectDatumWriter always returned a DatumWriter<Object>, though it's often clear (by the way the schema is constructed) that there's a more specific type th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-298
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-276] TestGenAvro fails because of charset inconsistencies - Avro - [issue]
|
|
...On the Mac, I get a failure with TestGenAvro. I traced it down to not explicitly setting the string encoding when reading the expected input. Patch to follow shortly....
|
|
|
http://issues.apache.org/jira/browse/AVRO-276
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-282] avroj build broken depending on build order - Avro - [issue]
|
|
...If you build avroj without having built the tests, there's no logging framework implementation, and you get "Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/StaticL...
|
|
|
http://issues.apache.org/jira/browse/AVRO-282
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-297] Fix deprecated usage of Jackson's enableParserFeature. - Avro - [issue]
|
|
...Trivial one-line change to avoid a deprecated usage....
|
|
|
http://issues.apache.org/jira/browse/AVRO-297
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-267] Tool (for "avroj") to send and receive a single RPC from the commandline - Avro - [issue]
|
|
...Vaguely similar to "netcat" and "netcat -l", "avroj rpcreceive" and "avroj rpcsend" would send receive or send a single RPC (using the HTTP transport). The former is required to have a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-267
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-269] Use system compiler to test SpecificCompiler's generated code. - Avro - [issue]
|
|
...Using the javax.tools API (http://java.sun.com/javase/6/docs/api/javax/tools/JavaCompiler.html),it's possible to test SpecificCompiler'sgenerated code by compiling it. Doing so caught ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-269
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-271] InProcessTranceiver: connect RPCs without going through any sockets - Avro - [issue]
|
|
...For testing (both Avro itself, and code that usesAvro servers) it's sometimes handy to connect the RPCs withouteven a socket. This implementation of a Transceiver does just that.(This can, f...
|
|
|
http://issues.apache.org/jira/browse/AVRO-271
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-272] Extend RPCContext to include protocol Methods. - Avro - [issue]
|
|
...Since the RPCContext is used to send listeners/plugins handshake and call metadata, it makes sense to include the RPC method in it as well....
|
|
|
http://issues.apache.org/jira/browse/AVRO-272
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
[AVRO-273] Stopwatch: simple class to encapsulate time for statistics gathering - Avro - [issue]
|
|
...To measure the duration of an RPC call, I need something that encapsulates the start and stop time. This is something simple that fits the bill.The main thing I needed was the ability ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-273
Author: Philip Zeyliger,
2010-03-01, 17:09
|
|
|
|