Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 2.02 KB

File metadata and controls

43 lines (30 loc) · 2.02 KB

Why

What changed

Verification

Lane:

Closes #


Pre-merge checklist
  • Targets develop (not main); branch is <type>/<short-description>.
  • ./mvnw -B -ntp clean verify passes locally — this is the Verification proof above.
  • Java 17 compatible — no getFirst()/getLast(), Thread.threadId(), type/deconstruction switch, case null, default. (CI runs Temurin 17 / 21 / 25.)
  • Public API changedCHANGELOG.md entry under the next ## v<X.Y.Z> — Planned heading.
  • README / examples touchedDocumentationCoverageTest stays green; a new example is wired into GenerateAllExamples and given a gallery row in examples/README.md.