From f9553b7f97554398ee99dee30a2ee187c128aff5 Mon Sep 17 00:00:00 2001 From: Rostislav Svoboda Date: Mon, 20 Jan 2025 16:07:21 +0100 Subject: [PATCH] Adjust Caffeine extension description to drop Java 8 mention https://github.com/ben-manes/caffeine says 'A high performance caching library for Java ' --- extensions/caffeine/runtime/pom.xml | 2 +- ...m-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml index a3a36de42b086..bf68626565de0 100644 --- a/extensions/caffeine/runtime/pom.xml +++ b/extensions/caffeine/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-caffeine Quarkus - Caffeine - Runtime - A high performance caching library for Java 8+ + A high performance caching library for Java io.quarkus diff --git a/independent-projects/tools/registry-client/src/test/resources/catalog-config/quarkus-bom-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json b/independent-projects/tools/registry-client/src/test/resources/catalog-config/quarkus-bom-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json index 63ae43092b278..beb9c8445aa79 100644 --- a/independent-projects/tools/registry-client/src/test/resources/catalog-config/quarkus-bom-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json +++ b/independent-projects/tools/registry-client/src/test/resources/catalog-config/quarkus-bom-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json @@ -32,7 +32,7 @@ "origins" : [ "io.quarkus:quarkus-bom-quarkus-platform-descriptor:999-SNAPSHOT:json:999-SNAPSHOT" ] }, { "name" : "Caffeine", - "description" : "A high performance caching library for Java 8+", + "description" : "A high performance caching library for Java", "metadata" : { "keywords" : [ "cache" ], "categories" : [ "data" ],