Skip to content
Discussion options

You must be logged in to vote

Yes — that exact range is CI-tested. The full test matrix (compat.yml) runs green on:

Spring Boot Java 17 Java 21 Java 25
2.7.x
3.3.x
3.5.x
4.0.x

Important caveats:

  • Java floor is 17 — WireDoctor is compiled for Java 17 bytecode, so Java 8/11 apps can't load it even on Boot 2.7.
  • Boot floor is 2.4 — startup timings need BufferingApplicationStartup (introduced in 2.4). Lines older than 2.7 may work but aren't CI-verified.
  • Boot lines between the tested ones (3.0–3.2, 3.4) are expected to work — WireDoctor only uses stable spring-context/spring-boot APIs — but only the listed lines carry a CI guarantee.
  • AOT / GraalVM Native Image is NOT supported — trad…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ddsha441981
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant