aboutsummaryrefslogtreecommitdiff
path: root/java/util/src
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-042-30/+24
|
* Merge master branch.Feng Xiao2018-08-083-6/+64
|\
| * Fix typo in FieldMaskTree.java warningAleksej Kazmin2018-08-071-1/+1
| |
| * Ignore unknown enum received in json when ignoreUnknownFields flag is set ↵vijay-bhatt2018-07-302-6/+63
| | | | | | | | | | (#4825) * Ignore unknown enum received in json when ignoreUnknownFields flag is set.
* | Down-integrate from google3.Feng Xiao2018-08-086-54/+132
|/
* fix typo in FieldMaskTree.java commentkenji yoshida2018-01-221-1/+1
|
* Integrated internal changes from GoogleAdam Cozzette2017-12-013-13/+70
|
* Merge from google internalJisi Liu2017-10-182-2/+12
|
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-1/+2
|
* Remove dependency on guava 20Jisi Liu2017-07-252-14/+10
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-185-6/+35
|
* Merge remote-tracking branch 'remotes/google/3.3.x' into merge-3.3-to-masterAdam Cozzette2017-04-273-89/+226
|\
| * Fix Java build.Feng Xiao2017-03-292-3/+4
| |
| * Down-integrate from google3.Feng Xiao2017-03-293-89/+225
| |
* | Allow unknown values for Map put*Value methods just like every other enum ↵Anuraag Agrawal2017-04-071-3/+1
| | | | | | | | mutation method.
* | 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