I get this warning during compilation while using the SDK with JDK 1.8:
Supported source version 'RELEASE_7' from annotation processor 'com.microsoft.azure.management.apigeneration.LangDefinitionProcessor' less than -source '1.8'.
In the readme, prerequisites include "A Java Developer Kit (JDK), v 1.7 or later".
Is there a reason for having this restriction in place? If not can it be removed?