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 correctly the question is more whether the JVM signatures are
relevant. There is still validity in checking other API contracts with
animal-sniffer
* Perhaps the JRE runtime signatures need to be "modularized" so that
rather than being a single artifact they are a tree of artifacts reflecting
the inter-module dependencies

I had a feeling going through the talk that there was another point I
wanted to respond to... but I can only recall those two

-Stephen

Reply via email to