Skip to content

Commit f9553b7

Browse files
committed
Adjust Caffeine extension description to drop Java 8 mention
https://github.com/ben-manes/caffeine says 'A high performance caching library for Java '
1 parent 47a1a8c commit f9553b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extensions/caffeine/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>quarkus-caffeine</artifactId>
1313
<name>Quarkus - Caffeine - Runtime</name>
14-
<description>A high performance caching library for Java 8+</description>
14+
<description>A high performance caching library for Java</description>
1515
<dependencies>
1616
<dependency>
1717
<groupId>io.quarkus</groupId>

independent-projects/tools/registry-client/src/test/resources/catalog-config/quarkus-bom-quarkus-platform-descriptor-999-SNAPSHOT-999-SNAPSHOT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"origins" : [ "io.quarkus:quarkus-bom-quarkus-platform-descriptor:999-SNAPSHOT:json:999-SNAPSHOT" ]
3333
}, {
3434
"name" : "Caffeine",
35-
"description" : "A high performance caching library for Java 8+",
35+
"description" : "A high performance caching library for Java",
3636
"metadata" : {
3737
"keywords" : [ "cache" ],
3838
"categories" : [ "data" ],

0 commit comments

Comments
 (0)