From 2ba1785bfbf95896cf2cd22a2b5a86fe99f5e0a9 Mon Sep 17 00:00:00 2001 From: Andreas Ahlenstorf Date: Wed, 16 Oct 2024 14:26:57 +0200 Subject: [PATCH] GH-884 - Fix typo in package name in configuration metadata. --- .../main/resources/META-INF/spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2683dedb..625c3754 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 @@ -13,7 +13,7 @@ "defaultValue": "false", "deprecation": { "replacement": "spring.modulith.events.republish-outstanding-events-on-restart", - "reason": "Moved to spring.modulit.events namespace. To be removed in 1.4.", + "reason": "Moved to spring.modulith.events namespace. To be removed in 1.4.", "since" : "1.3" } },