<div dir="ltr"><div><div>When I run any surefire test (with reuseForks=false) that uses java.sql classes on jdk-9 it fails with:</div><div><br></div><div>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project maven-surefire-plugin-example: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: java.lang.NoClassDefFoundError: java/sql/SQLException: java.sql.SQLException -&gt; [Help 1]</div><div><br></div><div>If I run it with reuseForks=true it works fine.</div><div><br></div><div>Has anyone seen this error yet?</div><div><br></div><div>I thought I would check with this list before submitting a request to the surefire team. A trivial reproducer is attached.</div><div><br></div><div>&gt; tree src</div><div><br></div><div>├── pom.xml</div><div>└── src</div><div>    ├── main</div><div>    │   └── java</div><div>    │       └── J9Example.java</div><div>    └── test</div><div>        └── java</div><div>            └── J9Test.java</div><div><br></div><div>&gt; mvn clean test -DreuseForks=false </div><div>[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project maven-surefire-plugin-example: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test failed: java.lang.NoClassDefFoundError: java/sql/SQLException: java.sql.SQLException -&gt; [Help 1]</div></div><div><br></div>Mike<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Michael Musgrove</div><div>Transactions Team</div><div>e: <a href="mailto:mmusgrov@redhat.com" target="_blank">mmusgrov@redhat.com</a></div><div>t: +44 191 243 0870</div><div><br></div><div>Registered in England and Wales under Company Registration No. 03798903</div><div>Directors: Michael Cunningham (US), Paul Hickey (Ireland), Matt Parson</div><div>(US), Charles Peters (US)</div><div><br></div><div>Michael Cunningham (US), Charles Peters (US), Matt Parson (US), Michael O&#39;Neill(Ireland)</div></div></div>
</div>