Skip to content

Commit 866968f

Browse files
Ayrossimp911de
authored andcommitted
JPA is now Jakarta Persistence API.
Closes #2475
1 parent e9852fc commit 866968f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/repositories.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ _Spring Data repository documentation and your module_
1212
1313
This chapter explains the core concepts and interfaces of Spring Data repositories.
1414
The information in this chapter is pulled from the Spring Data Commons module.
15-
It uses the configuration and code samples for the Java Persistence API (JPA) module.
15+
It uses the configuration and code samples for the Jakarta Persistence API (JPA) module.
1616
ifeval::[{include-xml-namespaces} != false]
1717
You should adapt the XML namespace declaration and the types to be extended to the equivalents of the particular module that you use. "`<<repositories.namespace-reference>>`" covers XML configuration, which is supported across all Spring Data modules that support the repository API.
1818
endif::[]

0 commit comments

Comments
 (0)