GH-586 - Fix configuration property metadata for JSON support in Kafka and RabbitMQ.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user