Y
Size: a a a
Y
Y
B
Y
LY
AB
M
M
AB
AB
AV
AB
AB
M
Modify maven-surefire-plugin configuration to disable forked process:
<configuration>
<forkCount>0</forkCount>
</configuration>
Notes: When module-info.java is present and fork process is enabled, surefire creates a mixed classpath with modules and unnamed modules causing module visibility issues and preventing the application to start.
AB
AB
AB
M
M