Improvement #1998
Component Classloader to ignore *-sources.jar libraries
Start date:
19.03.2018
Due date:
% Done:
0%
Estimated time:
origin:
Description
so that we do not run into the rare conflicts that occur when there is a resource in a source jar that conflicts with a resource in a runtime jar.
Also, scanning those jars is expensive.
The include pattern should default to all jars but .*-sources.jar but be configurable with
java.{public|private|test}.librarypattern=... regex.
Related issues