diff --git a/spring-modulith-events/spring-modulith-events-amqp/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-amqp/src/main/resources/META-INF/spring-configuration-metadata.json index a0fdb66f..41b97881 100644 --- a/spring-modulith-events/spring-modulith-events-amqp/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-amqp/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,7 +2,7 @@ "properties": [ { "name": "spring.modulith.events.rabbitmq.json-enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to auto-configure RabbitTemplate to use JSON for message serialization.", "defaultValue": "true" } diff --git a/spring-modulith-events/spring-modulith-events-core/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-core/src/main/resources/META-INF/spring-configuration-metadata.json index 446c0d78..28691d94 100644 --- a/spring-modulith-events/spring-modulith-events-core/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-core/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,19 +2,19 @@ "properties": [ { "name": "spring.modulith.default-async-termination", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to configure defaults for the async processing termination, namely to wait for task completion for 2 seconds. See TaskExecutionProperties for details.", "defaultValue": "true" }, { "name": "spring.modulith.republish-outstanding-events-on-restart", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to republish outstanding event publications on restarts of the application.", "defaultValue": "false" }, { "name": "spring.modulith.events.externalization.enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to enable event externalization.", "defaultValue": "true" } diff --git a/spring-modulith-events/spring-modulith-events-jdbc/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-jdbc/src/main/resources/META-INF/spring-configuration-metadata.json index d7f407f1..def68f61 100644 --- a/spring-modulith-events/spring-modulith-events-jdbc/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-jdbc/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,7 +2,7 @@ "properties": [ { "name": "spring.modulith.events.jdbc.schema-initialization.enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to initialize the JDBC event publication schema.", "defaultValue": "false" } diff --git a/spring-modulith-events/spring-modulith-events-kafka/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-kafka/src/main/resources/META-INF/spring-configuration-metadata.json index fd47909b..91b89b0d 100644 --- a/spring-modulith-events/spring-modulith-events-kafka/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-kafka/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,7 +2,7 @@ "properties": [ { "name": "spring.modulith.events.kafka.json-enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to auto-configure Spring for Apache Kafka to use JSON for message serialization.", "defaultValue": "true" } diff --git a/spring-modulith-events/spring-modulith-events-mongodb/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-mongodb/src/main/resources/META-INF/spring-configuration-metadata.json index 22d21078..f577266a 100644 --- a/spring-modulith-events/spring-modulith-events-mongodb/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-mongodb/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,7 +2,7 @@ "properties": [ { "name": "spring.modulith.events.mongodb.transaction-management.enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to automatically enable transactions for MongoDB. Requires the database to be run with a replica set.", "defaultValue": "true" } diff --git a/spring-modulith-events/spring-modulith-events-neo4j/src/main/resources/META-INF/spring-configuration-metadata.json b/spring-modulith-events/spring-modulith-events-neo4j/src/main/resources/META-INF/spring-configuration-metadata.json index 166fba22..b3fab556 100644 --- a/spring-modulith-events/spring-modulith-events-neo4j/src/main/resources/META-INF/spring-configuration-metadata.json +++ b/spring-modulith-events/spring-modulith-events-neo4j/src/main/resources/META-INF/spring-configuration-metadata.json @@ -2,7 +2,7 @@ "properties": [ { "name": "spring.modulith.events.neo4j.event-index.enabled", - "type": "java.lang.boolean", + "type": "java.lang.Boolean", "description": "Whether to initialize the index on the Neo4j event publication event hash property.", "defaultValue": "false" }