-
Notifications
You must be signed in to change notification settings - Fork 35
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
[#286] disable SecurityManager starting with Java 21 #287
base: master
Are you sure you want to change the base?
[#286] disable SecurityManager starting with Java 21 #287
Conversation
You can ignore the Maven warning for now, it will go away with the next |
@keeganwitt please review (cannot tag you as a reviewer) |
Do you think we should include something about |
Actually this applies to Java 21 users as well. I don't think it's been removed (yet), just turned off by default. This being the case, should we really be turning it off entirely? |
That's true.
|
@keeganwitt this pr is flawed, it should be |
For now, I'm gonna proceed with the warning. But this PR will likely prove useful down the road. |
…ty_manager_java21 # Conflicts: # pom.xml # src/main/java/org/codehaus/gmavenplus/mojo/ShellMojo.java
fixes #286