aboutsummaryrefslogtreecommitdiff
path: root/java/util/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2937 from anuraaga/dev_rag2Adam Cozzette2017-04-061-5/+15
|\ | | | | Fix duplicate fields test and Any test. The repeated version is passing because nu…
| * Fix test for unexpected type url when parsing Any. Currently, the test fails ↵Anuraag Agrawal2017-04-051-1/+1
| | | | | | | | since TestAllTypes doesn't have field '@type', which is the same test as testUnknownFields.
| * Fix duplicate fields test. The repeated version is passing because null ↵Anuraag Agrawal2017-04-041-4/+14
| | | | | | | | | | | | values in a repeated field are rejected and not testing what it wanted to. Also adds a oneof version that verifies the case of oneof fields of different names (currently only same name check seems to be tested). Also fix spelling of a test.
* | Fix error message for int64 parse error.Anuraag Agrawal2017-04-031-1/+1
|/
* Remove duplicated copyright statementprehistoric-penguin2017-03-161-30/+0
|
* Merge pull request #2818 from xfxyjwf/i1470Feng Xiao2017-03-102-3/+52
|\ | | | | Don't expose gson exceptions in JsonFormat.
| * Don't expose gson exceptions in JsonFormat.Feng Xiao2017-03-092-3/+52
| |
* | Make JsonFormat locale independent.Feng Xiao2017-03-082-4/+11
|/
* Merge pull request #2394 from cwelton/formattingFeng Xiao2016-12-082-6/+30
|\ | | | | oneOf fix for JsonFormat includingDefaultValueFields
| * oneOf fix for JsonFormat includingDefaultValueFieldsCaleb Welton2016-12-052-6/+30
| |
* | Integrated internal changes from GoogleAdam Cozzette2016-11-176-25/+80
|/
* Integrate internal changesBo Yang2016-10-106-159/+363
|
* Allow the JsonFormat.Parser to ignore unknown fieldsDave Protasowski2016-09-082-6/+38
| | | | The default behaviour of throwing an exception remains
* Integrate from internal code base.Feng Xiao2016-07-132-17/+45
|
* added minified JSON formatting functionality with testchezRong2016-07-012-26/+159
|
* Integrated internal changes from GoogleAdam Cozzette2016-06-2910-1149/+1602
| | | | This includes all internal changes from around May 20 to now.
* Down integrate from Google internal.Jisi Liu2016-04-284-9/+71
|
* Merge branch 'master' of github.com:google/protobufJisi Liu2016-03-301-4/+3
|\
| * Allow custom URLs for Any in JsonFormatPradeep Gollakota2016-03-181-4/+3
| | | | | | | | | | | | - Using custom URL for types in Any will no longer throw an InvalidProtocolBufferException in JsonFormat - Fixes #1128
* | Integrate google internal changes.Jisi Liu2016-03-305-202/+294
|/
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+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.
* Update version number and fix javadoc errors.Feng Xiao2016-01-061-2/+2
|
* Remove internal options from proto files.Feng Xiao2015-12-141-4/+4
| | | | Change-Id: I3daf32cb93dfe0fca38f8b48615ccfc307f748e9
* Down-integrate from internal code base.Feng Xiao2015-12-117-193/+649
|
* Merge Java util package to github.Feng Xiao2015-08-259-0/+4534