Is there a common way of finding out which version of a Maven artifact is compiled against which Java version?
It always seems to take way too long to
- Work out that it is a jvm version issue
- Find out which jvm version the current aritfact uses
- Track back through the versions of the artifact to find one that works
If there is not a common mechanism, do some artifacts adopt a naming convention?