mbien opened a new pull request, #5843: URL: https://github.com/apache/netbeans/pull/5843
this resolves warnings like: `warning: Supported source version 'RELEASE_7' from annotation processor 'o.n.m.l.n.p.MethodCompletionProviderProcessor' less than -source '8'.` the only other hit would here: https://github.com/apache/netbeans/blob/311d3f981e72dc05d05f934282eeca561ad6bf93/platform/openide.filesystems/test/unit/src/org/openide/filesystems/annotations/LayerBuilderTest.java#L357-L360 but it looks like this is intended? We have to be careful here since JDK 7 support is getting dropped everywhere. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
