Skip to content

Conversation

@uhafner
Copy link
Owner

@uhafner uhafner commented Nov 5, 2025

Error Prone now requires a JDK >= 21, so we need to enforce that a modern JDK is used to build the project.

Note: the code base is still on Java 17. The migration to Java 21 will start later this year.

@uhafner uhafner added the internal Internal changes without user or API impact label Nov 5, 2025
@github-actions
Copy link

github-actions bot commented Nov 5, 2025

☀️   Quality Monitor

Tests

   JUnit   Unit Tests: 100% successful (86 passed, 2 skipped)
   ⛔   Architecture Tests: 100% successful (17 passed, 2 skipped)

Code Coverage

   〰️   Line Coverage: 91% (64 missed lines)
   ➰   Branch Coverage: 90% (21 missed branches)

Mutation Coverage

   PIT   Mutation Coverage: 80% (80 survived mutations)
   💪   Test Strength: 85% (59 survived mutations in tested code)

Style

   CheckStyle   CheckStyle: No warnings
   PMD   PMD: No warnings
   ☕   Java Compiler: No warnings

Bugs

   SpotBugs   SpotBugs: No bugs
   🐛   Error Prone: No bugs

API Problems

   🚫   Revapi: No warnings

Vulnerabilities

   🛡️   OWASP Dependency Check: No vulnerabilities

Software Metrics

   🌀   Cyclomatic Complexity: 377 (total)
   💭   Cognitive Complexity: 174 (total)
   ➿   N-Path Complexity: 341 (total)
   📏   Lines of Code: 4282 (total)
   📝   Non Commenting Source Statements: 1261 (total)
   🔗   Class Cohesion: 71.43% (maximum)
   ⚖️   Weight of Class: 100.00% (maximum)

🚦 Quality Gates

Overall Status: ✅ SUCCESS

✅ Passed Gates

  • ✅ Tests Success Rate: 100.00 >= 100.00
  • ✅ Line Coverage: 91.00 >= 80.00
  • ✅ Branch Coverage: 90.00 >= 80.00
  • ✅ Potential Bugs: 0.00 <= 0.00
  • ✅ Style Violations: 0.00 <= 0.00

Created by Quality Monitor v3.5.0 (#e4cc310). More details are shown in the GitHub Checks Result.

@uhafner uhafner merged commit f8df8d3 into main Nov 5, 2025
15 checks passed
@uhafner uhafner deleted the remove-java17 branch November 5, 2025 13:37
@uhafner uhafner restored the remove-java17 branch November 5, 2025 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal Internal changes without user or API impact

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants