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"
|
||||
|
||||
Reference in New Issue
Block a user