sdk-java/formats/protobuf
Pierangelo Di Pilato 8587e8c4b0
[2.2] Bump version to 2.2.1 (#438)
Run:
```
./mvnw versions:set -DnewVersion=2.2.1 -DgenerateBackupPoms=false -B
find . -type f -name "*.md" -exec sed -i -e "s+<version>[a-zA-Z0-9.-]*<\/version>+<version>2.2.1</version>+g" {} +
```

Signed-off-by: Pierangelo Di Pilato <pdipilat@redhat.com>
2021-12-21 12:19:03 +01:00
..
src formats: Add support for protobuf format (#348) 2021-04-19 09:24:26 +02:00
README.md formats: Add support for protobuf format (#348) 2021-04-19 09:24:26 +02:00
pom.xml [2.2] Bump version to 2.2.1 (#438) 2021-12-21 12:19:03 +01:00

README.md

CloudEvents Protocol Buffers Format

This project provides functionality for the Java SDK to handle the protobuf format.

The protobuf definition file is located in src/main/proto/spec.proto. The file was directly copied from https://github.com/cloudevents/spec/blob/v1.0.1/spec.proto and is built using the Maven proto plugin.