You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2020/12/13 09:40:46 UTC

[GitHub] [commons-exec] arturobernalg opened a new pull request #27: [EXEC-114] - Migrate to Junit 5

arturobernalg opened a new pull request #27:
URL: https://github.com/apache/commons-exec/pull/27


   


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



[GitHub] [commons-exec] arturobernalg commented on pull request #27: [EXEC-114] - Migrate to Junit 5

Posted by GitBox <gi...@apache.org>.
arturobernalg commented on pull request #27:
URL: https://github.com/apache/commons-exec/pull/27#issuecomment-746971803


   Hi @garydgregory 
    you're right, I didn't realize that it actually requires version 1.7. How can i start the process to migrate the libs to java 1.8?


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



[GitHub] [commons-exec] garydgregory commented on pull request #27: [EXEC-114] - Migrate to Junit 5

Posted by GitBox <gi...@apache.org>.
garydgregory commented on pull request #27:
URL: https://github.com/apache/commons-exec/pull/27#issuecomment-744022744


   -1 for now as this project still requires Java 7. Changing the requirement to Java 8 must be done first and discussed on the mailing list. I'm all for Java 8 FWIW.


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



[GitHub] [commons-exec] garydgregory commented on pull request #27: [EXEC-114] - Migrate to Junit 5

Posted by GitBox <gi...@apache.org>.
garydgregory commented on pull request #27:
URL: https://github.com/apache/commons-exec/pull/27#issuecomment-753645952


   > Hi @garydgregory
   > you're right, I didn't realize that it actually requires version 1.7. How can i start the process to migrate the libs to java 1.8?
   
   You can't, each component is different, and not everyone always agrees when it is time to update to Java 8.
   
   One component which already _is_ on Java 8 is Commons VFS, and it still has bits that are in the JUnit 3 style, like subclassing `TestCase`. Some of the VFS tests don't even run properly from Eclipse! :-( So a TODO for the community IMO would be to update VFS to be fully on JUnit 4 as a first step (one thing at a time) and then update it to JUnit 5.
   


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