Describe the bug
When scanning a Maven project for vulnerabilities, new errors have started appearing after upgrading to version 8.4.3 (see attached log excerpt). The issue is reproducible 100 % of the time in our project, but did not occur on any previous versions of the plugin.
Version of dependency-check used
The problem occurs using version 8.4.3 of the Maven plugin.
Log file
...
See the dependency-check report for more details.
[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=NODEAUDIT]
[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=CENTRAL]
[INFO] Cache event queue destroyed: CacheEventQueue [listenerId=-744276867, cacheName=POM]
[ERROR] Region [NODEAUDIT] : Not alive and dispose was called, filename: NODEAUDIT
[ERROR] Region [CENTRAL] : Not alive and dispose was called, filename: CENTRAL
[ERROR] Region [POM] : Not alive and dispose was called, filename: POM
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
...
To Reproduce
Steps to reproduce the behavior:
- Start dependency scanning of a Maven project.
- Wait for it to finish.
- See errors.
Expected behavior
No errors are displayed, preferably also no Cache event queue destroyed messages.
Describe the bug
When scanning a Maven project for vulnerabilities, new errors have started appearing after upgrading to version 8.4.3 (see attached log excerpt). The issue is reproducible 100 % of the time in our project, but did not occur on any previous versions of the plugin.
Version of dependency-check used
The problem occurs using version 8.4.3 of the Maven plugin.
Log file
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No errors are displayed, preferably also no
Cache event queue destroyedmessages.