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

Change "Full Profile" to "Jakarta EE Platform" across the board #67

Closed kito99 closed 8 months ago

kito99 commented 8 months ago

Any .adoc files that say "Full Profile" need to be updated to say "Jakarta EE Platform" instead.

steven-ww commented 8 months ago

Hi Kito. Can you assign this one to me?

kito99 commented 8 months ago

@steven-ww done!

steven-ww commented 8 months ago

I'm about to raise the MR, just wondering if "Full Platform" should also be changed?

Example: At least those compatible with "Web Profile" and "Full Platform" have a servlet container.

I also found this and I'm not sure the way it's phrased works 100% anymore?

An implementation of the Jakarta EE platform that supports the full profile includes a Messaging provider.

kito99 commented 8 months ago

@steven-ww yes, please change "Full Platform" as well.

You're correct about that line, too. Good catch! Perhaps reword it something like this:

A Jakarta EE implementation that supports the Jakarta EE Platform also includes a Messaging provider.

steven-ww commented 8 months ago

@kito99 I've created the PR for your review.