P
P
parkito2016-09-25 01:54:42
Java
parkito, 2016-09-25 01:54:42

What is the compiler warning about?

Hello. Please help me to solve the problem. I am writing an application in spring. When compiling, the
Warning: java: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.space.SisuIndexAPT6' less than -source '1.8'
warning began to appear. Now I'm dealing with some errors in the program. I think they are not related to this warning.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
parkito, 2016-09-25
@parkito

Solved the problem.
Found mentions of org.eclipse.sisu.space.SisuIndexAPT6 in org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.0.0.M5:compile . Built a dependency tree in maven. It turned out I'm using a very ancient plugin for wildfly. Updated it to version 1.1.0.Alpha11 - everything worked.

A
Artem Kileev, 2016-09-25
@akileev

This warning says that the annotation processor will only work with version 1.6 source code, while you have version 1.8 in your pom.xml.
This bug has already been fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=433807

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question