aboutsummaryrefslogtreecommitdiff
path: root/java/lite
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup + documentation for Java Lite runtime.Feng Xiao2018-04-123-248/+0
|
* Down-integrate from google3.Feng Xiao2017-03-291-0/+1
|
* Use latest maven-compiler-plugin (2.6.0)Christopher Tubbs2016-11-041-2/+30
| | | | | | * Uses build-helper-maven-plugin to add generated sources to the classpath * Fixes an issue building with newer versions of the maven-compiler-plugin (See https://issues.apache.org/jira/browse/MCOMPILER-240)
* Bump version number for GAJisi Liu2016-07-251-1/+1
|
* Update version number to 3.0.0-beta-4Feng Xiao2016-07-131-1/+1
|
* Update version numbers for other languagesJisi Liu2016-05-101-1/+1
|
* Down integrate from Google internal.Jisi Liu2016-04-283-4/+67
|
* Integrate from google internal.Jisi Liu2016-01-291-3/+1
| | | | | Java files are moved to un-do the hack in the prevous commit, which moved the java files to the original position for integration.
* Restructuring protobuf to multiple modulesnmittler2016-01-131-0/+158
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.