Description
If I go to this link (https://docs.spring.io/spring-boot/3.3.3/system-requirements.html), it redirects me to this link: https://docs.spring.io/spring-boot/3.3/system-requirements.html and the page gives me details that are only correct for the latest version of 3.3.X which, at time of writing is 3.3.6.
However, this documentation is not accurate for 3.3.3 (which was what I was wanting and trying to see).
To give a single, clear example, this page says "is compatible with versions up to and including Java 23" but that support was only added in 3.3.4 according to this ticket. Therefore, if I am on a patch version other than the latest, I cannot use this page to reliably determine Java compatibility of my current patch version.
I believe patch level documentation for older patches used to be provided but now appears to have been removed so it would be great to have this back again, if possible.
Another good example of a page where I often want patch level information is this one.