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/11/16 17:47:02 UTC

[GitHub] [netbeans] BradWalker opened a new pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

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


   I'm trying to remove the use of a deprecated API that hinders updating the Java version.
   
   MiniEdit.java uses a really old deprecated API. This API prevents us from upgrade the Java
   source version in the project properties file.
   
   So step #1 is to remove the use of the old deprecated API.


----------------------------------------------------------------
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] BradWalker commented on pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

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


   > I cannot find it.
   > 
   > Btw. is this file even compiled? If I make an error in the file, rebuilding the `java/performance` module still succeeds. Doing `java/performance$ grep -r actionsframework .` yields no results...
   
   Hey @JaroslavTulach, I don't think this file is even compiled. So I would be willing to even remove it from the tree? My change is simply to try and keep things "neat & complete" as I clean up the old rust..
   
   What do you think I should do?


----------------------------------------------------------------
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] BradWalker commented on pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

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


   I would like to ask if @JaroslavTulach could have a look at this as it's his code that I'm changing.. That would be helpful if possible..


----------------------------------------------------------------
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] jtulach commented on pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

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


   I cannot find it.
   
   Btw. is this file even compiled? If I make an error in the file, rebuilding the `java/performance` module still succeeds. Doing `java/performance$ grep -r actionsframework .` yields no results...


----------------------------------------------------------------
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] BradWalker commented on pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

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


   > Consider also removing dependency on `org.openide.util.enum` from the `project.xml` file.
   
   Hey @JaroslavTulach , I can't seem to find this.. Can you point to where I should look so that I'm more familiar in the futures. Thanks..


----------------------------------------------------------------
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] JaroslavTulach merged pull request #2539: [NETBEANS-5031] - remove use of deprecated APIs in MiniEdit.java

Posted by GitBox <gi...@apache.org>.
JaroslavTulach merged pull request #2539:
URL: https://github.com/apache/netbeans/pull/2539


   


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