Skip to content

GROOVY-10581: Prepare for deprecation of security manager (JEP-411)#2404

Merged
daniellansun merged 1 commit into
apache:masterfrom
paulk-asert:securityCleanup
Mar 27, 2026
Merged

GROOVY-10581: Prepare for deprecation of security manager (JEP-411)#2404
daniellansun merged 1 commit into
apache:masterfrom
paulk-asert:securityCleanup

Conversation

@paulk-asert
Copy link
Copy Markdown
Contributor

No description provided.

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 24, 2026

Codecov Report

❌ Patch coverage is 60.43165% with 55 lines in your changes missing coverage. Please review.
✅ Project coverage is 66.4247%. Comparing base (9f05e3d) to head (9045c36).

Files with missing lines Patch % Lines
...he/groovy/swing/binding/ClosureTriggerBinding.java 0.0000% 21 Missing ⚠️
.../org/codehaus/groovy/vmplugin/VMPluginFactory.java 30.7692% 7 Missing and 2 partials ⚠️
src/main/java/groovy/lang/GroovyClassLoader.java 77.7778% 6 Missing ⚠️
src/main/java/groovy/lang/GroovyCodeSource.java 63.6364% 3 Missing and 1 partial ⚠️
src/main/java/groovy/lang/GroovyShell.java 72.7273% 3 Missing ⚠️
src/main/java/groovy/lang/MetaClassImpl.java 50.0000% 2 Missing ⚠️
...he/groovy/internal/util/ReevaluatingReference.java 0.0000% 2 Missing ⚠️
...va/org/codehaus/groovy/control/ProcessingUnit.java 66.6667% 0 Missing and 1 partial ⚠️
...java/org/codehaus/groovy/reflection/ClassInfo.java 0.0000% 1 Missing ⚠️
...s/groovy/reflection/stdclasses/CachedSAMClass.java 50.0000% 0 Missing and 1 partial ⚠️
... and 5 more
Additional details and impacted files

Impacted file tree graph

@@                Coverage Diff                 @@
##               master      #2404        +/-   ##
==================================================
- Coverage     66.4265%   66.4247%   -0.0018%     
+ Complexity      29858      29829        -29     
==================================================
  Files            1386       1386                
  Lines          116595     116535        -60     
  Branches        20631      20627         -4     
==================================================
- Hits            77450      77408        -42     
+ Misses          32800      32786        -14     
+ Partials         6345       6341         -4     
Files with missing lines Coverage Δ
src/main/java/groovy/ui/GroovyMain.java 60.4651% <100.0000%> (-0.1830%) ⬇️
src/main/java/groovy/util/GroovyScriptEngine.java 83.9286% <100.0000%> (-0.1704%) ⬇️
...n/java/org/codehaus/groovy/control/SourceUnit.java 68.2927% <100.0000%> (ø)
...va/org/codehaus/groovy/reflection/CachedClass.java 71.3693% <100.0000%> (-0.1183%) ⬇️
...roovy/reflection/ClassLoaderForClassArtifacts.java 75.0000% <100.0000%> (ø)
...rg/codehaus/groovy/reflection/ReflectionUtils.java 55.5556% <100.0000%> (ø)
...codehaus/groovy/runtime/ProxyGeneratorAdapter.java 85.3763% <100.0000%> (ø)
.../java/org/codehaus/groovy/tools/GroovyStarter.java 35.2941% <100.0000%> (ø)
...codehaus/groovy/tools/javac/JavacJavaCompiler.java 70.2128% <100.0000%> (-0.3135%) ⬇️
...in/java/org/codehaus/groovy/vmplugin/VMPlugin.java 12.5000% <ø> (ø)
... and 24 more

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@paulk-asert paulk-asert changed the title clean up AccessController.doPrivileged usage in subprojects GROOVY-10581: Prepare for deprecation of security manager (JEP-411) Mar 25, 2026
@daniellansun daniellansun merged commit 8dd72cd into apache:master Mar 27, 2026
32 of 33 checks passed
@daniellansun
Copy link
Copy Markdown
Contributor

Merged. Thanks.

@paulk-asert paulk-asert deleted the securityCleanup branch March 27, 2026 21:21
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.

3 participants