-
Bug
-
Resolution: Fixed
-
P3
-
8u20
While building apps, :apps:appsJarMac target emits these warnings:
[ant:javac] warning: No SupportedSourceVersion annotation found on com.sun.javafx.fxml.annotation.FXMLAnnotationProcessor, returning RELEASE_6.
[ant:javac] warning: Supported source version 'RELEASE_6' from annotation processor 'com.sun.javafx.fxml.annotation.FXMLAnnotationProcessor' less than -source '1.8'
Also this happens while compiling simple apps on command line.
It's not platform specific.
[ant:javac] warning: No SupportedSourceVersion annotation found on com.sun.javafx.fxml.annotation.FXMLAnnotationProcessor, returning RELEASE_6.
[ant:javac] warning: Supported source version 'RELEASE_6' from annotation processor 'com.sun.javafx.fxml.annotation.FXMLAnnotationProcessor' less than -source '1.8'
Also this happens while compiling simple apps on command line.
It's not platform specific.
- relates to
-
JDK-8096193 javac performance regression due to addition of FXML annotation processor
- Resolved