Project

General

Profile

Improvement #1998

Component Classloader to ignore *-sources.jar libraries

Added by Henning Blohm about 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
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

Is duplicate of z2-Environment - Improvement #2000: Exclude source jars from classpathResolved18.04.2018Henning Blohm

Actions
#1

Updated by Henning Blohm almost 6 years ago

  • Status changed from New to Closed

dup of #2000

#2

Updated by Henning Blohm almost 6 years ago

#3

Updated by Henning Blohm over 5 years ago

  • Status changed from Closed to Resolved

The properties are documented in IJavaComponent and the reference documentation.

Also available in: Atom PDF