Change Java Persistence API to Jakarta Persistence API in documentation.

Original pull request #2325
This commit is contained in:
Ayoub Rossi
2021-10-05 01:54:16 +02:00
committed by Jens Schauder
parent 0ae3d43502
commit ea51ee8c74
2 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,6 @@ EclipseLink :: Object relational mapper implementing JPA - link:$$https://www.ec
Hibernate :: Object relational mapper implementing JPA - link:$$https://hibernate.org/$$[https://hibernate.org/]
JPA :: Java Persistence API
JPA :: Jakarta Persistence API
Spring :: Java application framework - link:$$https://projects.spring.io/spring-framework$$[https://projects.spring.io/spring-framework]

View File

@@ -1,7 +1,7 @@
[[preface]]
== Preface
Spring Data JPA provides repository support for the Java Persistence API (JPA). It eases development of applications that need to access JPA data sources.
Spring Data JPA provides repository support for the Jakarta Persistence API (JPA). It eases development of applications that need to access JPA data sources.
[[project]]
=== Project Metadata