Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions docs/docs/reactive-commons/1-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,11 @@ dependencies {

:::tip
If you will use Cloud Events, you should include the Cloud Events dependency:

```groovy
dependencies {
implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1'
}
```

:::

### Configuration properties
Expand Down Expand Up @@ -113,8 +111,10 @@ public class MyRabbitMQConfig {
}
```

Please refer to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration-properties)
Or with secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration-properties#loading-properties-from-a-secret)
Please refer
to [Configuration Properties](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq)
Or with
secrets [Loading properties from a secret](/reactive-commons-java/docs/reactive-commons/configuration_properties/rabbitmq#loading-properties-from-a-secret)

The 5.x.x stable version of Reactive Commons has been merged with the deprecated `-eda` variant, this means that
the `async-commons-rabbit-starter` artifact is now the only one to use.
Expand Down Expand Up @@ -220,13 +220,14 @@ dependencies {
}
```

Note: If you will use Cloud Events, you should include the Cloud Events dependency:

:::tip
If you will use Cloud Events, you should include the Cloud Events dependency:
```groovy
dependencies {
implementation 'io.cloudevents:cloudevents-json-jackson:4.0.1'
}
```
:::

### Configuration properties

Expand Down