Skip to content

v2.1.0 — Restructure to 3 plugins + quality fixes (BREAKING)

Choose a tag to compare

@ducpm2303 ducpm2303 released this 03 Apr 11:12
· 33 commits to main since this release
BREAKING CHANGES:
  - java-security, java-testing, java-performance plugins removed
  - Replaced by new java-quality plugin
  - Install: /plugin install java-quality@java-plugins

New java-quality plugin (1.0.0):
  Skills: /java-security-check, /java-perf-check, /java-test (auto-detects project)
  Agents: java-security-reviewer, java-performance-reviewer, java-test-engineer
  All agents now include toolchain command suggestions

Quality fixes:
  - java-scaffold: clarified new-project scope, fixed H2 contradiction,
    added Spring Boot 3.3.x and 4.0.x support
  - java-health: honest "structural assessment" label + JaCoCo note
  - java-architect: hexagonal architecture, multi-module Maven, hard rules
  - java-performance-reviewer: Java 21 virtual thread pinning guidance
  - java-test: auto-detects Java version and test frameworks from build files

Install story:
  /plugin install java-core@java-plugins      # every Java project
  /plugin install java-spring@java-plugins    # Spring Boot projects
  /plugin install java-quality@java-plugins   # security + performance + testing

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>