-
Notifications
You must be signed in to change notification settings - Fork 12
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
Handle feature names that changed #300
Comments
Suggested wording from Liberty dev:
Further feedback suggests we should not use "technology" in the message. Message is still being worked on. |
|
is all the featurename changes are for jakarta ee ? Otherwise we may need to customize message for different versions of microprofile as well, |
Yes, all are for Jakarta EE. |
If something comes up in the future unrelated to Jakarta EE, we can handle it then. |
There are features where the name has changed (e.g. jsp-2.3 changed to pages-3.0, ejb-3.2 changed to enterprisebeans-4.0). This affects checks that we currently do with versioned features and maybe versionless features. A hard-coded map has been added in the code here. We need to make use of this when checking for diagnostics related to features.
jsp
andpages
are specifiedjsp
andpages-3.0
are specifiedCheck to see if any of our quick fix suggestions should be modified also.
The text was updated successfully, but these errors were encountered: