Hi Tibor,
assuming you're talking about
http://repo1.maven.org/maven2/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar
AFAIK there's no blacklist of bad packages, only a whitelist of packages
per jar of exported packages as described in its module descriptor. So as
long as the com.sun.jna package d
@Robert
Do you know if JNA using com.sun packages was re-packaged due to Jigsaw?
I think Jigsaw will not load com.sun packages.
On Sun, Jul 16, 2017 at 5:12 PM, Tibor Digana
wrote:
> Hi all,
>
> I want to ask for your opinion about adding *getPID *method in
> MavenSession.
>
> With Michael Osipo
Hi all,
I want to ask for your opinion about adding *getPID *method in MavenSession.
With Michael Osipov we talked about ensuring PID observed from Maven
process.
We need to read PID of Maven process within Surefire plugin. We have
several alternatives however only Java 9 introduced standard API