aboutsummaryrefslogtreecommitdiff
path: root/java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Down-integrate from google3.Josh Haberman2018-09-041-64/+44
|
* Down-integrate from google3.Feng Xiao2018-08-081-5/+5
|
* Integrate internal changesBo Yang2016-10-101-3/+1
|
* Integrate google internal changes.Jisi Liu2016-03-301-1/+1
|
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+326
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.