Skip to content

Commit 15c0d3a

Browse files
Ayrossischauder
authored andcommitted
Change Java Persistence API to Jakarta Persistence API in documentation.
Original pull request #2325
1 parent 716955b commit 15c0d3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/asciidoc/glossary.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ EclipseLink :: Object relational mapper implementing JPA - link:$$https://www.ec
1616

1717
Hibernate :: Object relational mapper implementing JPA - link:$$https://hibernate.org/$$[https://hibernate.org/]
1818

19-
JPA :: Java Persistence API
19+
JPA :: Jakarta Persistence API
2020

2121
Spring :: Java application framework - link:$$https://projects.spring.io/spring-framework$$[https://projects.spring.io/spring-framework]

src/main/asciidoc/preface.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[preface]]
22
== Preface
33

4-
Spring Data JPA provides repository support for the Java Persistence API (JPA). It eases development of applications that need to access JPA data sources.
4+
Spring Data JPA provides repository support for the Jakarta Persistence API (JPA). It eases development of applications that need to access JPA data sources.
55

66
[[project]]
77
=== Project Metadata

0 commit comments

Comments
 (0)