The error mentioned in this Stackoverflow question is not very frequent since typically other blocking errors happen before, at least in Spring Boot use case, but OP has a point that the message does not provide enough hints on potential actions that can be done to fix this issue.

Since Spring AOT processing base infrastructure is defined at Spring Framework level, we can mention that as a pre-requisite without having to mention Spring Boot specific concepts.