GH-586 - Fix configuration property metadata for JSON support in Kafka and RabbitMQ.

This commit is contained in:
Oliver Drotbohm
2024-05-08 10:33:21 +02:00
parent d5fcda7f45
commit b4a2c2ae43
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
{
"properties": [
{
"name": "spring.modulith.events.rabbitmq.json-enabled",
"name": "spring.modulith.events.rabbitmq.enable-json",
"type": "java.lang.Boolean",
"description": "Whether to auto-configure RabbitTemplate to use JSON for message serialization.",
"defaultValue": "true"

View File

@@ -1,7 +1,7 @@
{
"properties": [
{
"name": "spring.modulith.events.kafka.json-enabled",
"name": "spring.modulith.events.kafka.enable-json",
"type": "java.lang.Boolean",
"description": "Whether to auto-configure Spring for Apache Kafka to use JSON for message serialization.",
"defaultValue": "true"

View File

@@ -21,7 +21,7 @@
|`false`
|Whether to initialize the JDBC event publication schema.
|`spring.modulith.events.kafka.json-enabled`
|`spring.modulith.events.kafka.enable-json`
|`true`
|Whether to enable JSON support for `KafkaTemplate`.
@@ -33,7 +33,7 @@
|`false`
|Whether to create indexes on the .
|`spring.modulith.events.rabbitmq.json-enabled`
|`spring.modulith.events.rabbitmq.enable-json`
|`true`
|Whether to enable JSON support for `RabbitTemplate`.