aboutsummaryrefslogtreecommitdiff
path: root/java/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Undo the Java module change for integration.Jisi Liu2016-01-2874-0/+26665
| | | | | | | | | Moving the files to their original location, so that opensource changes can be picked during the internal merge. Those files will be moved into the correct location after merging with internal code. Note: do NOT merge this into master without the other internal down-integration commit.
* Restructuring protobuf to multiple modulesnmittler2016-01-1373-26454/+0
| | | | | | | | | protobuf/java will become a parent pom that will contain two modules: core - contains all of the code for the protobuf-java artifact util - contains all of the code for the protobuf-java-util artifact Also cleaned up various Maven warnings.
* Down-integrate from internal code base.Feng Xiao2015-12-1115-34/+774
|
* Down-integrate from google internal.Jisi Liu2015-10-054-70/+140
|
* Down-integrate from internal code base.Feng Xiao2015-08-232-0/+134
|
* Down-integrate from google3.Feng Xiao2015-08-2217-50/+291
|
* Merge pull request #413 from TeBoring/masterPaul Yang2015-05-2116-24/+4699
|\ | | | | down-integrate internal changes
| * down-integrate internal changesBo Yang2015-05-2116-24/+4699
| |
* | Include well-known types in Java runtime.Feng Xiao2015-05-211-0/+65
|/ | | | Change-Id: I816fe2fac7fccbcd96dd8510c7c9b5e7996aeadc
* Clean up importsTamir Duberstein2015-04-023-20/+15
|
* Move `UTF_8` to `Internal`Tamir Duberstein2015-04-029-20/+20
|
* Skip 3-byte test in CITamir Duberstein2015-04-021-2/+5
|
* DRY: Use `Charset` statics to eliminate exceptionsTamir Duberstein2015-04-0210-23/+20
|
* perf: String#getBytes(Charset) vs getBytes(String)Viktor Szathmáry2015-04-024-0/+76
|
* WhitespaceTamir Duberstein2015-04-027-22/+22
|
* Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-2812-5/+247
| | | | | | | | - Maps for C++ lite - C++ Arena optimizations. - Java Lite runtime code size optimization. Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
* Propogate onChange() event when getFooBuilder() is on an oneof messageJisi Liu2015-02-231-1/+13
| | | | | | field. Change-Id: Idb5b53da5accd24038a895aba49b684eeee95814
* Fix Java maps reflection to call onChange to populate changes to parentJisi Liu2015-02-231-66/+105
| | | | | | builders. Change-Id: Ibf6ae3c0fe6bc31f74b8018c81a5af461b1c24ea
* Down-integrate from internal code base.Feng Xiao2014-12-091-0/+7
|
* Remove usage of features not supported in Java 1.6.Feng Xiao2014-12-031-3/+2
|
* Merge pull request #102 from fizbin/bytestring_serializableFeng Xiao2014-11-273-0/+53
|\ | | | | Make ByteStrings serializable with java serialization.
| * Add tests for other ByteString subclassesDaniel Martin2014-11-272-0/+37
| |
| * Make ByteStrings serializable with java serialization.Daniel Martin2014-11-251-0/+16
| |
* | Make Java TextFormat.printToUnicodeString() escape newlines.Feng Xiao2014-11-251-5/+13
|/ | | | Fix issue #77
* Down-integrate from internal code base.Feng Xiao2014-11-201-0/+13
|
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-143-0/+24
|
* Down-integrate from internal code base.Feng Xiao2014-11-1033-52/+2784
|
* Merge pull request #38 from xfxyjwf/fix17Feng Xiao2014-10-031-0/+16
|\ | | | | Fix a bug that causes DynamicMessage.setField() to not work for repeated enum fields.
| * Fix a bug that causes DynamicMessage.setField() to not work for repeatedFeng Xiao2014-10-011-0/+16
| | | | | | | | enum fields.
* | Fix descriptor validation logic for packed enum fields.Feng Xiao2014-10-011-0/+27
|/
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-0152-52/+52
| | | | developers.google.com/protocol-buffers
* 1, Remove unkown field support in jave TextFormatjieluo@google.com2014-07-251-103/+0
| | | | 2, Verifies the EnumValueDscriptor for DynamicMessage.Builder#setField
* down integrate to svnjieluo@google.com2014-07-1833-45/+3078
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-2221-68/+3327
|
* Close resources properly for java tests and examples.liujisi@google.com2011-06-072-6/+15
|
* Allow String to be used as message names.liujisi@google.com2011-05-041-0/+20
|
* Make protobuf java JDK 1.5 compatible.liujisi@google.com2011-04-283-3/+45
|
* Use fully qualified java.lang.Object in protoc java code.liujisi@google.com2011-04-081-1/+5
|
* Fix issue 256: compute the correct size for negative enum values, which need ↵jasonh@google.com2011-02-181-0/+15
| | | | to be sign extended.
* Escape C++ Trigraphs.liujisi@google.com2010-12-211-0/+1
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-0225-86/+2375
|
* Roll back revision 313. A similar but far more exensive change was made in ↵kenton@google.com2010-09-171-24/+0
| | | | our internal branch, which will be integrated soon.
* Optimize Java string serialization. Patch from Evan Jones.kenton@google.com2010-02-011-0/+24
|
* More Java warning tweaks from Evan Jones.kenton@google.com2010-01-281-0/+1
|
* Fix some Java warnings. Patch from Evan Jones.kenton@google.com2010-01-214-10/+6
|
* In Java's TextFormat, correcty concatenate adjacent string literals, as C++ ↵kenton@google.com2009-12-231-2/+8
| | | | does. Also fix a bug in handling of single-quoted strings.
* getExtension() on an empty repeated field should return an empty list, not a ↵kenton@google.com2009-12-222-1/+31
| | | | singular default value.
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-188-5/+297
|
* Fix Issue 136: the memoized serialized size for packed fields may notjasonh+personal@google.com2009-12-011-0/+22
| | | | | | | | | | | | | be properly set. writeTo() may be invoked without a call to getSerializedSize(), so the generated serialization methods would write a length of 0 for non-empty packed fields. Just call getSerializedSize() at the beginning of writeTo(): although this means that we may compute the byte size needlessly when there are no packed fields, in practice, getSerializedSize() will already have been called - all of the writeTo() wrappers in AbstractMessageLite invoke it. Tested: new unittest case in WireFormatTest.java now passes
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.kenton@google.com2009-11-121-0/+7
|