aboutsummaryrefslogtreecommitdiff
path: root/java/core
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant `the` in comments.Dongjoon Hyun2016-02-032-2/+2
|
* Restore the license for Internal.javaJisi Liu2016-01-291-1/+29
|
* Uncomment the test, which was commented out during integrationJisi Liu2016-01-291-185/+184
|
* Integrate from google internal.Jisi Liu2016-01-29139-0/+55893
| | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration.
* Undo the Java module change for integration.Jisi Liu2016-01-28140-55972/+0
| | | | | | | | | Moving the files to their original location, so that opensource changes can be picked during the internal merge. Those files will be moved into the correct location after merging with internal code. Note: do NOT merge this into master without the other internal down-integration commit.
* 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.