From 29e0ca62a3b5444f62e04885609e14c94974552d Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Thu, 23 Jan 2025 11:38:03 -0300 Subject: [PATCH 1/2] spring-boot: remove rate limit text --- generators/spring-boot/prompts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/spring-boot/prompts.ts b/generators/spring-boot/prompts.ts index e4baa99593d7..6477b0e5201d 100644 --- a/generators/spring-boot/prompts.ts +++ b/generators/spring-boot/prompts.ts @@ -134,7 +134,7 @@ export async function askForServerSideOpts(this: CoreGenerator, { control }) { }, { value: HAZELCAST, - name: 'Hazelcast (distributed cache, for multiple nodes, supports rate-limiting for gateway applications)', + name: 'Hazelcast (distributed cache, for multiple nodes)', }, { value: INFINISPAN, From 5da0e2ff6953b4a4b73cafe68fdcfdc263cc03b0 Mon Sep 17 00:00:00 2001 From: Marcelo Shima Date: Wed, 5 Feb 2025 18:46:13 -0300 Subject: [PATCH 2/2] Update generators/spring-boot/prompts.ts Co-authored-by: Matt Raible --- generators/spring-boot/prompts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/spring-boot/prompts.ts b/generators/spring-boot/prompts.ts index 6477b0e5201d..69910ad26ad5 100644 --- a/generators/spring-boot/prompts.ts +++ b/generators/spring-boot/prompts.ts @@ -134,7 +134,7 @@ export async function askForServerSideOpts(this: CoreGenerator, { control }) { }, { value: HAZELCAST, - name: 'Hazelcast (distributed cache, for multiple nodes)', + name: 'Hazelcast (distributed cache for multiple nodes)', }, { value: INFINISPAN,