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

Drop security policies for JVM runtimes #913

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

Xyene
Copy link
Member

@Xyene Xyene commented Sep 15, 2021

They are deprecated as of Java 17.

Ref #912.

@Xyene Xyene requested a review from quantum5 September 15, 2021 01:17
@Xyene Xyene force-pushed the drop-java-security-policies branch from b66ae44 to a9bee2d Compare September 15, 2021 01:18
@codecov-commenter
Copy link

codecov-commenter commented Sep 15, 2021

Codecov Report

Merging #913 (f20d5a9) into master (60f1db5) will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #913      +/-   ##
==========================================
- Coverage   86.27%   86.21%   -0.06%     
==========================================
  Files         137      137              
  Lines        4640     4622      -18     
==========================================
- Hits         4003     3985      -18     
  Misses        637      637              
Impacted Files Coverage Δ
dmoj/executors/GROOVY.py 95.45% <ø> (+3.96%) ⬆️
dmoj/executors/KOTLIN.py 93.10% <ø> (-0.84%) ⬇️
dmoj/executors/SCALA.py 95.55% <ø> (-0.28%) ⬇️
dmoj/executors/java_executor.py 87.02% <100.00%> (-0.54%) ⬇️
dmoj/executors/base_executor.py 80.18% <0.00%> (-0.93%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 60f1db5...f20d5a9. Read the comment docs.

@Xyene Xyene force-pushed the drop-java-security-policies branch from 7df7ea5 to f20d5a9 Compare September 15, 2021 01:36
@Xyene Xyene linked an issue Sep 15, 2021 that may be closed by this pull request
@Xyene Xyene merged commit 5266552 into DMOJ:master Sep 15, 2021
@Xyene Xyene deleted the drop-java-security-policies branch September 15, 2021 02:42
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.

Java 17 deprecates security managers
3 participants