Hi guys,

We are upgrading from Maven 3.8 to 3.9 for our NB platform apps. I now have
those new warnings poping up (we compile with java 8 source):

Changes detected - recompiling the module! :dependency
Compiling 7 source files with javac [debug target 1.8] to target\classes
Supported source version 'RELEASE_7' from annotation processor
'org.netbeans.modules.openide.util.ServiceProviderProcessor' less than
-source '1.8'
Supported source version 'RELEASE_7' from annotation processor
'org.netbeans.modules.openide.util.NamedServiceProcessor' less than -source
'1.8'
Supported source version 'RELEASE_6' from annotation processor
'org.netbeans.modules.openide.util.NbBundleProcessor' less than -source
'1.8'
ch/skyguide/nimbus/console/messageclient/MessageClientTopComponent.java:[40,1]
Undocumented format parameter {0}
ch/skyguide/nimbus/console/messageclient/MessageClientTopComponent.java:[40,1]
Undocumented format parameter {1}

I search for additional explanation, but I didn't find anything. Anyone an
idea what this means and how it can be fixed?

I am asking here, because I fear it has something to do in NB, but I don't
know where yet.

Thx in advance for you help.

Cheers,

JM

Reply via email to