aboutsummaryrefslogtreecommitdiff
path: root/java/core
Commit message (Collapse)AuthorAgeFilesLines
* move test file (was in wrong place after rebasing on java module refactor)Joshua Humphries2016-01-151-0/+211
|
* throw IOException instead of InvalidProtocolBufferException when appropriateJoshua Humphries2016-01-153-4/+80
|
* Restructuring protobuf to multiple modulesnmittler2016-01-13142-0/+55866
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.