Skip to content

Commit

Permalink
Adjust Caffeine extension description to drop Java 8 mention
Browse files Browse the repository at this point in the history
https://github.com/ben-manes/caffeine says 'A high performance caching library for Java '
  • Loading branch information
rsvoboda committed Jan 20, 2025
1 parent 47a1a8c commit f9553b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/caffeine/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-caffeine</artifactId>
<name>Quarkus - Caffeine - Runtime</name>
<description>A high performance caching library for Java 8+</description>
<description>A high performance caching library for Java</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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" ],
Expand Down

0 comments on commit f9553b7

Please sign in to comment.