spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
2.93k stars 1.39k forks source link

Replace links to the Java EE JPA Spec with ones to the Jakarta Persistence Spec #3400

Closed AlexElin closed 2 months ago

AlexElin commented 3 months ago

Replace links to the Java EE JPA Spec with ones to the Jakarta Persistence Spec.

Now the spec is released as Jakarta, not Java EE. That's why I've updated the links.

mp911de commented 2 months ago

Thank you for the suggestion. With Oracle's documentation variant, there was only a PDF available. Now with Jakarta EE, we have also a HTML variant available. Care to revise your links into https://jakarta.ee/specifications/persistence/3.1/jakarta-persistence-spec-3.1? HTML gives us the advantage of working deep links.

AlexElin commented 2 months ago

Hi @mp911de I've revised the links the way you had suggested. Pls, take a look

mp911de commented 2 months ago

Thank you for your contribution. That's merged and backported now.