Joshua Haberman
9188b39fb7
Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full.
...
PiperOrigin-RevId: 599218886
1 year ago
Protobuf Team Bot
5df0387224
Breaking Change: The base class for generated messages will be
...
GeneratedMessage, not GeneratedMessageV3.
Please rerun protoc on your .proto files to regenerate the binding code.
https://protobuf.dev/news/2023-12-05/
https://protobuf.dev/support/cross-version-runtime-guarantee/
To fix source compatibility with surrounding code make these replacements:
GeneratedMessageV3 --> GeneratedMessage
SingleFieldBuilderV3 --> SingleFieldBuilder
RepeatedFieldBuilderV3 --> RepeatedFieldBuilder
PiperOrigin-RevId: 597642289
1 year ago
Sandy Zhang
81068e8e8c
Internal change
...
PiperOrigin-RevId: 566426899
2 years ago
Joshua Haberman
2bea492185
Fixed pre-existing formatting problems.
...
The presubmit complains about these if you try to modify any of these files.
PiperOrigin-RevId: 564506598
2 years ago
Protobuf Team Bot
961779e164
Add ByteString.isNotEmpty Kotlin extension function.
...
PiperOrigin-RevId: 552833973
2 years ago
Deanna Garcia
33d1070fc4
Expose internal setExtension method for Kotlin
...
PiperOrigin-RevId: 491816141
2 years ago
Deanna Garcia
9a1ef54b47
Allow message name "List" without conflict
...
PiperOrigin-RevId: 491380902
2 years ago
Sandy Zhang
aebdd0885f
Sync from Piper @463129388
...
PROTOBUF_SYNC_PIPER
3 years ago
theodorerose
cc696d4bab
Sync from Piper @458570529
...
PROTOBUF_SYNC_PIPER
3 years ago
Adam Cozzette
76398dab31
Sync from Piper @431959314
...
PROTOBUF_SYNC_PIPER
3 years ago
Joshua Haberman
dce403a8b3
Sync from Piper @427369078
...
PROTOBUF_SYNC_PIPER
3 years ago
Deanna Garcia
349738dde5
Fixing java and protoc builds
3 years ago
Deanna Garcia
01f09b3425
Fixing bazel build failure
3 years ago
Deanna Garcia
7924cd6726
Addressing comments
3 years ago
Deanna Garcia
dfd99e7ec0
Adding kotlin bazel tests
3 years ago
Adam Cozzette
562fc946c7
Sync from Piper @388508285
...
PROTOBUF_SYNC_PIPER
4 years ago
Damon Cai
a420f23d4c
Remove JvmField annotations from Kotlin private properties ( #8804 ) ( #8811 )
4 years ago
Deanna Garcia
6da55b2d6b
Add changes to CHANGES.txt
4 years ago
Deanna Garcia
094d18944e
Sync from Piper @373871284
...
PROTOBUF_SYNC_PIPER
4 years ago
Deanna Garcia
4a5e765fe3
Adding more repeated extension tests
4 years ago
Deanna Garcia
cf234cf132
Updating Kotlin compiler version and testing new functionality it allows
4 years ago
Deanna Garcia
a250d3f8d8
Restrict extension setter and getter operations to non-nullable T
4 years ago
Deanna Garcia
726241fca1
Changing structure to have kotlin submodules
4 years ago