Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed Full from Full Platform #243

Closed
wants to merge 1 commit into from
Closed

Removed Full from Full Platform #243

wants to merge 1 commit into from

Conversation

gantanikhilraj
Copy link

closes issue : #238
Changes :

In index.xhtml file :
<h:outputText value="TomEE requires Web Profile, TomEE and Open Liberty require Jakarta EE below 10, GlassFish requires no Docker support and Web Profile or the full platform, WildFly requires Jakarta EE 8 or 10."/>
to
<h:outputText value="TomEE requires Web Profile, TomEE and Open Liberty require Jakarta EE below 10, GlassFish requires no Docker support and Web Profile or the platform, WildFly requires Jakarta EE 8 or 10."/>

In project.java file :
profiles.put("full", new SelectItem("full", "Full Platform"));
to
profiles.put("full", new SelectItem("full", "Platform"));

The full is called or mentioned in two files and removed full from two files as mentioned above.

@eclipse-starter-bot
Copy link

Can one of the admins verify this patch?

@gantanikhilraj gantanikhilraj changed the title Removed Full from Full Platform in project.java file and index.xhtml … Removed Full from Full Platform Mar 30, 2023
@m-reza-rahman
Copy link
Contributor

It does not look like the ECA is signed. All contributions must do that first.

@gantanikhilraj
Copy link
Author

Can anyone help in how to do ECA sign ?

@m-reza-rahman
Copy link
Contributor

As simple as going through this: https://www.eclipse.org/legal/ECA.php.

@m-reza-rahman
Copy link
Contributor

I've gone ahead and addressed this. It's quite trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants