Skip to content

Commit 2f27912

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-48217
2 parents 39c0d17 + 5bb8d71 commit 2f27912

File tree

1 file changed

+1
-4
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/io

1 file changed

+1
-4
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/reference/pages/io/caching.adoc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,7 @@ spring:
142142
Caches can be created on startup by setting the configprop:spring.cache.cache-names[] property.
143143
If a custom javadoc:org.infinispan.configuration.cache.ConfigurationBuilder[] bean is defined, it is used to customize the caches.
144144

145-
To be compatible with Spring Boot's Jakarta EE 9 baseline, Infinispan's `-jakarta` modules must be used.
146-
For every module with a `-jakarta` variant, the variant must be used in place of the standard module.
147-
For example, `infinispan-core-jakarta` and `infinispan-commons-jakarta` must be used in place of `infinispan-core` and `infinispan-commons` respectively.
148-
145+
For more details, see https://infinispan.org/docs/stable/titles/spring/spring.html[the documentation].
149146

150147

151148
[[io.caching.provider.couchbase]]

0 commit comments

Comments
 (0)