You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/12/15 06:06:38 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2596: [NETBEANS-5151] - update java.source in the project properties

BradWalker opened a new pull request #2596:
URL: https://github.com/apache/netbeans/pull/2596


   There are hundreds of warnings that are generated because the java.source
   specifies version 1.6 in the project.properties files. The warning looks like this:
   
   ...
   -compile-ant:
       [javac] Compiling 2 source files to /home/bwalker/src/netbeans/ergonomics/ide.ergonomics/build/classes
    [repeat] warning: [options] bootstrap class path not set in conjunction with -source 1.6
      [repeat] 1 warning
        [copy] Copying 6 files to /home/bwalker/src/netbeans/ergonomics/ide.ergonomics/build/classes
   
   -generate-proxies:
   ...
   
   I've cleaned this up. There are still a few of these warnings left. I will
   clean them up when I have time to go in and inspect each one individually.
   
   Since Java 8 is our default, cleaning these up makes those warnings go away.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #2596: [NETBEANS-5151] - update java.source in the project properties

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2596:
URL: https://github.com/apache/netbeans/pull/2596#issuecomment-996988185


   @BradWalker is this still relevant? I think it was superseeded by other PRs. Feel free to reopen and rebase it.


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing closed pull request #2596: [NETBEANS-5151] - update java.source in the project properties

Posted by GitBox <gi...@apache.org>.
matthiasblaesing closed pull request #2596:
URL: https://github.com/apache/netbeans/pull/2596


   


-- 
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: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists


[GitHub] [netbeans] matthiasblaesing commented on pull request #2596: [NETBEANS-5151] - update java.source in the project properties

Posted by GitBox <gi...@apache.org>.
matthiasblaesing commented on pull request #2596:
URL: https://github.com/apache/netbeans/pull/2596#issuecomment-747682862


   If I remember correctly, not the complete netbeans code base targets java 8, there are parts, that are loaded into the target vm (debug+profiling) and these should be as low as reasonable possible. Could you please ensure, that this PR only touches the parts, that are build into the platform, but not used in the target VM?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists