Skip to content

Commit c1c652a

Browse files
committed
Add Jakarta classifier to ehcache
Closes gh-1660
1 parent 6f0dc8f commit c1c652a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

initializr-docs/src/main/asciidoc/configuration-guide.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,6 +1178,7 @@ could use `ehcache` by adding the following:
11781178
<dependency>
11791179
<groupId>org.ehcache</groupId>
11801180
<artifactId>ehcache</artifactId>
1181+
<classifier>jakarta</classifier>
11811182
</dependency>
11821183
----
11831184

@@ -1186,7 +1187,7 @@ Or if you are using Gradle:
11861187
[source,groovy,indent=0,subs="verbatim,quotes,attributes"]
11871188
----
11881189
implementation("javax.cache:cache-api")
1189-
implementation("org.ehcache:ehcache")
1190+
implementation("org.ehcache:ehcache::jakarta")
11901191
----
11911192

11921193
You'll notice that the log entry is much more rare. If you do not want to use JSR-107, you

0 commit comments

Comments
 (0)