-
Notifications
You must be signed in to change notification settings - Fork 109
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
support JDK21 and security manager disabled. #1163
Conversation
Signed-off-by: gurunrao <gurunandan.rao@oracle.com>
FYi, this can be considered as in support of jakartaee/platform#551 however, I think we need a Platform update on how much of the Java Security Manager will be in JDK21. Also should this change be directed at the |
We can do further enhancements based on Platform update on Security Manager.
Javatest will be eliminated due to refactor of platform TCK with Junit and arquillian, Hence we need not direct the change to |
Another option is to merge this pr (when ready) into a |
Or keep https://github.com/gurunrao/jakartaee-tck/tree/security-manager around until we are ready to merge this change to master branch. |
@@ -1146,8 +1146,9 @@ command.testExecute=com.sun.ts.lib.harness.ExecTSTestCmd \ | |||
-Dprovider.configuration.file=${provider.configuration.file} \ | |||
-Djava.security.properties=${s1as.domain}/${sjsas.instance.config.dir}/ts.java.security \ | |||
-Dlogical.hostname.servlet=${logical.hostname.servlet} \ | |||
-DnoSecurityManager=true \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is added below as well.
PR #1219 has same changes |
PR supports Platform TCK and Standalone TCK[ Annotations, EL, JAXWS, JMS, JPA, JSP, JSTL, JTA,SAAJ, SERVLET and WEBSOCKET] built with JDK 21- build 15.
Also TCK runs with JDK 21(build 15) and Security manager disabled.
The javatest jar has been built from latest source at https://github.com/openjdk/jtharness.git
Standalone TCK CI run: https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakartaee-tck-build-run/job/security-manager/12/#showFailuresLink
Platform TCK CI run: https://ci.eclipse.org/jakartaee-tck/job/guru/job/jakartaee-tck-build-run/job/security-manager/14/