-
Notifications
You must be signed in to change notification settings - Fork 112
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
#937 Remove use of Applet API #938
Conversation
Signed-off-by: Scott Marlow <smarlow@redhat.com>
Given the removal of support for NPAPI by browsers, we probably need to look at deprecating and removing Given the specs will still support |
I would say that is the correct thing to do. Remove it from the spec and update the spec documents in the PR. |
Removal without prior deprecation would be unusual. I'd want to ensure there was wide support for that. It would also require moving to 4.0.0 which triggers a bunch of other processes. I'm not sure there is time to do this at this point. Deprecation and a change to make the |
Applet support was deprecated previously, and has been removed from the platform specs. Making things a NO-OP would be a fine compromise. |
So the TCK tests would be updated to fail if the jsp:plugin is not ignored, that sounds good. |
PR for changes to Jakarta Pages: jakartaee/pages#228 |
See #940 for my proposed alternative approach |
This pr is replaced by #940 |
Signed-off-by: Scott Marlow smarlow@redhat.com
Fixes Issue
#937 in support of jakartaee/platform#298
Describe the change
Applet is deprecated as of Java SE 17 and was removed from the EE 10 Platform SPEC. This change is removing the tests that use the Applet APIs.
CC @markt-asf @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @scottmarlow