update to Java 14

This commit is contained in:
Jonathan Shook
2020-05-05 01:05:07 -05:00
parent b4908079c5
commit 7d4dca8b05
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ import static io.nosqlbench.virtdata.api.processors.ProcessorClassNames.ThreadSa
* manifests. It simply calls listener interfaces to do the rest of the work.
*/
@SupportedOptions({"title"})
@SupportedSourceVersion(SourceVersion.RELEASE_12)
@SupportedSourceVersion(SourceVersion.RELEASE_14)
@SupportedAnnotationTypes({
ThreadSafeMapper,
PerThreadMapper

View File

@@ -26,7 +26,7 @@ import static io.nosqlbench.virtdata.api.processors.ProcessorClassNames.ThreadSa
* enumerate candidate functions without requiring them to have a no-args constructor.
*/
@SupportedOptions({"title"})
@SupportedSourceVersion(SourceVersion.RELEASE_12)
@SupportedSourceVersion(SourceVersion.RELEASE_14)
@SupportedAnnotationTypes({
ThreadSafeMapper,
PerThreadMapper