You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added javadocs links both to READMEs and docs
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
* Removed old docs of v1 of the sdk
Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,17 +40,18 @@ Supported features of the specification:
40
40
41
41
The [CloudEvents specification](https://github.com/cloudevents/spec) is a vendor-neutral specification for defining the format of event data that is being exchanged between different cloud systems. The specification basically defines an abstract envelope for any event data payload, without knowing specific implementation details of the actual underlying event. The current version of the spec is at `0.3` and it describes a simple event format, which was demonstrated at [KubeCon 2018](https://youtu.be/TZPPjAv12KU) using different _Serverless platforms_, such as [Apache Openwhisk](https://github.com/apache/incubator-openwhisk).
42
42
43
-
## Java API
43
+
## Documentation
44
44
45
-
For Maven based projects, use the following to configure the CloudEvents Java SDK:
45
+
Documentation is available at https://cloudevents.github.io/sdk-java/
46
46
47
-
```xml
48
-
<dependency>
49
-
<groupId>io.cloudevents</groupId>
50
-
<artifactId>cloudevents-core</artifactId>
51
-
<version>2.0.0-milestone1</version>
52
-
</dependency>
53
-
```
47
+
Javadocs are available on [javadoc.io](https://www.javadoc.io):
For Maven based projects, use the following to configure the [Kafka Protocol Binding](https://github.com/cloudevents/spec/blob/master/kafka-protocol-binding.md):
0 commit comments