aboutsummaryrefslogtreecommitdiffhomepage
path: root/java/lite
Commit message (Collapse)AuthorAge
* Cleanup + documentation for Java Lite runtime.Gravatar Feng Xiao2018-04-12
|
* Down-integrate from google3.Gravatar Feng Xiao2017-03-29
|
* Use latest maven-compiler-plugin (2.6.0)Gravatar Christopher Tubbs2016-11-04
| | | | | | * 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 GAGravatar Jisi Liu2016-07-25
|
* Update version number to 3.0.0-beta-4Gravatar Feng Xiao2016-07-13
|
* Update version numbers for other languagesGravatar Jisi Liu2016-05-10
|
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
|
* Integrate from google internal.Gravatar Jisi Liu2016-01-29
| | | | | 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 modulesGravatar nmittler2016-01-13
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.