jakartaee / jakartaee-tutorial

Jakarta EE Tutorial Content
https://jakartaee.github.io/jakartaee-documentation/jakartaee-tutorial/current/
Eclipse Public License 2.0
15 stars 21 forks source link

Update Further Reading links #99

Open kito99 opened 6 months ago

kito99 commented 6 months ago

Many chapters include "Further Information" sections that have a link to the specification and additional resources. Please review these sections and update the links to point to the Jakarta EE 10 version of the specification, and verify that the other links work and are still relevant.

This needs to be done for all chapters except for ones handled by other tickets:

The easiest way find the files you need to update is to search for "== Further Information" in your IDE or text editor:

2023-12-14_09-49-56

You can find the specifications here: https://jakarta.ee/specifications/. You'll want the latest version that is not in development, since Jakarta EE 10 was released last year.

Harsh4902 commented 6 months ago

@kito99 I want to work on this issue.

kito99 commented 6 months ago

@Harsh4902 you got it! thanks!

Harsh4902 commented 5 months ago

@kito99 do I just need to replace for example == Further Information about Jakarta Bean Validation with the https://jakarta.ee/specifications/bean-validation/3.1/ or I have to put some more information? If so then what information should I put?

kito99 commented 5 months ago

@Harsh4902 You don't need to add any new information. Just go through each of the chapters mentioned above and make sure the links in the Further Information section are updated for Jakarta EE 10. It looks like there was no update to Bean Validation for Jakarta EE 10, so that one doesn't need to be updated (3.1 is for Jakarta EE 11).

AbdAlRahmanGad commented 4 months ago

@kito99 Hi, is this issue still open for commits? can I take it?

kito99 commented 4 months ago

@AbdAlRahmanGad let's give @Harsh4902 one last chance. @Harsh4902 do you have time to work on this soon?

Harsh4902 commented 4 months ago

@kito99 I have already raised a PR for this. Please review it so I can get an idea of which things need to be changed.