Re: Thoughts on Robert's JavaOne talk

2016-09-26 Thread Robert Scholte
On Mon, 26 Sep 2016 14:17:59 +0200, Stephen Connolly wrote: https://www.youtube.com/watch?v=Wef9p4ykNMM Some questions Robert had: 1. Do we need module-info.java for src/main/test? * Well if I'm creating a test-jar to allow reuse of the tests in downstream projects, then yes we do So

Thoughts on Robert's JavaOne talk

2016-09-26 Thread Stephen Connolly
https://www.youtube.com/watch?v=Wef9p4ykNMM Some questions Robert had: 1. Do we need module-info.java for src/main/test? * Well if I'm creating a test-jar to allow reuse of the tests in downstream projects, then yes we do 2. Is Animal-Sniffer relevant now that we have --release N? * Well more