apache / apache/maven-verifier
[MSHARED-1073] Shared classloader in embedded launcher
- Dominant language
- Java
- Stars
- 6
- Forks
- 17
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MSHARED-1073](https://issues.apache.org/jira/browse/MSHARED-1073?redirect=false)** and commented
`Verifier` has defined reference to launcher in static field:
```
private static MavenLauncher embeddedLauncher;
```
so embeddedLauncher use the same clasloader for all tests,
it can cause that static fields initialized in one test are used by other.
---
No further details from [MSHARED-1073](https://issues.apache.org/jira/browse/MSHARED-1073?redirect=false)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.