aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-324/+267
|
* Merge master branch.Feng Xiao2018-08-081-0/+70
|\
| * Store the class object itself (#4927)Jonathan Haber2018-07-231-0/+70
| | | | | | | | | | | | | | | | | | | | * Store the class object itself * Add test for backwards compatibility * Rename and add test * Add comments
* | Down-integrate from google3.Feng Xiao2018-08-081-2/+2
|/
* Integrated internal changes from GoogleAdam Cozzette2017-09-141-79/+0
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-42/+36
|
* Integrate internal changesBo Yang2016-10-101-3/+1
|
* Versioning Java GeneratedMessage.Feng Xiao2016-07-191-2/+2
| | | | Change-Id: Ib2bb5042deaabdf452d5be2ad1ce40d739ad8d1b
* Down integrate from Google internal.Jisi Liu2016-04-281-4/+4
|
* Integrate google internal changes.Jisi Liu2016-03-301-0/+15
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+1661
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.