Dongjoon Hyun
7a9040fe7f
Remove redundant `the` in comments.
9 years ago
Jisi Liu
defa25b38b
Restore the license for Internal.java
9 years ago
Jisi Liu
1b8bab3a78
Uncomment the test, which was commented out during integration
9 years ago
Jisi Liu
5221dcbe47
Integrate from google internal.
...
Java files are moved to un-do the hack in the prevous commit, which
moved the java files to the original position for integration.
9 years ago
Jisi Liu
cb3f428810
Undo the Java module change for integration.
...
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.
9 years ago
Joshua Humphries
248557e73a
move test file (was in wrong place after rebasing on java module refactor)
9 years ago
Joshua Humphries
f3c75580e4
throw IOException instead of InvalidProtocolBufferException when appropriate
9 years ago
nmittler
49efe9d7db
Restructuring protobuf to multiple modules
...
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.
9 years ago
Feng Xiao
7d075a44c1
Update version number and fix javadoc errors.
9 years ago
Feng Xiao
af81dcfc2c
Fix Java travis tests.
9 years ago
Feng Xiao
a0cecfd31a
Make conformance tests build for C++ and Java.
...
Change-Id: Ibb3fe6f919cc7ca0df91da5e1697ba33d259e433
9 years ago
Feng Xiao
13e1279d86
Remove internal options from proto files.
...
Change-Id: I3daf32cb93dfe0fca38f8b48615ccfc307f748e9
9 years ago
Feng Xiao
e841bac4fc
Down-integrate from internal code base.
9 years ago
Dave Hughes
62c4efa1d6
Fix typo in LazyField javadoc
...
"equals".equals("euqals") == false
9 years ago
Joshua Humphries
37b262bfb4
include plugin.proto and generated code in protobuf-java
9 years ago
Jisi Liu
479a90b4dd
Revert unwanted changes.
9 years ago
Jisi Liu
46e8ff63cb
Down-integrate from google internal.
9 years ago
Feng Xiao
245224902a
Fix javadoc errors.
9 years ago
Feng Xiao
ffe9215140
Update version number.
...
Protoc, C++ runtime and Java runtime are updated to v3.0.0-beta-1, other
languages are updated to v3.0.0-alpha-4.
9 years ago
Feng Xiao
f4ef8fe3b8
Delete incorrectly placed test file.
9 years ago
Feng Xiao
fbb3ef28c9
Merge Java util package to github.
9 years ago
Feng Xiao
839b180dba
Cherry-pick Java utf8 change.
9 years ago
Feng Xiao
b17ec3ca11
Down-integrate from internal code base.
9 years ago
Feng Xiao
eee38b0c01
Down-integrate from google3.
9 years ago
Jisi Liu
b0f661181d
Down-integrate from internal branch.
...
Change-Id: Ieb7a2c2fbf35bc2a8fa65b915a5ecb68c83863e4
9 years ago
Bo Yang
252daef02b
Add distributionManagement explicitly to prevent maven from using
...
default configuration. In default configuration, maven needs webdav for
deployment, which cannot be found in central repository.
10 years ago
Bo Yang
e107e2d68e
Update version number to 3.0.0-alpha-4
10 years ago
teboring
9839c0c2c9
Update version number to 3.0.0-alpha-3
10 years ago
Bo Yang
5db217305f
down-integrate internal changes
10 years ago
Feng Xiao
1aacb4fbbf
Include well-known types in Java runtime.
...
Change-Id: I816fe2fac7fccbcd96dd8510c7c9b5e7996aeadc
10 years ago
Tamir Duberstein
654bd3171f
Clean up imports
10 years ago
Tamir Duberstein
badef1fc19
Move `UTF_8` to `Internal`
10 years ago
Tamir Duberstein
2820e86aab
Skip 3-byte test in CI
10 years ago
Tamir Duberstein
210de285d7
DRY: Use `Charset` statics to eliminate exceptions
10 years ago
Viktor Szathmáry
e84893f676
perf: String#getBytes(Charset) vs getBytes(String)
10 years ago
Tamir Duberstein
7139d1eff7
Whitespace
10 years ago
Feng Xiao
0aa1f748bf
Update version number to 2.4.1
...
Change-Id: Ief6eccab82712be04285fc918bf0102102bbce21
10 years ago
Feng Xiao
774d630bde
Update version number to 2.5.0
...
Change-Id: Ie5114bde3574c6cb0c67d5852b4658287561a0d3
10 years ago
jesse
cd04e9b702
rename python README, and fix markdown in java and python respectively
10 years ago
Jesse Frankley
bf05592652
Rename README.txt to README.md
10 years ago
Jisi Liu
b386c73c43
Add a release profile for Java mvn project, which includes source file,
...
javadoc packaging and signing.
Change-Id: I70632f01274b70e6f48dae5f4be15f123eb19a46
10 years ago
Jisi Liu
40f2df3c16
Bump the version number to 3.0.0-alpha-3-pre
...
Change-Id: I33479e529b060e4fed532a827a386d3baecc835e
10 years ago
Jisi Liu
885b612f74
Down integrate from Google internal branch for C++ and Java.
...
- Maps for C++ lite
- C++ Arena optimizations.
- Java Lite runtime code size optimization.
Change-Id: I7537a4357c1cb385d23f9e8aa7ffdfeefe079f13
10 years ago
Jisi Liu
e70329c6c0
Propogate onChange() event when getFooBuilder() is on an oneof message
...
field.
Change-Id: Idb5b53da5accd24038a895aba49b684eeee95814
10 years ago
Jisi Liu
20042b72da
Fix Java maps reflection to call onChange to populate changes to parent
...
builders.
Change-Id: Ibf6ae3c0fe6bc31f74b8018c81a5af461b1c24ea
10 years ago
cnauroth
85081986ba
Correct JavaDoc return value documentation for Parser#parseDelimitedFrom.
10 years ago
Jisi Liu
7d8564f220
Update version number to 3.0.0-alpha-2
...
Change-Id: Icecb25db34ae5e6d5142a2d75ca7216ba018abb2
10 years ago
Feng Xiao
cb0ba5f04c
Update version number to v3.0.0-pre
10 years ago
Feng Xiao
9104da3261
Down-integrate from internal code base.
10 years ago
Feng Xiao
6a949cda37
Remove usage of features not supported in Java 1.6.
10 years ago