Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.97 KB

File metadata and controls

47 lines (27 loc) · 1.97 KB

Changelog

2.0.1 (2026-02-08)

Bug Fixes

  • pitest: resolve Spring plugin warning and adjust mutation threshold (fdb7fc3)

2.0.0 (2026-02-08)

⚠ BREAKING CHANGES

  • PMD downgrade from 7.0.0 to 6.55.0 changes CPD API

Features

  • Gradle 8.7 compatibility with Java 17
  • Updated dependencies for modern Jakarta EE standards
  • Enhanced code metrics with CK library 0.7.0

Bug Fixes

  • handle NaN values in JSON serialization (0daf977)

Code Refactoring

  • adapt CPD for PMD 6.x API changes (58359f4)
  • migrate from javax.validation to jakarta.validation (9b53f45)
  • update for CK library 0.7.0 API changes (b7ac07a)

Build System

  • update dependencies for Gradle 8.7 compatibility (696710e)

Tests

  • update LOC assertions for CK 0.7.0 line counting (48332d9)

Miscellaneous

  • add asdf tool version configuration (57e95ea)
  • add C# build artifacts to gitignore (1b59dce)
  • add Visual Studio solution for C# test resources (e449feb)
  • update quality gates for Gradle 8.7 and Spotbugs (108e715)
  • upgrade Gradle wrapper to 8.7 (4b79239)